theorem Th47:
  X \ Bottom L = X
proof
  X \ Bottom L = X "/\" Top L by LATTICE4:30
    .= X;
  hence thesis;
end;
