let M, P be strict prenet of R; :: thesis: ( ex f being Function of N,R st
( M = N *' f & ( for i being Element of N holds f . i = "/\" { (N . k) where k is Element of N : k >= i } ,R ) ) & ex f being Function of N,R st
( P = N *' f & ( for i being Element of N holds f . i = "/\" { (N . k) where k is Element of N : k >= i } ,R ) ) implies M = P )
assume that
A2:
ex f being Function of N,R st
( M = N *' f & ( for i being Element of N holds f . i = "/\" { (N . k) where k is Element of N : k >= i } ,R ) )
and
A3:
ex f being Function of N,R st
( P = N *' f & ( for i being Element of N holds f . i = "/\" { (N . k) where k is Element of N : k >= i } ,R ) )
; :: thesis: M = P
consider f1 being Function of N,R such that
A4:
( M = N *' f1 & ( for i being Element of N holds f1 . i = "/\" { (N . k) where k is Element of N : k >= i } ,R ) )
by A2;
consider f2 being Function of N,R such that
A5:
( P = N *' f2 & ( for i being Element of N holds f2 . i = "/\" { (N . k) where k is Element of N : k >= i } ,R ) )
by A3;
for i being set st i in the carrier of N holds
f1 . i = f2 . i
hence
M = P
by A4, A5, FUNCT_2:18; :: thesis: verum