let V1, V2 be sequence of 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
hence
V1 = V2
by FUNCT_2:12; verum