Let A(x) and B(x) be predicates over the same nonempty domain. State True/False for each statement. If True give non formal/formal proof in English. If False give a counter example.
1) ∃x, (∼ A(x)) equivalent to ∃x, (A(x) → B(x))
2) ∀x, (A(x) → B(x)) logically implies (∀x, A(x)) → (∀x, B(x))
3) ∃x ∀y, (A(x) → B(y)) equivalent to (∃x, ∼ A(x)) ∨ (∀y, B(y))
So far I figured that 1 is False by if-then as or. 2 most likely true by math distributive properties but I cant prove it. and 3 is True by If-then as or. I need help writing formal or non formal proof to show that my statements are correct.