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