1

When taking an if-then statement $P{\implies}Q,$ I'm confused about the Boolean logic, specifically when $P$ is false. I should have understood this much earlier, but for some reason it's just not clicking.

Take the statement (given that $x\in\mathbb R^+$) "if $x = 1,$ then $x^2 = 1.$" Clearly, if $x$ is not $1,$ then $x^2$ is not $1.$ Yet, how is it that in truth tables, if P is false, then the statement is seen as true? Where is my confusion?

ryang
  • 38,879
  • 14
  • 81
  • 179

1 Answers1

2

You're conflating the implication $(P{\implies}Q)$'s truth value and the consequent $Q$'s truth value.

Given that $x=7,$ the statement $$x=1\implies x^2=1$$ is true, while the antecedent $$x=1$$ and the consequent $$x^2=1$$ are both false statements.

ryang
  • 38,879
  • 14
  • 81
  • 179