theorem
  ex z st z [= x & z [= y &
    for u st u [= x & u [= y holds u [= z
  proof
    take z = x "/\" y;
    thus thesis by Lemacik2,Lemacik3;
  end;
