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 A3:
( ( 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));
for x being object st x in the carrier of (ConPoset (P,P)) holds
h1 . x = h2 . x
hence
h1 = h2
by FUNCT_2:12; verum