theorem Th101:
  A\impB in F implies B\impC\imp(A\impC) in F
  proof
    A\impB\imp(B\impC\imp(A\impC)) in F by Th39;
    hence thesis by Def38;
  end;
