To show that $[(p \rightarrow q) \rightarrow r] \Rightarrow [p \rightarrow (q \rightarrow r)]$ without using a truth table. That is, using logical laws.
2026-03-28 01:07:28.1774660048
How to show that $[(p \rightarrow q) \rightarrow r] \Rightarrow [p \rightarrow (q \rightarrow r)]$
1.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
With Natural Deduction :
1) $(p→q)→r$ --- premise
2) $q$ --- assumed [a]
3) $p→q$ --- from 2) by $\to$-introduction
4) $r$ --- from 1) and 3) by $\to$-elimination
5) $q \to r$ --- from 2) and 4) by $\to$-introduction, discharfging [a]
6) $p \to (q \to r)$ --- from 5) by $\to$-introduction