Questions: Logical Equivalence of Formulas

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Which of the following correctly states one of De Morgan's laws?

A¬(A ∧ B) ≡ (¬A ∧ ¬B)
B¬(A ∨ B) ≡ (¬A ∨ ¬B)
C¬(A ∧ B) ≡ (¬A ∨ ¬B)
D¬(A → B) ≡ (A → ¬B)
Question 2 Multiple Choice

A student wants to show ¬(P → Q) is equivalent to (P ∧ ¬Q). Applying the conditional equivalence A → B ≡ ¬A ∨ B followed by De Morgan's law, what is the correct derivation?

A¬(P → Q) ≡ ¬(¬P ∧ Q) ≡ (P ∨ ¬Q) by distributing negation and applying De Morgan
B¬(P → Q) ≡ ¬(¬P ∨ Q) ≡ (P ∧ ¬Q) by conditional equivalence then De Morgan then double negation
C¬(P → Q) ≡ (¬P → ¬Q) by negating both the antecedent and consequent
D¬(P → Q) ≡ (¬P ∧ ¬Q) by applying De Morgan directly to the implication
Question 3 True / False

If φ ≡ ψ, then replacing any occurrence of φ inside a larger compound formula with ψ preserves the larger formula's truth value under every interpretation.

TTrue
FFalse
Question 4 True / False

A → B and B → A are logically equivalent because they are both conditionals built from the same two variables.

TTrue
FFalse
Question 5 Short Answer

Explain in your own words what it means for two propositional formulas to be logically equivalent, and why the substitution theorem follows directly from this definition.

Think about your answer, then reveal below.