Replace ~ with \sim
parent
74443f63f3
commit
6e01d0188b
|
@ -356,8 +356,8 @@ the resulting statement is true. If both are false, then the resulting
|
||||||
statement is also false.
|
statement is also false.
|
||||||
|
|
||||||
Any statement can have its truth value inverted by applying *not* to
|
Any statement can have its truth value inverted by applying *not* to
|
||||||
it. If we have a true statement $P$, $~P$ is false. If we have a
|
it. If we have a true statement $P$, $\sim P$ is false. If we have a
|
||||||
false statement $Q$, $~Q$ is true.
|
false statement $Q$, $\sim Q$ is true.
|
||||||
|
|
||||||
**Conditional Statements**
|
**Conditional Statements**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue