let X be functional set ; ( ( for f, g being Function st f in X & g in X holds
f tolerates g ) implies union X is Function )
assume A1:
for f, g being Function st f in X & g in X holds
f tolerates g
; union X is Function
A2:
union X is Function-like
proof
let x,
y1,
y2 be
object ;
FUNCT_1:def 1 ( not [x,y1] in union X or not [x,y2] in union X or y1 = y2 )
assume that A3:
[x,y1] in union X
and A4:
[x,y2] in union X
and A5:
y1 <> y2
;
contradiction
consider gx being
set such that A6:
[x,y2] in gx
and A7:
gx in X
by A4, TARSKI:def 4;
consider fx being
set such that A8:
[x,y1] in fx
and A9:
fx in X
by A3, TARSKI:def 4;
reconsider fx =
fx,
gx =
gx as
Function by A9, A7;
fx tolerates gx
by A1, A9, A7;
then
ex
h being
Function st
(
fx c= h &
gx c= h )
by PARTFUN1:52;
hence
contradiction
by A5, A8, A6, FUNCT_1:def 1;
verum
end;
union X is Relation-like
hence
union X is Function
by A2; verum