theorem Lemacik1:
  x [= z & y [= z implies x "\/" y [= z
  proof
    assume x [= z & y [= z; then
    x "/\" z = x & y "/\" z = y by LATTICES:4;
    hence thesis by defW33;
  end;
