5 questions to test your understanding
Is P → Q logically equivalent to Q → P?
You want to verify that ¬(P ∧ Q) ≡ (¬P ∨ ¬Q) (De Morgan's first law). What is the correct procedure?
If two formulas are logically equivalent, you can substitute one for the other within any larger formula without changing the truth value of the whole.
If φ → ψ holds for nearly every truth assignment (φ logically implies ψ), then φ and ψ are logically equivalent.
What is the difference between logical equivalence (φ ≡ ψ) and material implication (φ → ψ)? Give a concrete example showing that implication does not guarantee equivalence.