Question 1
Are the following two logical expressions equivalent?
Expression 1: p → q
Expression 2: q → p
Answer Yes or No and explain why.
Step 1: Understand what logical equivalence means
Two expressions are logically equivalent if they have the same truth value for ALL possible combinations of variables.
Step 2: Analyze the expressions
Expression 1: p → q
Expression 2: q → p
Step 3: Test with truth table
p → q (implication) is NOT the same as q → p (converse).
Counter-example: p=F, q=T
p → q = F → T = T
q → p = T → F = F
Since they differ, they are NOT equivalent.
Two expressions are logically equivalent if they have the same truth value for ALL possible combinations of variables.
Step 2: Analyze the expressions
Expression 1: p → q
Expression 2: q → p
Step 3: Test with truth table
p → q (implication) is NOT the same as q → p (converse).
Counter-example: p=F, q=T
p → q = F → T = T
q → p = T → F = F
Since they differ, they are NOT equivalent.