let V1, V2 be Function of NAT,ExtREAL; ( ( for n being Nat holds V1 . n = M . (FSets . n) ) & ( for n being Nat holds V2 . n = M . (FSets . n) ) implies V1 = V2 )
assume that
A2:
for n being Nat holds V1 . n = M . (FSets . n)
and
A3:
for n being Nat holds V2 . n = M . (FSets . n)
; V1 = V2
now for x being set st x in NAT holds
V1 . x = V2 . xlet x be
set ;
( x in NAT implies V1 . x = V2 . x )assume
x in NAT
;
V1 . x = V2 . xthen reconsider n =
x as
Nat ;
thus V1 . x =
M . (FSets . n)
by A2
.=
V2 . x
by A3
;
verum end;
hence
V1 = V2
by FUNCT_2:12; verum