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!