From Rosen's Discrete Math textbook, where they define logical equivalence involving quantifiers:
"Statements involving predicates and quantifiers are logically equivalent if and only if they have the same truth value no matter which predicates are substituted into these statements and which domain of discourse is used for the variables in these propositional functions. We use the notation S ≡ T to indicate that two statements S and T involving predicates and quantifiers are logically equivalent."
"Determine whether ∀x(P(x) → Q(x)) and ∀xP(x) → ∀xQ(x) are logically equivalent. Justify your answer."
Does the logical equivalence $$∀x(P(x) ∧ Q(x)) ≡ ∀xP(x) ∧ ∀xQ(x)$$ say that $$P(a) ∧ Q(a) ≡ P(a) ∧ Q(b),$$ where a & b are elements of some domain S (here I'm under the assumption that the domain of LHS must match the domain Of RHS), is possible?
Must the domain of $P(x)$ match the domain of $Q(x)?$
Is it correct to assert the logical equivalence $$2 + 2 = 4 ≡ 3 + 2 = 5,$$ since in "all conditions" they have same truth value, since both are always true statements?
Does $$\forall x(P(x) \leftrightarrow Q(x))$$ mean that $$P(x_{1}) ≡ Q(x_{1}), \dots , P(x_{n}) ≡ Q(x_{n}),$$ where ${x_{1}, \dots, x_{n} }$ are members of the domain?
