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

theorem Th3:
  x in A implies inf A <= x
proof
  inf A is LowerBound of A by Def4;
  hence thesis by Def2;
end;
