Can anyone provide me with a reference which contains the proof of the validity of the following two implications?
[ ∃x p(x) -> ∃x q(x) ] -> [ ∃x ( p(x) -> q(x) ) ]
[ ∀ x ( p(x) -> q(x) ) ] -> [ ∀x p(x) -> ∀x q(x) ]
I tired to find a reference but I couldn't, most books provide that the universal and existential quantifiers don't distribute over the implication logical operator, but the books concluded that the above implications are valid without their proofs.
Is there any available book reference?
thanks