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 A1: x is_maximal_in Upper S ; :: thesis: x is_maximal_in [#] R
set cR = the carrier of R;
A2: x in Upper S by A1, WAYBEL_4:55;
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
A3: x < y by A2, WAYBEL_4:55;
per cases ( x in S or x in uparrow S ) by A2, XBOOLE_0:def 3;
end;