let IT1, IT2 be Function of X,(Class E); :: thesis: ( ( for x being Element of X holds IT1 . x = EqClass (E,x) ) & ( for x being Element of X holds IT2 . x = EqClass (E,x) ) implies IT1 = IT2 )
assume B1: for x being Element of X holds IT1 . x = EqClass (E,x) ; :: thesis: ( ex x being Element of X st not IT2 . x = EqClass (E,x) or IT1 = IT2 )
assume B2: for x being Element of X holds IT2 . x = EqClass (E,x) ; :: thesis: IT1 = IT2
now
let x be Element of X; :: thesis: IT1 . x = IT2 . x
thus IT1 . x = EqClass (E,x) by B1
.= IT2 . x by B2 ; :: thesis: verum
end;
hence IT1 = IT2 by FUNCT_2:63; :: thesis: verum