Proof Methods & strategies Section 1.7. Proof by Cases We use the rule of inference P 1  P 2 ...  P n  q  (P 1  q)  (P 2  q) ..  (P n  q)

Slides:



Advertisements
Similar presentations
CSE115/ENGR160 Discrete Mathematics 02/03/11 Ming-Hsuan Yang UC Merced 1.
Advertisements

CSE115/ENGR160 Discrete Mathematics 02/07/12
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
Introduction to Proofs ch. 1.6, pg. 87,93 Muhammad Arief download dari
Fundamental Theorem of Arithmetic. Euclid's Lemma If p is a prime that divides ab, then p divides a or p divides b.
1 Number Theory and Methods of Proof Content: Properties of integer, rational and real numbers. Underlying theme: Methods of mathematical proofs.
Squares & Square Roots Perfect Squares Lesson 12.
Factoring Special Products Goal 1 Recognize Special Products Goal 2 Factor special products using patterns
Bellwork Keep it :) Factor by grouping 1. 2xy - x 2 y x 2. 3m 2 + 9m + km + 3k.
Special Factoring Formulas
C OURSE : D ISCRETE STRUCTURE CODE : ICS 252 Lecturer: Shamiel Hashim 1 lecturer:Shamiel Hashim second semester Prepared by: amani Omer.
Methods of Proof & Proof Strategies
Section 5.1 Polynomials Addition And Subtraction.
Copyright © 2015, 2011, 2007 Pearson Education, Inc. 1 1 Chapter 6 Factoring.
Warm Up Factor each expression. 1. 3x – 6y 3(x – 2y) 2. a2 – b2
Objectives Use the Factor Theorem to determine factors of a polynomial. Factor the sum and difference of two cubes.
§ 5.6 A General Factoring Strategy. Blitzer, Intermediate Algebra, 5e – Slide #2 Section 5.6 Factoring a Polynomial We have looked at factoring out a.
Math – Multiplying and Simplifying Radical Expressions 1.
Section 6.5 Factoring by Grouping and a General Strategy for Factoring Polynomials.
Sullivan Algebra and Trigonometry: Section R.5 Factoring Objectives of this Section Factor the Difference of Two Squares Factor the Sum and Difference.
Special Cases of Factoring Chapter 5.5 Perfect Square Trinomials a 2 + 2ab + b 2 (a + b) 2 = a 2 – 2ab + b 2 (a – b) 2 =
Factoring the sum and difference of two cubes By Dr. J. Arnold.
factoring special products Formulas to memorize!
Copyright © 2010 Pearson Education, Inc. All rights reserved. 6.5 – Slide 1.
Special Cases of Factoring Chapter Check to see if there is a GCF. 2. Write each term as a square. 3. Write those values that are squared as the.
Section 5.3 Factoring Quadratic Expressions Objectives: Factor a quadratic expression. Use factoring to solve a quadratic equation and find the zeros of.
Section 6.3 Special Factoring. Overview In this section we discuss factoring of special polynomials. Special polynomials have a certain number of terms.
Sequences & Series. Sequence: A function whose domain is a set of consecutive integers. The domain gives the relative position of each term of the sequence:
Introduction to Proofs
160 as a product of its prime factors is 2 5 x 5 Use this information to show that 160 has 12 factors.
Notes 8.4 – MULTIPLYING SPECIAL CASES
MTH 065 Elementary Algebra II Chapter 6 – Polynomial Factorizations and Equations Section 6.6 – Factoring: A General Strategy.
Direct Proof and Counterexample I Lecture 11 Section 3.1 Fri, Jan 28, 2005.
Special Cases of Factoring. 1. Check to see if there is a GCF. 2. Write each term as a square. 3. Write those values that are squared as the product of.
14.0 Math Review 14.1 Using a Calculator Calculator
Direct Proof and Counterexample III Part 2 Lecture 16 Section 3.3 Tue, Feb 13, 2007.
Proof And Strategies Chapter 2. Lecturer: Amani Mahajoub Omer Department of Computer Science and Software Engineering Discrete Structures Definition Discrete.
Warm Up 01/18/17 Simplify (–2)2 3. –(5y2) 4. 2(6xy)
Polynomials and Polynomial Functions
Objectives Factor the sum and difference of two cubes.
Warm Up 1.) What is the factored form of 2x2 + 9x + 10? 2.) What is the factored form of 6x2 – 23x – 4?
CSE15 Discrete Mathematics 02/08/17
Exercise Simplify – 22. – 4.
Do Now: Factor the polynomial.
Warm Up Factor each expression. 1. 3x – 6y 3(x – 2y) 2. a2 – b2
25 Math Review Part 1 Using a Calculator
Warm Up Factor each expression. 1. 3x – 6y 3(x – 2y) 2. a2 – b2
The Perfect Marriage! Ephesians 5:21-33.
Review of Factoring; Quadratic Equations and Rational
Polynomials and Polynomial Functions
Factoring Special Products
Cube and its properties
Special Factoring Formulas & a General Review of Factoring
Section 8.7 Review of Factoring Methods: The Difference of Two Squares; the Sum and Difference of Two Cubes.
Sec. P.4 Factoring.
Essential Questions How do we use the Factor Theorem to determine factors of a polynomial? How do we factor the sum and difference of two cubes.
Direct Proof and Counterexample IV
The sum of any two even integers is even.
ОПЕРАТИВНА ПРОГРАМА “ИНОВАЦИИ И КОНКУРЕНТОСПОСОБНОСТ“ „Подобряване на производствения капацитет в МСП“
Factoring Special Forms
CSE322 Regular Expressions and their Identities
Section 2.5 Sigma Notations and Summation
Solving Equations 3x+7 –7 13 –7 =.
Section 9.7 “Factor Special Products”
Get Started!! x  , y  ______.
Factoring Cubes and Factoring by Grouping
Agenda Proofs (Konsep Pembuktian) Direct Proofs & Counterexamples
Same Sign Opposite Sign Always Positive
Section 1.3 Prime Factorization
Presentation transcript:

Proof Methods & strategies Section 1.7

Proof by Cases We use the rule of inference P 1  P 2 ...  P n  q  (P 1  q)  (P 2  q) ..  (P n  q)

Exhaustive Proof A special type of proof by cases where each case can be checked by examining an example. Good for computers.

Examples (n+1) 3  3 n, for n=1, 2, 3, 4 Proof: (Exhaustive) For n=1, 2 3 = 8  3 For n=2, 3 3 = 27  3 2 =9 For n=3, 4 3 = 64  3 3 =27 For n=4, 5 3 = 125  3 4 = 81

Examples The only consecutive positive integers < 100 that are perfect powers are 8 and 9 Proof: Perfect squares < 100 are 1, 4, 9, 16, 25, 36, 49, 64, 81 Perfect cubes < 100 are 1, 8, 27, 64 Perfect 4 th powers < 100 are 1, 16, 81 Perfect 5 th powers < 100 are 1, 32 Perfect 6 th powers < 100 are 1, 64 So all perfect powers < 100 are 1, 4, 8, 9, 16, 25, 27, 32, 36, 49, 64, 81 So the consecutive perfect powers are 8 & 9

Examples n 2  n for all integers. Proof: Case I: when n=0, then n 2 =0  n =0 Case II: when n  1, then n 2 =n x n  n x 1 =n Case III: when n  -1, then n 2  0  -1  n

Examples  x, y  R, |x y | = |x| |y| Proof: Case I: x  0 & y  0, then |x y | =x y= |x| |y| Case II: x  0 & y <0, then |x y | = - x y= x (-y)= |x| |y| Case III: x < 0 & y  0, then same as II Case IV: x < 0 & y < 0, then |x y | = x y= (-x) (-y)= |x| |y|

Common Error Not all cases are considered. Example: if x  R, then x 2 > 0 Case I: x> o, then.. Case II: x< 0, then.. But Case III is forgotten!

Uniqueness Proof Existence first, then uniqueness  ! x P(x)   x (P(x)   y ( y  x   P(y)) )

Example If a, b  R & a  0, then  ! r  R s.t. a r + b = 0 Proof: Clearly r=-b/a (existence) Suppose as+b =0, then ar+b=as+b, i.e. as = ab, and hence s=r because a  0.