Conditional Statements

104 Views Asked by At

Regarding conditional reasoning, I know p->q means that p is sufficient for happening q. I was wondering how "not sufficient statement" can be shown in this terminology?

3

There are 3 best solutions below

0
On BEST ANSWER

While there is not a single symbol, you can use the laws of logic to rewrite it in a couple of ways: $$\neg(p \implies q) \quad \iff \quad \neg(\neg p \, OR \, q) \quad \iff \quad p \,\, AND \,\, \neg q $$ In words, "$p \implies q$" is false if and only if $p$ is true and $q$ is false.

1
On

There is no real sign for this but you may use ¬(p→q)

0
On

The negator operator $\neg$ (or sometimes !) is what you are looking for. For example: q doesn't imply p: $$\neg(q \Rightarrow p)$$