I was working through some logic and I found a difficulty I can't solve,
How can I proof from the premise p=>q, that ¬q=>¬p?
Thank you
I was working through some logic and I found a difficulty I can't solve,
How can I proof from the premise p=>q, that ¬q=>¬p?
Thank you
Using the Fitch System:
Not so neat layout, but each 'indentation' represents sub-proofs done with the help of the assumptions.
Fine tuning with the removal of a redundant step:
Using the Fitch System:
Here is a proof using a Fitch-style proof checker. Explanations for the rules are in forallx. Both references are available online and listed below:
Reference
Kevin Klement's JavaScript/PHP Fitch-style natural deduction proof editor and checker http://proofs.openlogicproject.org/
P. D. Magnus, Tim Button with additions by J. Robert Loftis remixed and revised by Aaron Thomas-Bolduc, Richard Zach, forallx Calgary Remix: An Introduction to Formal Logic, Winter 2018. http://forallx.openlogicproject.org/