let R be transitive RelStr ; :: thesis: for x being Element of R
for S being Subset of R st x is_maximal_in Upper S holds
x is_maximal_in [#] R

let x be Element of R; :: thesis: for S being Subset of R st x is_maximal_in Upper S holds
x is_maximal_in [#] R

let S be Subset of R; :: thesis: ( x is_maximal_in Upper S implies x is_maximal_in [#] R )
assume A: x is_maximal_in Upper S ; :: thesis: x is_maximal_in [#] R
set cR = the carrier of R;
B: x in Upper S by A, WAYBEL_4:56;
assume not x is_maximal_in [#] R ; :: thesis: contradiction
then consider y being Element of R such that
y in the carrier of R and
E: x < y by B, WAYBEL_4:56;
per cases ( x in S or x in uparrow S ) by B, XBOOLE_0:def 3;
end;