Logic Newest
Logic Newest
TO LOGIC
LOGIC
Examples
Two is an even number.
Two is a prime number.
Compound Statement
or p or q Disjunction
If…then p if q Conditional
Translate:
a. e^ ~t b. a V ~t c. e t
d. t g
Compound Statements and
Grouping Symbols
Symbolic form The parentheses indicate
that:
are grouped together
Equivalent forms of .
“If p, then q” “q, if p”
“p implies q” “q when p”
“If p, q” “q whenever p”
“p is sufficient for q” “q is necessary for p”
“p only if q” “q follows from p
“q provided that p” “Every p is a q”
“a sufficient condition for q is p”
“a necessary condition for p is q”
Example
1. If a quadrilateral is not a
rectangle, then it is not a square.
2. If yesterday is not Wednesday,
then tomorrow is not Friday.
Biconditional Statements