theorem Th24: :: (2.25)
  a => (b => a) = Top L
  proof
    b "/\" a <= a by LATTICES:4,6; then
    b "/\" a < a by Th5; then
    a < b => a by Def4;
    hence thesis;
  end;
