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