How do I show the following by producing formal or informal proofs?
⊢ (¬A → ¬B) → (B → A )
⊢ ¬B → (B → A)
I can use the Modus ponus (MP) rule, and deduction theorem (DT). And I have these 3 axioms:
α → (β → α) --- (A1)
(α → (β → γ)) → ((α → β) → (α → γ)) --- (A2)
(¬β → ¬α) → ((¬β → α) → β) --- (A3)
Thank you!
Hint:
1) With DT we firstly conclude that it is enough to prove $\left\{ \neg A\to\neg B\right\} \vdash B\to A$ and based on that secondly that it is enough to prove $\left\{ \neg A\to\neg B,B\right\} \vdash A$.
2) With DT we firstly conclude that it is enough to prove $\left\{ \neg B\right\} \vdash B\to A$ and based on that secondly that it is enough to prove $\left\{ \neg B,B\right\} \vdash A$.
Now give that a try and tell us where you get stuck in the sequel.