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

theorem
  for L being 1_Lattice, a being Element of L holds a [= Top L
proof
  let L be 1_Lattice, a be Element of L;
  Top L"/\"a [= Top L by Th4;
  hence thesis;
end;
