reserve x,y,z,r,s for ExtReal;
reserve A,B for ext-real-membered set;

theorem Th18:
  x is LowerBound of ].x,y.]
proof
  let z;
  assume z in ].x,y.];
  hence thesis by XXREAL_1:2;
end;
