Informally, I realize that ~(P->Q) is the same as P^~Q, since the only way that the original conditional P->Q would be false is if we had both P^~Q.
I think that given ~(P->Q), the next step would be to assume ~(P^~Q) and try to obtain P^~Q via proof by contradiction, but after this step, I am not sure how to proceed.
The system I am using is Fitch. Unfortunately, I cannot use AnaCon or TautCon, nor can I use truth tables.
