let h1, h2 be PartFunc of [:(MapsC X),(MapsC X):],(MapsC X); :: thesis: ( ( for l2, l1 being Element of MapsC X holds
( [l2,l1] in dom h1 iff dom l2 = cod l1 ) ) & ( for l2, l1 being Element of MapsC X st dom l2 = cod l1 holds
h1 . [l2,l1] = l2 * l1 ) & ( for l2, l1 being Element of MapsC X holds
( [l2,l1] in dom h2 iff dom l2 = cod l1 ) ) & ( for l2, l1 being Element of MapsC X st dom l2 = cod l1 holds
h2 . [l2,l1] = l2 * l1 ) implies h1 = h2 )
assume that
A10:
for l2, l1 being Element of MapsC X holds
( [l2,l1] in dom h1 iff dom l2 = cod l1 )
and
A11:
for l2, l1 being Element of MapsC X st dom l2 = cod l1 holds
h1 . [l2,l1] = l2 * l1
and
A12:
for l2, l1 being Element of MapsC X holds
( [l2,l1] in dom h2 iff dom l2 = cod l1 )
and
A13:
for l2, l1 being Element of MapsC X st dom l2 = cod l1 holds
h2 . [l2,l1] = l2 * l1
; :: thesis: h1 = h2
A14:
dom h1 = dom h2
proof
let x,
y be
set ;
:: according to RELAT_1:def 2 :: thesis: ( ( not [x,y] in dom h1 or [x,y] in dom h2 ) & ( not [x,y] in dom h2 or [x,y] in dom h1 ) )
thus
(
[x,y] in dom h1 implies
[x,y] in dom h2 )
:: thesis: ( not [x,y] in dom h2 or [x,y] in dom h1 )
assume A16:
[x,y] in dom h2
;
:: thesis: [x,y] in dom h1
then reconsider l2 =
x,
l1 =
y as
Element of
MapsC X by ZFMISC_1:106;
dom l2 = cod l1
by A12, A16;
hence
[x,y] in dom h1
by A10;
:: thesis: verum
end;
hence
h1 = h2
by A14, PARTFUN1:34; :: thesis: verum