theorem Th58:
  A\impB in F iff \notB\imp\notA in F
  proof
    (\notB\imp\notA)\imp(A\impB) in F &
    A\impB\imp(\notB\imp\notA) in F by Def38,Th57;
    hence thesis by Def38;
  end;
