let h1, h2 be Function of (ConPoset P,P),P; ( ( for g being Element of (ConPoset P,P)
for h being continuous Function of P,P st g = h holds
h1 . g = least_fix_point h ) & ( for g being Element of (ConPoset P,P)
for h being continuous Function of P,P st g = h holds
h2 . g = least_fix_point h ) implies h1 = h2 )
assume A1:
( ( for g being Element of (ConPoset P,P)
for h being continuous Function of P,P st g = h holds
h1 . g = least_fix_point h ) & ( for g being Element of (ConPoset P,P)
for h being continuous Function of P,P st g = h holds
h2 . g = least_fix_point h ) )
; h1 = h2
set X = the carrier of (ConPoset P,P);
set Y = the carrier of P;
for x being set st x in the carrier of (ConPoset P,P) holds
h1 . x = h2 . x
hence
h1 = h2
by FUNCT_2:18; verum