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 Th19:
  a`"\/"a = Top L
proof
  a` is_a_complement_of a by Def21;
  hence thesis;
end;
