SlideShare a Scribd company logo
MATHEMATICAL
INDUCTION
Prepared by
Edelyn R. Cagas
1 + 3 + 5 + ... + (2n-1) = n2
1. Show it is true for n=1
1 = 12 is True
2. Assume it is true for n=k
1 + 3 + 5 + ... + (2k-1) = k2 is True
Now, prove it is true for "k+1“
1+3+5+...+(2k-1)+ 2(k+1)-1)=(k+1)2 ... ?
We know that 1 + 3 + 5 + ... + (2k-1) =
k2 (the assumption above), so we can do a
replacement for all but the last term:
k2 + (2(k+1)-1) = (k+1)2
Now expand all terms:
k2 + 2k + 2 - 1 = k2 + 2k+1
And simplify:
k2 + 2k + 1 = k2 + 2k + 1
They are the same! So it is true.
So:
1 + 3 + 5 + ... + (2(k+1)-
1) = (k+1)2 is True
1 + 2 + 3 + ... + n = n(n + 1) / 2
let S(n) be the statement 1+2+3+...
n=n(n+1)/2
S(1) is the statement 1=1(1+1/2. Thus S(1) is
true.
We suppose that S(k) is true and prove that
S(k + 1) is true. Thus, we assume that
1 + 2 + 3 + ... + k = k(k + 1) / 2
and prove that
1+2+3+...+k+k+1=(k+1)(k+1+1) / 2
If we add k + 1 to both sides of the equality in
S(k), then on the left side of the sum, we obtain
the left side of equality in S(k + 1). Our hope is
that the right of the sum equals the right side of
S(k + 1). Let us check: Adding K + 1 to both
sides of S(k) we get:
1 + 2 + 3 + ... + k + k + 1
= k(k + 1) / 2 + (k + 1)
= (k + 1)(k / 2 + 1)
= (k + 1)(k / 2 + 2 / 2)
= (k + 1)(k + 2) / 2
= (k + 1)(k + 1 + 1) / 2
Hence, if S(k) is true, then S(k + 1) is true.
Therefore, 1 + 2 + 3 + ... + n = n(n + 1) / 2
for each positive integer n.
1 + 3 + 5 + . . . + (2n − 1) = n2
for any integer n ≥ 1.
Proof:
STEP 1: For n=1 (1.2) is true, since 1 =
12
STEP 2: Suppose (1.2) is true for some n
= k ≥ 1, that is
1 + 3 + 5 + . . . + (2k − 1) = k 2
STEP 3: Prove that (1.2) is true for n=k+1,
that is
1+3+5+...+(2k−1)+(2k+1)?=(k+) 2
We have:
1+3+5+...+(2k−1)+(2k+1)=k 2+(2k+1)=
(k + 1) 2
Sn = 1 + 3 + 5 + 7 + . . . + (2n-1) = n2
First, we must show that the formula works for
n = 1.
1. For n = 1
S1 = 1 = 12
The second part of mathematical induction has two
steps. The first step is to assume that the formula is
valid for some integer k. The second step is to use this
assumption to prove that the formula is valid for the
next integer, k + 1.
2. Assume Sk = 1 + 3 + 5 + 7 + . . . + (2k-1) = k2
is true, show that Sk+1 = (k + 1)2 is true.
Sk+1 = 1+3+5+7. . .+(2k–1)+[2(k+1)–1]
= [1+3+5+7+. . .+(2k–1)]+(2k+2–1)
= Sk+(2k+1)
= k2+2k+1
= (k+1)2
12 + 22 + ... + n2 = n( n + 1 )( 2n + 1 )/6
If n = 0, then LHS = 02 = 0, and RHS = 0 * (0
+ 1)(2*0 + 1)/6 = 0
Hence LHS = RHS.
12 + 22 + ... + n2 = n( n + 1 )( 2n + 1 )/6 ---
Induction Hypothesis
To prove this for n+1, first try to
express LHS for n+1 in terms
of LHS for n, and use the induction
hypothesis.
Here let us try
LHS for n + 1 = 12 + 22 + ... + n2 + (n +
1)2 = ( 12 + 22 + ... + n2 ) + (n + 1)2
Using the induction hypothesis, the last
expression can be rewritten as
n( n + 1 )( 2n + 1 )/6 + (n + 1)2
Factoring (n + 1)/6 out, we get
( n + 1 )( n( 2n + 1 ) + 6 ( n + 1 ) )/6
= ( n + 1 )( 2n2 + 7n + 6 )/6
= ( n + 1 )( n + 2 )( 2n + 3 )/6 ,
which is equal to the RHS for n+1.
Thus LHS = RHS for n+1.
n , n3 + 2n is divisible by 3.
If n = 0, then n3 + 2n = 03 + 2*0 = 0. So it
is divisible by 3.
Induction: Assume that for an arbitrary
natural number n, n3 + 2n is divisible by 3.
--- Induction Hypothesis
To prove this for n+1, first try to
express (n+1)3 + 2( n + 1 ) in terms
of n3 + 2n and use the induction
hypothesis.
(n+1)3+2(n+1)=(n3+3n2+3n+1)+( 2n + 2 )
= ( n3 + 2n ) + ( 3n2 + 3n + 3 )
= ( n3 + 2n ) + 3( n2 + n + 1 )
which is divisible by 3,
because ( n3 + 2n ) is divisible by 3 by the
induction hypothesis.
2 + 4 + ... + 2n = n( n + 1 )
If n=0, then LHS=0, and RHS=0*(0+1)=0
Hence LHS = RHS
Assume that for an arbitrary natural
number n, 0+2+...+2n=n(n+1) ---
Induction Hypothesis
To prove this for n+1, first try to
express LHS for n+1 in terms
of LHS for n, and somehow use the
induction hypothesis.
Here let us try
LHS for n+1=0+2+...+2n+2(n+1)=(0+2+
...+2n)+2(n+1)
Using the induction hypothesis, the last expression
can be rewritten as
n( n + 1 ) + 2(n + 1)
Factoring (n + 1) out, we get
(n + 1)(n + 2) ,
which is equal to the RHS for n+1.
Thus LHS = RHS for n+1.

More Related Content

What's hot

Linear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One VariableLinear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One Variablemisey_margarette
 
Factor Theorem and Remainder Theorem
Factor Theorem and Remainder TheoremFactor Theorem and Remainder Theorem
Factor Theorem and Remainder Theorem
Ronalie Mejos
 
Remainder theorem
Remainder theoremRemainder theorem
Remainder theorem
Department of Education
 
Proof By Contradictions
Proof By ContradictionsProof By Contradictions
Proof By Contradictions
GC University Fsd
 
Section 9: Equivalence Relations & Cosets
Section 9: Equivalence Relations & CosetsSection 9: Equivalence Relations & Cosets
Section 9: Equivalence Relations & Cosets
Kevin Johnson
 
Number Theory - Lesson 1 - Introduction to Number Theory
Number Theory - Lesson 1 - Introduction to Number TheoryNumber Theory - Lesson 1 - Introduction to Number Theory
Number Theory - Lesson 1 - Introduction to Number Theory
Laguna State Polytechnic University
 
Mathematical induction and divisibility rules
Mathematical induction and divisibility rulesMathematical induction and divisibility rules
Mathematical induction and divisibility rules
Dawood Faheem Abbasi
 
Mathematical induction by Animesh Sarkar
Mathematical induction by Animesh SarkarMathematical induction by Animesh Sarkar
Mathematical induction by Animesh Sarkar
Animesh Sarkar
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
Hazel Joy Chong
 
Geometric series
Geometric seriesGeometric series
Geometric series
Jhon Paul Lagumbay
 
Predicates and Quantifiers
Predicates and QuantifiersPredicates and Quantifiers
Predicates and Quantifiers
blaircomp2003
 
Polynomial equations
Polynomial equationsPolynomial equations
Polynomial equations
Arjuna Senanayake
 
Functions and Relations
Functions and RelationsFunctions and Relations
Functions and Relations
sheisirenebkm
 
Introduction to Function, Domain and Range - Mohd Noor
Introduction to Function, Domain and Range - Mohd Noor Introduction to Function, Domain and Range - Mohd Noor
Introduction to Function, Domain and Range - Mohd Noor
Mohd. Noor Abdul Hamid
 
Rational expressions and equations
Rational expressions and equationsRational expressions and equations
Rational expressions and equationsJessica Garcia
 
CMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and StrategyCMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and Strategy
allyn joy calcaben
 
5 4 function notation
5 4 function notation5 4 function notation
5 4 function notationhisema01
 

What's hot (20)

Linear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One VariableLinear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One Variable
 
Factor Theorem and Remainder Theorem
Factor Theorem and Remainder TheoremFactor Theorem and Remainder Theorem
Factor Theorem and Remainder Theorem
 
Remainder theorem
Remainder theoremRemainder theorem
Remainder theorem
 
Proof By Contradictions
Proof By ContradictionsProof By Contradictions
Proof By Contradictions
 
Number theory lecture (part 1)
Number theory lecture (part 1)Number theory lecture (part 1)
Number theory lecture (part 1)
 
Section 9: Equivalence Relations & Cosets
Section 9: Equivalence Relations & CosetsSection 9: Equivalence Relations & Cosets
Section 9: Equivalence Relations & Cosets
 
Number Theory - Lesson 1 - Introduction to Number Theory
Number Theory - Lesson 1 - Introduction to Number TheoryNumber Theory - Lesson 1 - Introduction to Number Theory
Number Theory - Lesson 1 - Introduction to Number Theory
 
Mathematical induction and divisibility rules
Mathematical induction and divisibility rulesMathematical induction and divisibility rules
Mathematical induction and divisibility rules
 
Mathematical induction by Animesh Sarkar
Mathematical induction by Animesh SarkarMathematical induction by Animesh Sarkar
Mathematical induction by Animesh Sarkar
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
 
Inverse functions
Inverse functionsInverse functions
Inverse functions
 
Geometric series
Geometric seriesGeometric series
Geometric series
 
Predicates and Quantifiers
Predicates and QuantifiersPredicates and Quantifiers
Predicates and Quantifiers
 
Polynomial equations
Polynomial equationsPolynomial equations
Polynomial equations
 
Functions and Relations
Functions and RelationsFunctions and Relations
Functions and Relations
 
Introduction to Function, Domain and Range - Mohd Noor
Introduction to Function, Domain and Range - Mohd Noor Introduction to Function, Domain and Range - Mohd Noor
Introduction to Function, Domain and Range - Mohd Noor
 
Rational expressions and equations
Rational expressions and equationsRational expressions and equations
Rational expressions and equations
 
CMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and StrategyCMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and Strategy
 
Translating Expressions
Translating ExpressionsTranslating Expressions
Translating Expressions
 
5 4 function notation
5 4 function notation5 4 function notation
5 4 function notation
 

Viewers also liked

Math induction principle (slides)
Math induction principle (slides)Math induction principle (slides)
Math induction principle (slides)
IIUM
 
5.4 mathematical induction
5.4 mathematical induction5.4 mathematical induction
5.4 mathematical inductionmath260
 
Proof
ProofProof
Proof
H K
 
X2 t08 02 induction (2013)
X2 t08 02 induction (2013)X2 t08 02 induction (2013)
X2 t08 02 induction (2013)Nigel Simmons
 
Atomic theory notes
Atomic theory notesAtomic theory notes
Atomic theory notes
knewton1314
 
Predicates and quantifiers
Predicates and quantifiersPredicates and quantifiers
Predicates and quantifiers
Istiak Ahmed
 
Divisibility Rules
Divisibility RulesDivisibility Rules
Divisibility Rules
Tim Bonnar
 
Mathematics - Divisibility Rules From 0 To 12
Mathematics - Divisibility Rules From 0 To 12Mathematics - Divisibility Rules From 0 To 12
Mathematics - Divisibility Rules From 0 To 12
Shivansh Khurana
 
Mgc bohr
Mgc bohr Mgc bohr
Mgc bohr
Hari K M
 
THE BINOMIAL THEOREM
THE BINOMIAL THEOREM THE BINOMIAL THEOREM
THE BINOMIAL THEOREM
τυσηαρ ηαβιβ
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
sonia -
 

Viewers also liked (15)

Math induction principle (slides)
Math induction principle (slides)Math induction principle (slides)
Math induction principle (slides)
 
5.4 mathematical induction
5.4 mathematical induction5.4 mathematical induction
5.4 mathematical induction
 
Proof
ProofProof
Proof
 
5.1 Induction
5.1 Induction5.1 Induction
5.1 Induction
 
X2 t08 02 induction (2013)
X2 t08 02 induction (2013)X2 t08 02 induction (2013)
X2 t08 02 induction (2013)
 
Atomic theory notes
Atomic theory notesAtomic theory notes
Atomic theory notes
 
Fskik 1 nota
Fskik 1   notaFskik 1   nota
Fskik 1 nota
 
Predicates and quantifiers
Predicates and quantifiersPredicates and quantifiers
Predicates and quantifiers
 
Divisibility Rules
Divisibility RulesDivisibility Rules
Divisibility Rules
 
Mathematics - Divisibility Rules From 0 To 12
Mathematics - Divisibility Rules From 0 To 12Mathematics - Divisibility Rules From 0 To 12
Mathematics - Divisibility Rules From 0 To 12
 
Mgc bohr
Mgc bohr Mgc bohr
Mgc bohr
 
Binomial theorem
Binomial theoremBinomial theorem
Binomial theorem
 
THE BINOMIAL THEOREM
THE BINOMIAL THEOREM THE BINOMIAL THEOREM
THE BINOMIAL THEOREM
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
C++ programs
C++ programsC++ programs
C++ programs
 

Similar to Mathematical Induction

1.Prove 3 n^3 + 5n , n = 1For n = 1, 1^3 + 51 = 1 + 5 = 6, a.pdf
1.Prove 3  n^3 + 5n , n = 1For n = 1, 1^3 + 51 = 1 + 5 = 6, a.pdf1.Prove 3  n^3 + 5n , n = 1For n = 1, 1^3 + 51 = 1 + 5 = 6, a.pdf
1.Prove 3 n^3 + 5n , n = 1For n = 1, 1^3 + 51 = 1 + 5 = 6, a.pdf
dilipanushkagallery
 
5.4 mathematical induction t
5.4 mathematical induction t5.4 mathematical induction t
5.4 mathematical induction t
math260
 
Activ.aprendiz. 3a y 3b
Activ.aprendiz. 3a y 3bActiv.aprendiz. 3a y 3b
Activ.aprendiz. 3a y 3b
Cristian Vaca
 
11-Induction CIIT.pptx
11-Induction CIIT.pptx11-Induction CIIT.pptx
11-Induction CIIT.pptx
jaffarbikat
 
Please provide a detailed explanation. Prove by induction on n that .pdf
Please provide a detailed explanation. Prove by induction on n that .pdfPlease provide a detailed explanation. Prove by induction on n that .pdf
Please provide a detailed explanation. Prove by induction on n that .pdf
ajayinfomatics
 
Further mathematics notes zimsec cambridge zimbabwe
Further mathematics notes zimsec cambridge zimbabweFurther mathematics notes zimsec cambridge zimbabwe
Further mathematics notes zimsec cambridge zimbabwe
Alpro
 
第二次作業
第二次作業第二次作業
第二次作業
Kuan-Lun Wang
 
Succesive differntiation
Succesive differntiationSuccesive differntiation
Succesive differntiation
JaydevVadachhak
 
Analysis Of Algorithms Ii
Analysis Of Algorithms IiAnalysis Of Algorithms Ii
Analysis Of Algorithms IiSri Prasanna
 
New Pythagorean Triples copy
New Pythagorean Triples copyNew Pythagorean Triples copy
New Pythagorean Triples copyAndrew Erskine
 
A proof induction has two standard parts. The first establishing tha.pdf
A proof induction has two standard parts. The first  establishing tha.pdfA proof induction has two standard parts. The first  establishing tha.pdf
A proof induction has two standard parts. The first establishing tha.pdf
leventhalbrad49439
 
solving a trig problem and sketching a graph example problems
solving a trig problem and sketching a graph example problemssolving a trig problem and sketching a graph example problems
solving a trig problem and sketching a graph example problems
Tyler Murphy
 

Similar to Mathematical Induction (20)

1.Prove 3 n^3 + 5n , n = 1For n = 1, 1^3 + 51 = 1 + 5 = 6, a.pdf
1.Prove 3  n^3 + 5n , n = 1For n = 1, 1^3 + 51 = 1 + 5 = 6, a.pdf1.Prove 3  n^3 + 5n , n = 1For n = 1, 1^3 + 51 = 1 + 5 = 6, a.pdf
1.Prove 3 n^3 + 5n , n = 1For n = 1, 1^3 + 51 = 1 + 5 = 6, a.pdf
 
Induction q
Induction qInduction q
Induction q
 
Induction q
Induction qInduction q
Induction q
 
5.4 mathematical induction t
5.4 mathematical induction t5.4 mathematical induction t
5.4 mathematical induction t
 
Text s1 21
Text s1 21Text s1 21
Text s1 21
 
Activ.aprendiz. 3a y 3b
Activ.aprendiz. 3a y 3bActiv.aprendiz. 3a y 3b
Activ.aprendiz. 3a y 3b
 
11-Induction CIIT.pptx
11-Induction CIIT.pptx11-Induction CIIT.pptx
11-Induction CIIT.pptx
 
1113 ch 11 day 13
1113 ch 11 day 131113 ch 11 day 13
1113 ch 11 day 13
 
Please provide a detailed explanation. Prove by induction on n that .pdf
Please provide a detailed explanation. Prove by induction on n that .pdfPlease provide a detailed explanation. Prove by induction on n that .pdf
Please provide a detailed explanation. Prove by induction on n that .pdf
 
Further mathematics notes zimsec cambridge zimbabwe
Further mathematics notes zimsec cambridge zimbabweFurther mathematics notes zimsec cambridge zimbabwe
Further mathematics notes zimsec cambridge zimbabwe
 
Slide subtopic 5
Slide subtopic 5Slide subtopic 5
Slide subtopic 5
 
第二次作業
第二次作業第二次作業
第二次作業
 
Maths04
Maths04Maths04
Maths04
 
Succesive differntiation
Succesive differntiationSuccesive differntiation
Succesive differntiation
 
Analysis Of Algorithms Ii
Analysis Of Algorithms IiAnalysis Of Algorithms Ii
Analysis Of Algorithms Ii
 
Assign1 21314-sol
Assign1 21314-solAssign1 21314-sol
Assign1 21314-sol
 
New Pythagorean Triples copy
New Pythagorean Triples copyNew Pythagorean Triples copy
New Pythagorean Triples copy
 
Maths05
Maths05Maths05
Maths05
 
A proof induction has two standard parts. The first establishing tha.pdf
A proof induction has two standard parts. The first  establishing tha.pdfA proof induction has two standard parts. The first  establishing tha.pdf
A proof induction has two standard parts. The first establishing tha.pdf
 
solving a trig problem and sketching a graph example problems
solving a trig problem and sketching a graph example problemssolving a trig problem and sketching a graph example problems
solving a trig problem and sketching a graph example problems
 

Recently uploaded

Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Col Mukteshwar Prasad
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
Celine George
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 

Recently uploaded (20)

Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 

Mathematical Induction

  • 2. 1 + 3 + 5 + ... + (2n-1) = n2 1. Show it is true for n=1 1 = 12 is True 2. Assume it is true for n=k 1 + 3 + 5 + ... + (2k-1) = k2 is True Now, prove it is true for "k+1“ 1+3+5+...+(2k-1)+ 2(k+1)-1)=(k+1)2 ... ? We know that 1 + 3 + 5 + ... + (2k-1) = k2 (the assumption above), so we can do a replacement for all but the last term: k2 + (2(k+1)-1) = (k+1)2
  • 3. Now expand all terms: k2 + 2k + 2 - 1 = k2 + 2k+1 And simplify: k2 + 2k + 1 = k2 + 2k + 1 They are the same! So it is true. So: 1 + 3 + 5 + ... + (2(k+1)- 1) = (k+1)2 is True
  • 4. 1 + 2 + 3 + ... + n = n(n + 1) / 2 let S(n) be the statement 1+2+3+... n=n(n+1)/2 S(1) is the statement 1=1(1+1/2. Thus S(1) is true. We suppose that S(k) is true and prove that S(k + 1) is true. Thus, we assume that 1 + 2 + 3 + ... + k = k(k + 1) / 2 and prove that 1+2+3+...+k+k+1=(k+1)(k+1+1) / 2
  • 5. If we add k + 1 to both sides of the equality in S(k), then on the left side of the sum, we obtain the left side of equality in S(k + 1). Our hope is that the right of the sum equals the right side of S(k + 1). Let us check: Adding K + 1 to both sides of S(k) we get: 1 + 2 + 3 + ... + k + k + 1 = k(k + 1) / 2 + (k + 1) = (k + 1)(k / 2 + 1) = (k + 1)(k / 2 + 2 / 2) = (k + 1)(k + 2) / 2 = (k + 1)(k + 1 + 1) / 2 Hence, if S(k) is true, then S(k + 1) is true. Therefore, 1 + 2 + 3 + ... + n = n(n + 1) / 2 for each positive integer n.
  • 6. 1 + 3 + 5 + . . . + (2n − 1) = n2 for any integer n ≥ 1. Proof: STEP 1: For n=1 (1.2) is true, since 1 = 12 STEP 2: Suppose (1.2) is true for some n = k ≥ 1, that is 1 + 3 + 5 + . . . + (2k − 1) = k 2
  • 7. STEP 3: Prove that (1.2) is true for n=k+1, that is 1+3+5+...+(2k−1)+(2k+1)?=(k+) 2 We have: 1+3+5+...+(2k−1)+(2k+1)=k 2+(2k+1)= (k + 1) 2
  • 8. Sn = 1 + 3 + 5 + 7 + . . . + (2n-1) = n2 First, we must show that the formula works for n = 1. 1. For n = 1 S1 = 1 = 12 The second part of mathematical induction has two steps. The first step is to assume that the formula is valid for some integer k. The second step is to use this assumption to prove that the formula is valid for the next integer, k + 1. 2. Assume Sk = 1 + 3 + 5 + 7 + . . . + (2k-1) = k2 is true, show that Sk+1 = (k + 1)2 is true.
  • 9. Sk+1 = 1+3+5+7. . .+(2k–1)+[2(k+1)–1] = [1+3+5+7+. . .+(2k–1)]+(2k+2–1) = Sk+(2k+1) = k2+2k+1 = (k+1)2
  • 10. 12 + 22 + ... + n2 = n( n + 1 )( 2n + 1 )/6 If n = 0, then LHS = 02 = 0, and RHS = 0 * (0 + 1)(2*0 + 1)/6 = 0 Hence LHS = RHS. 12 + 22 + ... + n2 = n( n + 1 )( 2n + 1 )/6 --- Induction Hypothesis To prove this for n+1, first try to express LHS for n+1 in terms of LHS for n, and use the induction hypothesis. Here let us try LHS for n + 1 = 12 + 22 + ... + n2 + (n + 1)2 = ( 12 + 22 + ... + n2 ) + (n + 1)2
  • 11. Using the induction hypothesis, the last expression can be rewritten as n( n + 1 )( 2n + 1 )/6 + (n + 1)2 Factoring (n + 1)/6 out, we get ( n + 1 )( n( 2n + 1 ) + 6 ( n + 1 ) )/6 = ( n + 1 )( 2n2 + 7n + 6 )/6 = ( n + 1 )( n + 2 )( 2n + 3 )/6 , which is equal to the RHS for n+1. Thus LHS = RHS for n+1.
  • 12. n , n3 + 2n is divisible by 3. If n = 0, then n3 + 2n = 03 + 2*0 = 0. So it is divisible by 3. Induction: Assume that for an arbitrary natural number n, n3 + 2n is divisible by 3. --- Induction Hypothesis To prove this for n+1, first try to express (n+1)3 + 2( n + 1 ) in terms of n3 + 2n and use the induction hypothesis.
  • 13. (n+1)3+2(n+1)=(n3+3n2+3n+1)+( 2n + 2 ) = ( n3 + 2n ) + ( 3n2 + 3n + 3 ) = ( n3 + 2n ) + 3( n2 + n + 1 ) which is divisible by 3, because ( n3 + 2n ) is divisible by 3 by the induction hypothesis.
  • 14. 2 + 4 + ... + 2n = n( n + 1 ) If n=0, then LHS=0, and RHS=0*(0+1)=0 Hence LHS = RHS Assume that for an arbitrary natural number n, 0+2+...+2n=n(n+1) --- Induction Hypothesis To prove this for n+1, first try to express LHS for n+1 in terms of LHS for n, and somehow use the induction hypothesis.
  • 15. Here let us try LHS for n+1=0+2+...+2n+2(n+1)=(0+2+ ...+2n)+2(n+1) Using the induction hypothesis, the last expression can be rewritten as n( n + 1 ) + 2(n + 1) Factoring (n + 1) out, we get (n + 1)(n + 2) , which is equal to the RHS for n+1. Thus LHS = RHS for n+1.