0

Consider the following derivation of natural deduction:

enter image description here

Context: This is from a problem that asks for the student to "complete" the derivation, annotating its steps and any hypothesis cancellation.

My confusion: The right branch makes sense to me: from the contradictory hypotheses $\varphi, \neg\varphi$ we can derive any proposition $\psi$., from which we may conclude that $\neg \varphi \to \psi$.

The left branch, however, seems quite odd to me. How is $\psi \to \varphi$ derived from $\varphi$? Is this making use of the results on the right branch? If so, why are they separated?

lafinur
  • 3,322

1 Answers1

1

It's just an application of $\implies I$. It is not required that the assumption $\psi$ actually occur in the subderivation.

Edit in response to your comment: It is a normal application of the implication introduction rule. The rule format with cancelling assumptions (in general, not just for implication introduction, but same for disjunction elimination) means that you are allowed to cancel such an assumption if there is one. You can also leave it open if for whatever reason you want to, or apply the rule without such an assumption at all. That's the general meaning of rules with discharging assumptions; you can cancel assumptions, but if you're fine even without it that's cool.