theorem
  X is DIAMOND & x <=01= y & y =*=> z implies
  ex u st x =*=> u & u <=01= z
  proof
    assume X is DIAMOND & x <=01= y & y =*=> z; then
    ex u st z =01=> u & u <=*= x by LemA;
    hence thesis;
  end;
