1

I know that the truth tables for both $p \to q$ and $p \wedge q$ are both different, but I cannot however figure out a statement that would make one true but the other false. If any would could help with this I would be very appreciative!

cjferes
  • 2,216

3 Answers3

1

When $P$ is false, $P\implies Q$ is true but $P\land Q$ is false.

Let $P$ be your favorite false proposition. $Q$ can be any proposition.

0

One big difference between $p\rightarrow q$ and $p \wedge q$ is that the former always is true when $p$ is false, while the latter always is false when $p$ is false. These kind of formulas has one foot in human language and the other in algebra. Sometimes this is confusing for beginners.

An example then:

If it is easy to prove my tautology, then someone will do it.

It is easy to prove my tautology and someone will do it.

Lehs
  • 13,791
  • 4
  • 25
  • 77
0

Set $p = F$ and $q = T$. $p \Rightarrow q $ is therefore true in this instance, yet $p\wedge q$ would be false. Remember $(F \Rightarrow T) = T$, and $(F \wedge T) = F$, from the truth tables