theorem Th42:
  a => b = a` "\/" b
proof
  a "/\" (a` "\/" b) [= b & for c st a "/\" c [= b holds c [= a` "\/" b by Th27
;
  hence thesis by Def7;
end;
