Welcome to CPS 130 Yu Chen. Overview Proof by contradiction Proof by induction -Mathematical induction -Structural induction.

Slides:



Advertisements
Similar presentations
Is it rational or irrational?
Advertisements

Extensible Networking Platform CSE 240 – Logic and Discrete Mathematics Review: Mathematical Induction Use induction to prove that the sum of the.
To prove by induction that 2 n ≥ n 2 for n ≥ 4, n  N Next (c) Project Maths Development Team 2011.
Mathematical induction Isaac Fung. Announcement ► Homework 1 released ► Due on 6 Oct 2008 (in class)
Three-dimensional systems of difference equations – the asymptotic behavior of their solutions Josef Diblík Irena Růžičková.
13.4 Mathematical Induction. Mathematical Induction is a common method of proving that each statement of an infinite sequence of mathematical statements.
Fibonacci Sequences Susan Leggett, Zuzana Zvarova, Sara Campbell
Numbers
Chapter 4 Properties of the integers: mathematical induction Yen-Liang Chen Dept of IM NCU.
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
Methods of Proof Leo Cheung. A Quick Review Direct proof Proof by contrapositive Proof by contradiction Proof by induction.
Chapter 10 Sequences, Induction, and Probability Copyright © 2014, 2010, 2007 Pearson Education, Inc Mathematical Induction.
Problems on Induction. Mathematical Induction Description Three Steps Mathematical Induction applies to statements which depend on a parameter.
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
22C:19 Discrete Math Induction and Recursion Fall 2011 Sukumar Ghosh.
Solving Equations Grade 5 Math.
Free & Interactive Math & Science Websites By: Kristy Taxson!
Algorithm Design and Analysis (ADA)
Math Vocabulary. Identity Property Of Addition Definition Example.
Honors Geometry Section 1.0 Patterns and Inductive Reasoning
Digital Communications Math class.
CAHSEE MATH PREP Includes test overview, scoring, and practice questions.
INDUCTION AND RECURSION. PRINCIPLE OF MATHEMATICAL INDUCTION To prove that P(n) is true for all positive integers n, where P(n) is a propositional function,
MAT 2720 Discrete Mathematics Section 2.2 More Methods of Proof Part II
Nirmalya Roy School of Electrical Engineering and Computer Science Washington State University Cpt S 223 – Advanced Data Structures Math Review 1.
1Computer Sciences Department. Objectives Recurrences.  Substitution Method,  Recursion-tree method,  Master method.
1 CMSC 341 Math Review. 2 Exponents Identities (X A ) B = X AB X A * X B = X A+B X A / X B = X A-B X A + X B  X A+B.
Recursive Series and Summations. Finding the general term of a sequence can be difficult. You are looking for a pattern and then giving it a mathematical.
Section 1.7. Definitions A theorem is a statement that can be shown to be true using: definitions other theorems axioms (statements which are given as.
Pythagorean Theorem & its Converse 8 th Grade Math Standards M.8.G.6- Explain a proof of the Pythagorean Theorem and its converse. M.8.G.7 - Apply the.
Contingent A statement is contingent iff it is neither a logical truth nor a contradiction.
10-1 人生与责任 淮安工业园区实验学校 连芳芳 “ 自我介绍 ” “ 自我介绍 ” 儿童时期的我.
ITE Hirakjyoti Nath Class 7
Today’s Learning Goals:
Lynchburg College Mathematics 451 Project Presentation
Chapter 3 The Real Numbers.
Quiz Sections 9.1 to 9.4 REVIEW GAME.
Use mathematical induction to prove that the formula is true for all natural numbers m. {image} Choose the first step of the proof from the following:
Yahoo Mail Customer Support Number
Welcome TO Aromaaz International Offers To Buy Natural Flower Oils For Healthy Life.
Most Effective Techniques to Park your Manual Transmission Car
How do Power Car Windows Ensure Occupants Safety
ETEAMS Common Planning September 2016
Notes 9.5 – Mathematical Induction
التعلم بالإكتشاف المراجع:
Multi-Step Equation Game! Play!.
Equation Review Given in class 10/4/13.
THANK YOU!.
CSE 373 Data Structures and Algorithms
Mathematical Induction I
Solving Equations Grade 5 Math.
Thank you.
Key Skill – Probability
Thank you.
CMSC 341 Math Review.
a + 2 = 6 What does this represent? 2 a
CALCULATING EQUATION OF LEAST SQUARES REGRESSION LINE
Section 2.4 Recursive Sequences and Series
Topic Past Papers –Proofs
Solving Equations with Variables on Both Sides
Solving Equations with Variables on Both Sides
To prove by induction that n! > 2n for n > 3, n  N
Notes Over 1.3 It’s time to stop “daydreaming”
Equation Review.
Fun… Tree Diagrams… Probability.
Math-7 NOTES 1) 3x = 15 2) 4x = 16 Multiplication equations:
Proof: [We take the negation and suppose it to be true.]
11.4 Mathematical Induction
Arithmetic and geometric sequences and series
Presentation transcript:

Welcome to CPS 130 Yu Chen

Overview Proof by contradiction Proof by induction -Mathematical induction -Structural induction

For those of you who are bored 4 coins You can flip one coin at a time You will know the end of the game, if all the coins are of the same side How many steps will you need at least to guarantee the end of the game?

Proof by Contradiction

Flowers and People 5 people How many flowers at most? 2 of them will get the same number of flowers

More Maths! Irrational Number

Proof by Induction Mathematical Induction Structural Induction

Difference Equations Fibonacci: f(x)=f(x-1)+f(x-2) Where f(0)=0, f(1)=1 Closed form? What about f(x)=af(x-1)+bf(x-2)?

Tree

Thank You!