theorem Lem18:
  x <<01>> y implies x <<>> y
  proof
    given z such that
A2: x <=01= z & z =01=> y;
    take z;
    thus x <=*= z & z =*=> y by A2,Lem1;
  end;
