theorem
  x ==> y implies x <<01>> y
  proof
    assume
A1: x ==> y;
    take x;
    thus x <=01= x & x =01=> y by A1;
  end;
