Logic New-1
Logic New-1
Logic New-1
TO LOGIC
LOGIC
Examples
Two is an even number.
Two is a prime number.
Compound Statement
or p or q pq Disjunction
and
p and q pq Conjunction
If and only
if and pq Biconditional
if only if q
not p p Negation
not not q q
Example 1
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
A. Assertion B. Negation
p p ~𝒑
T T F
F F T
C. Conjunction D. Disjunction
p q p^q p q pvq
T T T T T T
T F F T F T
F T F F T T
F F F F F F
E. Conditional F. Biconditional
p q p→q p q p↔q
T T T T T T
T F F T F F
F T T F T F
F F T F F T
Note: An easy way to construct the truth table is to assign a value “1” to the
truth and a value “0” to the false value. The connective ^ is equivalent to
multiplication while the v is equivalent addition. “1 + 1 = 1”
p.67. If p is false and q is true, what are the truth
values of the given statements?
4. (p v q)
5. (-p) ^ (-q)