 reserve L for AD_Lattice;
 reserve x,y,z for Element of L;

theorem    :: Lemma 2.3. (10)
  x [= x "\/" y & x "/\" y [= y
  proof
    x "/\" (x "\/" y) = x by Ze;
    hence thesis by LemXX;
  end;
