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