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