2

I can't seem to figure out how to get past this step. Any suggestions? enter image description here

Grace
  • 21
  • 1

1 Answers1

1

If you are able to use modus tollens, then the result would follow quickly. Here is an example of that using a different proof checker:

enter image description here

However, if you have to derive this using introduction and elimination rules, the following might work using a proof provided by the authors of forallx (page 170):

enter image description here


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, Fall 2019. http://forallx.openlogicproject.org/forallxyyc.pdf

Frank Hubeny
  • 19,136
  • 7
  • 28
  • 89