Exam #1 Flashcards
Mathematical Statement
a declarative sentence that is either true or false, but not both.
When is P→Q false?
The only case in which P→Q is false is if P is true, but Q is false.
vacuously true
true by default
Even number definition
An integer a is even provided that there exists an
integer n such that a = 2n
Odd number definition
An integer a is odd provided that there exists an integer k such that
a = 2k + 1
Negation
¬P
Conjunction
P ∧ Q
Disjunction
P ∨ Q
Conditional
P → Q
Biconditional
P ⇔ Q
P if and only if Q
P ⇔ Q is equivalent to
(Q→P) ∧ (P→Q)
tautology
A tautology is a compound statement S that is true for
all possible combinations of truth values of the component
statements that are part of S.
Contradiction
A contradiction is a compound statement S that is false
for all possible combinations of truth values of the component
statements that are part of S
Double Negation
¬(¬P) ≡ P
DeMorgan’s Laws
¬(P ∧ Q) ≡ ¬P ∨ ¬Q
¬(P ∨ Q) ≡ ¬P ∧ ¬Q
Negating Conditional Statements
¬(P → Q) ≡ P ∧ ¬Q
Is the negation of a conditional statement also a conditional statement?
The negation of a conditional statement is not a
conditional statement.
Contrapositive
Given a conditional statement
P→Q
the contrapositive of the statement is
¬Q → ¬P