theorem Th6:
  a "/\" b < a
  proof
    a "/\" b <= a by LATTICES:4,6;
    hence thesis by Th5;
  end;
