let I, x be set ; :: thesis: union (I --> x) = I --> (union x)
now :: thesis: for i being object st i in I holds
(union (I --> x)) . i = (I --> (union x)) . i
let i be object ; :: thesis: ( i in I implies (union (I --> x)) . i = (I --> (union x)) . i )
assume A1: i in I ; :: thesis: (union (I --> x)) . i = (I --> (union x)) . i
hence (union (I --> x)) . i = union ((I --> x) . i) by Def2
.= union x by A1, FUNCOP_1:7
.= (I --> (union x)) . i by A1, FUNCOP_1:7 ;
:: thesis: verum
end;
hence union (I --> x) = I --> (union x) ; :: thesis: verum