Making an Argument The goal of communication is to achieve the desired affect on the target audience. Often we want to convince the audience of something.

Slides:



Advertisements
Similar presentations
With examples from Number Theory
Advertisements

Introduction to Proofs
PROOF BY CONTRADICTION
Mathematical Induction (cont.)
Chapter 3 Elementary Number Theory and Methods of Proof.
Prof. Shachar Lovett Clicker frequency: CA CSE 20 Discrete math Prof. Shachar Lovett
MA/CSSE 473/474 How (not) to do an induction proof.
Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
Induction and recursion
1.  The set N = {1,2,3,4,……..} is known as natural numbers or the set of positive integers  The natural numbers are used mainly for :  counting  ordering.
Discussion #131/18 Discussion #13 Induction (the process of deriving generalities from particulars) Mathematical Induction (deductive reasoning over the.
Logic and Proof. Argument An argument is a sequence of statements. All statements but the first one are called assumptions or hypothesis. The final statement.
Logic: Connectives AND OR NOT P Q (P ^ Q) T F P Q (P v Q) T F P ~P T F
TR1413: INTRO TO DISCRETE MATHEMATICS LECTURE 2: MATHEMATICAL INDUCTION.
So far we have learned about:
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
Introduction to Proofs ch. 1.6, pg. 87,93 Muhammad Arief download dari
1 Section 3.3 Mathematical Induction. 2 Technique used extensively to prove results about large variety of discrete objects Can only be used to prove.
Methods of Proof Lecture 4: Sep 16 (chapter 3 of the book)
Mathematical Induction Assume that we are given an infinite supply of stamps of two different denominations, 3 cents and and 5 cents. Prove using mathematical.
What it is? Why is it a legitimate proof method? How to use it?
Methods of Proof & Proof Strategies
Introduction to Proofs
CSE 20 – Discrete Mathematics Dr. Cynthia Bailey Lee Dr. Shachar Lovett Peer Instruction in Discrete Mathematics by Cynthia Leeis licensed under a Creative.
Mathematical Induction. F(1) = 1; F(n+1) = F(n) + (2n+1) for n≥ F(n) n F(n) =n 2 for all n ≥ 1 Prove it!
Copyright © Peter Cappello Mathematical Induction Goals Explain & illustrate construction of proofs of a variety of theorems using mathematical induction.
Methods of Proof. This Lecture Now we have learnt the basics in logic. We are going to apply the logical rules in proving mathematical theorems. Direct.
Methods of Proofs PREDICATE LOGIC The “Quantifiers” and are known as predicate quantifiers. " means for all and means there exists. Example 1: If we.
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett.
Chapter 5 Existence and Proof by contradiction
Methods of Proof Lecture 3: Sep 9. This Lecture Now we have learnt the basics in logic. We are going to apply the logical rules in proving mathematical.
Reading and Writing Mathematical Proofs Spring 2015 Lecture 2: Basic Proving Techniques.
Chap 3 –A theorem is a statement that can be shown to be true –A proof is a sequence of statements to show that a theorem is true –Axioms: statements which.
Mathematical Induction Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Mathematical induction is a legitimate method.
Fall 2008/2009 I. Arwa Linjawi & I. Asma’a Ashenkity 11 The Foundations: Logic and Proofs Introduction to Proofs.
October 3, 2001CSE 373, Autumn Mathematical Background Exponents X A X B = X A+B X A / X B = X A-B (X A ) B = X AB X N +X N = 2X N 2 N +2 N = 2 N+1.
Method of proofs.  Consider the statements: “Humans have two eyes”  It implies the “universal quantification”  If a is a Human then a has two eyes.
CS104:Discrete Structures Chapter 2: Proof Techniques.
Copyright © Cengage Learning. All rights reserved. Sequences and Series.
Chapter 5. Section 5.1 Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If we can reach.
Mathematical Induction I Lecture 5: Sep 20 (chapter of the textbook and chapter of the course notes)
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.
1 Introduction to Abstract Mathematics Proof Methods , , ~, ,  Instructor: Hayk Melikya Purpose of Section:Most theorems in mathematics.
Introduction to Proofs. The use of Reasoning and Logic in proofs Inductive Reasoning- “reasoning from detailed facts to general principles” – Specific.
Methods of Proof Lecture 4: Sep 20 (chapter 3 of the book, except 3.5 and 3.8)
Mathematical Induction What it is? Why is it a legitimate proof method? How to use it?
Chapter 1 Logic and proofs
Mathematical Induction I Lecture 19 Section 4.2 Mon, Feb 14, 2005.
Chapter 5 1. Chapter Summary  Mathematical Induction  Strong Induction  Recursive Definitions  Structural Induction  Recursive Algorithms.
Mathematical Induction. The Principle of Mathematical Induction Let S n be a statement involving the positive integer n. If 1.S 1 is true, and 2.the truth.
CS151: Mathematical Foundations of Computing Mathematical Induction.
Induction and recursion
Methods of Proof A mathematical theorem is usually of the form pq
Indirect Argument: Contradiction and Contraposition
The Foundations: Logic and Proofs
CS201: Data Structures and Discrete Mathematics I
Induction and recursion
PROOF BY CONTRADICTION
CS 220: Discrete Structures and their Applications
CS 220: Discrete Structures and their Applications
Methods of Proof Rosen 1.7, 1.8 Lecture 4: Sept 24, 25.
Elementary Number Theory & Proofs
Mathematical Induction
Follow me for a walk through...
Mathematical Induction
Mathematical Induction
Follow me for a walk through...
Agenda Proofs (Konsep Pembuktian) Direct Proofs & Counterexamples
11.4 Mathematical Induction
Methods of Proof Rosen 1.7, 1.8 Lecture 4: Sept, 2019.
Presentation transcript:

Making an Argument The goal of communication is to achieve the desired affect on the target audience. Often we want to convince the audience of something –Answers on an exam –Making a proposal –Letter to the editor The goal is not to be right. The goal is to convince the audience that we are right.

Investigation and Argument How can we be convincing? –Need to be right (investigation/solution) –Need to present it right (argument) Part of good communication is to reduce cognitive load on the audience Good technical writing is essentially about making clear, logical arguments Following standard presentation forms can help. –Conventions in reasoning –Proof forms

Mathematical Proof “Mathematical” proofs often follow one of several standard forms –These forms have proved useful for structuring ideas –Following a conventional form reduces cognitive load on the reader

Deduction (Direct Proof) If P, then Q P → Q Contrapositive: (not Q) → (not P) Sometimes can break this down: –Truth of the penultimate step → The conclusion

Reasoning Chains Many systems work by chaining a series of steps –Symbolic Logic –Geometry proofs –Calculus integrals

Contradiction Want to prove X Assume that X is false Show that this assumption leads to a logical contradiction Since the assumption must be false, X must be true

Contradiction Example Prove that there is no largest integer Assume that there is a largest integer, B. Consider C = B + 1. C is an integer (the sum of two integers) C > B. Thus, B is not the largest integer, a contradiction. The only flaw in the reasoning was the assumption that there exists B, the largest integer. Therefore, there is no largest integer.

Contradiction Example Prove that √2 is irrational. Suppose √2 is rational. √2 = a/b for a and b integers and b is as small as possible. Since 2b 2 = a 2, a 2 is even (so a is even). So a = 2t, yielding 2b 2 = a 2 = 4t 2. So b 2 = 2t 2, making b even. But then it is not possible for √2 = a/b.

Mathematical Induction To prove by induction, must show two things: –Base case: We can get started –Induction step: Being true for n-1 implies that it is true also for n Often easy to prove base case Might or might not be easy to prove the induction step –Note that we are proving an implication: –S(n-1) → S(n)

Induction Hypothesis The key to induction is the induction hypothesis. We assume S(n-1) is true. This gives us material to work with. It is also what confuses people most. ABA → B TTT TFF FTT FFT

Induction Example Call S(n) the sum of the first n integers. Prove that S(n) = n(n+1)/2. Base case: S(1) = 1(1+1)/2 = 1, which is true. Induction hypothesis: S(n-1) = (n-1)n/2. Induction step: Use the induction hypothesis –S(n) = S(n-1) + n –S(n) = (n-1)n/2 + n = (n 2 – n + 2n)/2 = n(n+1)/2. Therefore, the theorem is proved by mathematical induction.

Induction Example 2-cent and 5-cent stamps can be used to form any value n ≥ 4. Base case: = 4. Induction hypothesis: Assume true for any greater value n-1. Induction step: –Case i: A 5-cent stamp is replaced with 3 2-cent stamps. –Case ii: Two 2-cent stamps are replaced with a 5-cent stamp. Therefore, the theorem is proved by induction

Induction and Recursion Induction and Recursion are similar If you are comfortable with one, should quickly be able to grasp the other Both have a base case. Both use the assumption that subproblems are true/solvable –Recursion makes a recursive call –Induction uses the induction hypothesis A recursive function’s primary work is converting solutions to subproblems into the full solution –This is the same as the induction step.

Other forms of Induction “Standard” induction: S(n-1) → S(n) “Strong” induction: S(1) to S(n-1) → S(n) –Strong induction gives us a stronger induction hypothesis. –The induction hypothesis is free material to work with.

Guess and Test One approach to problem solving is to guess an answer and then test it. When finding closed forms for summations, can guess a solution and then test with induction. Induction can test a hypothesis, but doesn’t help to generate a hypothesis.