Discrete Math
Discrete Math
0.2 Mathematical
Statements
¶
Investigate!
While walking through a fictional forest,
you encounter three trolls guarding a
bridge. Each is either a knight, who always
tells the truth, or a knave, who always lies.
The trolls will not let you pass until you
correctly identify each as either a knight or
a knave. Each troll makes a single
statement:
Logical Connectives.
P ∧ Q is read “P and Q,” and called a
conjunction.
P ∨ Q is read “P or Q,” and called a
disjunction.
P → Q is read “if P then Q,” and
called an implication or conditional.
P ↔ Q is read “P if and only if Q,” and
called a biconditional.
¬P is read “not P ,” and called a
negation.
Implications ¶
Implications.
An implication or conditional is a molecular
statement of the form
P →Q
P ↔ Q is logically equivalent to
(P → Q) ∧ (Q → P ).
Investigate!
Consider the statements below. Decide
whether any are equivalent to each other,
or whether any imply any others.
P (n) → ¬P (n + 7 )
∃x(x < 0 )
∀x(x ≥ 0 )
∃x∀y(y ≥ x).
S(x) → R(x).
∀x(S(x) → R(x)),
Exercises ¶
1.