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

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

let S be Subset of R; :: thesis: ( x is_minimal_in Lower S implies x is_minimal_in [#] R )
assume A1: x is_minimal_in Lower S ; :: thesis: x is_minimal_in [#] R
set cR = the carrier of R;
A2: x in Lower S by A1, WAYBEL_4:56;
assume not x is_minimal_in [#] R ; :: thesis: contradiction
then consider y being Element of R such that
y in the carrier of R and
A3: y < x by A2, WAYBEL_4:56;
per cases ( x in S or x in downarrow S ) by A2, XBOOLE_0:def 3;
end;