theorem
  x >><< y implies x <=*=> y
  proof
    given u such that
A2: x =*=> u & u <=*= y;
A3: x <=*=> u & u <=*=> y by A2,LemZ;
    thus x <=*=> y by A3,Th7;
  end;
