let g1, g2 be Function of (unionField (S,f,E)),L; ( ( for p being Element of S holds g1 | the carrier of (p `1) = p `2 ) & ( for p being Element of S holds g2 | the carrier of (p `1) = p `2 ) implies g1 = g2 )
assume AS:
( ( for p being Element of S holds g1 | the carrier of (p `1) = p `2 ) & ( for p being Element of S holds g2 | the carrier of (p `1) = p `2 ) )
; g1 = g2
set K = unionField (S,f,E);
H: the carrier of (unionField (S,f,E)) =
unionCarrier (S,f,E)
by duf
.=
union { the carrier of (p `1) where p is Element of S : verum }
;
hence
g1 = g2
; verum