Quiz On Section 1.5, 1.6 Today Homework Questions? Test #1 On Chapters 1, 2 Expected On 2/13 Wednesday Recall
Quiz On Section 1.5, 1.6 Today Homework Questions? Test #1 On Chapters 1, 2 Expected On 2/13 Wednesday Recall
Recall
Section 1.6
Statement When True When False
∀ x ∀ y P( x , y) P(x,y) is true for all pairs x,y There is an x,y pair for which P(x,y)
∀ y ∀ x P( x , y) is false
∀ x ∃ y P( x , y ) For every x there is a y such that There is an x such that P(x,y) is
P(x, y) is true. false for every y.
∃ x ∀ y P( x , y ) There exists an x such that P(x, y) is For all x there exists a y such that
true for every y. P(x,y) is false
∃x ∃ y P(x , y) There is an x,y pair for which P(x,y) P(x,y) is false for all pairs x,y
∃ y ∃x P(x , y) is true
Negations
Negation of the quantifiers is a quick exercise that doesn’t require the use of any sophisticated logic rules, you
just ‘flip’ the quantifiers ∀ ¿ ∃∨∃¿ ∀, then negate the statement (when you get to the statement then you will
need logic rules to negate).
Negation Rules: When we negate a quantified statement, we negate all the quantifiers first, from left to right
(keeping the same order), then we negative the statement.
1. ¬[∀x P(x)] ≡ ∃x ¬P(x).
2. ¬[∃x P(x)] ≡ ∀x ¬P(x).
3. ¬[∀x ∃y P(x, y)] ≡ ∃x ∀y ¬P(x, y).
4. ¬[∃x ∀y P(x, y)] ≡ ∀x ∃y ¬P(x, y).
5. ¬[∀ x ∀ yP( x , y)¿ ≡∃ x ∃ y ¬ P( x , y )
6. ¬[∃ x ∃ yP(x , y) ¿ ≡ ∀ x ∀ y ¬ P( x , y )
Unrelated, but important, when it comes time to negate the statement remember how to negate an
implication: ¬[IF P, THEN Q] ≡ P AND ¬ Q
A few more examples:
Let f(x,y) be the statement “x can fool y”
Domain: people
Write in symbolic form:
Today:
Start Chapter 2 Proofs
A) Section 2.1 - Mathematical Systems, Direct Proofs, and Counterexamples
Mathematical systems consist of
Axioms - statements accepted as true.
“If a = b, then b = a”
“If a = b and b = c, then a = c”
Lemma “small” theorem, not too interesting, but useful to prove other theorems.
“The angle inscribed in a semicircle is 90 degrees”
Direct proof
Determine the truth value of a statement using established facts and theorems. If p then q: we assume p is
true and prove that q is also true. (If p is false then the statement is true by default and trivial)
Indirect proof
This is same as proof by contradiction. We assume that what we want to prove is not true, and then
show that the consequences of this are not possible.
How to write proofs
Always state assumptions made
Always state what you are trying to prove
Always separate strings of equations. Write them line by line so your reader can verify your work
Always state when the proof is done.
A black box or open box
QED "Quod Erat Demonstrandum" which loosely translated means "that which was to be
demonstrated".
Never refer to yourself in proof. If you have to use a pronoun use “we”
Miscellaneous
An integer n is even if for any integer k, n =2k
An integer n is odd if for any integer k, n = 2k + 1