
theorem Th16:
  for L being RelStr holds L is with_infima iff L opp is with_suprema
proof
  let L be RelStr;
  L is with_infima iff L opp~ is with_infima by Th14;
  hence thesis by LATTICE3:10;
end;
