Trying to solve $(p\rightarrow(q\rightarrow r))\wedge\neg r\vdash p\rightarrow\neg q$ with natural deduction (fitch style)

136 Views Asked by At

I'm trying to solve the logical problem above, but can't seem to figure it out. Any help would be greatly appreciated!

1

There are 1 best solutions below

0
On

Hint

Assume $p→(q→r) ∧ ¬r$, assume $p$, assume $q$.