
theorem
  for L being upper-bounded antisymmetric non empty RelStr for x being
  Element of L holds x <= Top L
proof
  let L be upper-bounded non empty antisymmetric RelStr;
  let x be Element of L;
  {} is_>=_than x & ex_inf_of {},L by Th43;
  hence thesis by Th31;
end;
