Assuming x does not occur free in A, prove that
(∃x) (A → B) ↔ (A → (∃x)(B))
using any of the following axioms, MP, HS, or the Deduction Theorem
1) (A → (B → A)
2) (A → (B → C)) → ((A → B) → (A → C))
3) (~A → ~B) → (B → A)
4) ((∀x)A → A)
5) (∀x)(A → B) → (A → (∀x)B)
First of all, I don't know how to convert the existential quantifier into the universal quantifier.
Is (∃x)A the same as ~(∀x)~A ?
Is ~(∀x)~A the same as A?
Second, I'd appreciate your help with the original question.