
theorem
  for L being bounded Lattice,
      a being Element of L holds
    Bottom L in PseudoComplements a
  proof
    let L be bounded Lattice,
        a be Element of L;
    a "/\" Bottom L = Bottom L;
    hence thesis;
  end;
