theorem
  x =+=> y implies x <<>> y
  proof
    assume
A1: x =+=> y;
    take x; thus thesis by A1,Lem2;
  end;
