reserve L for D_Lattice;
reserve a, b, c for Element of L;
reserve L for B_Lattice;
reserve a, b for Element of L;

theorem Th18:
  a`"/\"a = Bottom L
proof
  a` is_a_complement_of a by Def21;
  hence thesis;
end;
