MMW Reviewer
MMW Reviewer
Abstraction
Hallmark of mathematics
1. Abstraction
2. Symbolic methods
3. Conditional reasoning and deduction
4. Proof
5. Rigor
6. Aesthetics
What is reality?
- Galileo
Conclusion:
Part II: PATTERNS & NAUMBERS IN NATURE PART III: MATHEMATHICS IN THE REAL WORLD
Fibonacci Sequence
Proposition - Only one subject and only one predicate and cannot
be deducted into simpler propositions
- Mathematics language that is used to communicate
mathematical ideas Compound Propositions
- declarative sentence that can be objectively
- Joining 2 or more simple propositions with a
identified as either true or false, but not both. If a
connective
proposition is true, then its truth value is true and is
1. Tautology – always true
denoted by T or 1; otherwise, its truth value is false
2. Contradiction – always false
and is denoted by F or 0.
4 Basic Connectives
Truth Table
1. Conjunction (and ^)
- Diagram in table form that is used to show all its
- p ^ q is only true if both is true
possible truth values
p q p^q
- 2 2^2 = 4 2^3=8
1 1 1
p p q p q r 1 0 0
1 1 1 1 1 1 0 1 0
0 1 0 1 1 0 0 0 0
0 1 1 0 1
0 0 1 0 0 2. Disjunction (or v )
0 1 1 - p v q is false only when both p v q are false,
0 1 0 and is true otherwise
0 0 1 p q pvq
0 0 0 1 1 1
1 0 1
0 1 1
Quantified statements
0 0 0
• Universal quantifiers Examples:
o All, each, every, no, none
Let p and q be propositions such that
• Existential quantifiers
p: No odd numbers are divisible by 2
o Some, there exists, at least one
q: π is rational
Negation 1. p^q No odd numbers are divisible by 2 and π
is rational
- p is the proposition which is false when p is true; and true
2. p v (¬q) Either no odd numbers are divisible by 2
when p is false. The negation of p is denoted by ¬p or ~p.
or π is not rational.
- True will be false, false will be true
p ¬p 3. (¬p) ^ q Some odd numbers are divisible by 2 and
1 0 π is rational.
0 1
4. (¬p) v (¬q) Ethier some odd numbers are divisible by
2 or π is not rational
4. (Associative property)
p v (q v r) ⇔ (p v q) v r
p ^ (q ^r) ⇔ (p ^ q) ^ r
5. (Distributive property)
p v (q ^ r) ⇔ (p v q) v (p v r)
p ^ (q v r) ⇔ (p ^ q) v (p ^ r)
6. De Morgan’s Laws
¬(p v q) ⇔ (¬p) ^ (¬q)
¬(p ^ q) ⇔ (¬p) v (¬q)
7. p → q ⇔ (~p) v q
8. ~(p → q) ⇔ p ^ (~q)
9. p → q ⇔ (~q) → (~p)
10. p ↔ q ⇔ (p →q) ^ (q → p)
Example: Using Truth Table in determining Tautology, Common Forms of Valid Arguments
contingency or contradiction
1. Law of Detachment (Modus Ponens)
X: [(p v q) ^ (~p v r)] → (q v r)
p→q
p q r (pvq) ~p (~pvr) (pvq)^(~pvr) (qvr) x p . (p→q) ^ p → q
1 1 1 1 0 1 1 1 1 ∴q
1 1 0 1 0 0 0 1 1
1 0 1 1 0 1 1 1 1 2. Law of Contraposition (Modus Tollens)
1 0 0 1 0 0 0 0 1
p→q
0 1 1 1 1 1 1 1 1
~q . (p→q) ^ ~q → ~p
0 1 0 1 1 1 1 1 1
∴ ~p
0 0 1 0 1 1 0 1 1
0 0 0 0 1 1 0 0 1
3. Law of Disjunctive Syllogism
So then, X: [(p v q) ^ (~p v r)] ⇒ (q v r)
pvq
~p . (p v q) ^ ~p → q
Argument ∴q