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?
2026-03-30 11:33:14.1774870394
Conditional Statements
104 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
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.