theorem Th19bis: :: (2.19)
  a < b => (a "/\" b)
  proof
    b "/\" a <= a "/\" b; then
    b "/\" a < a "/\" b by Th5;
    hence thesis by Def4;
  end;
