theorem
  S is (R8) (R9) implies (a")" * 1.S =*=> a
  proof
    assume S is (R8) (R9); then
    (a")" * 1.S ==> a"" & a"" ==> a;
    hence (a")" * 1.S =*=> a by Lem3;
  end;
