theorem Th39: :: Hypothetical syllogism
  (A\impB)\imp((B\impC)\imp(A\impC)) in F
proof
  (B\impC)\imp((A\impB)\imp(A\impC)) in F by Th37;
  hence thesis by Th38;
end;
