let A be non empty Poset; for a, b being Element of A
for f being Choice_Function of BOOL the carrier of A
for fC being Chain of f st a in fC & b = f . the carrier of A holds
b <= a
let a, b be Element of A; for f being Choice_Function of BOOL the carrier of A
for fC being Chain of f st a in fC & b = f . the carrier of A holds
b <= a
let f be Choice_Function of BOOL the carrier of A; for fC being Chain of f st a in fC & b = f . the carrier of A holds
b <= a
let fC be Chain of f; ( a in fC & b = f . the carrier of A implies b <= a )
assume that
A1:
a in fC
and
A2:
b = f . the carrier of A
; b <= a
( the InternalRel of A well_orders fC & fC <> {} )
by Def16;
then consider x being set such that
A3:
x in fC
and
A4:
for y being set st y in fC holds
[x,y] in the InternalRel of A
by WELLORD1:9;
reconsider x = x as Element of A by A3;
(LowerCone {x}) /\ fC = InitSegm fC,x
;
then
f . (UpperCone ((LowerCone {x}) /\ fC)) = x
by A3, Def16;
then A9:
f . the carrier of A = x
by A5, Th43;
[x,a] in the InternalRel of A
by A1, A4;
hence
b <= a
by A2, A9, Def9; verum