theorem Lemacik2:
  z [= x & z [= y implies z [= x "/\" y
  proof
    assume z [= x & z [= y; then
    z "\/" x = x & z "\/" y = y by LATTICES:def 3;
    hence thesis by defW3;
  end;
