 reserve L for Quasi-Boolean_Algebra,
         x, y, z for Element of L;

theorem
  x "/\" (x "/\" y) = x "/\" y
  proof
    thus x "/\" (x "/\" y) = (x "/\" x) "/\" y by LATTICES:def 7
                     .= x "/\" y;
  end;
