let X, Y be ext-real-membered set ; :: thesis: for x being LowerBound of X
for y being LowerBound of Y holds min x,y is LowerBound of X \/ Y

let x be LowerBound of X; :: thesis: for y being LowerBound of Y holds min x,y is LowerBound of X \/ Y
let y be LowerBound of Y; :: thesis: min x,y is LowerBound of X \/ Y
let a be ext-real number ; :: according to XXREAL_2:def 2 :: thesis: ( a in X \/ Y implies min x,y <= a )
assume A1: a in X \/ Y ; :: thesis: min x,y <= a
per cases ( a in X or a in Y ) by A1, XBOOLE_0:def 3;
end;