SlideShare a Scribd company logo
1 of 2
Download to read offline
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869, Volume-1, Issue-9, November 2013
13 www.erpublication.org

Abstract— The Collatz conjecture is an elusive problem in
mathematics regarding the oneness of natural numbers when
run through a specific function based on being odd or even,
specifically stating that regardless of the initial number the
series will eventually reach the number 1.We will prove
everything for odd integer. Because even integer upon division
by 2 ( i.e. Collatz operation) we will eventually find a odd
number, We can say for that number we are starting from there
(without violating Collatz operation rule ).
Index Terms— Collatz conjecture, odd integer.
I. INTRODUCTION
Take any positive integer: if the number is even, divide it by
two; if the number is odd, triple it and add one (for example, if
this operation is performed on 26, the result is 13; if it is
performed on 5, the result is 16). Perform this operation
repeatedly, beginning with any positive integer, and taking the
result at each step as the input at the next.
For example, starting at 11, the sequence goes 11, 34, 17, 52,
26, 13, 40, 20, 10, 5, 16, 8, 4, 2, 1.
The Collatz conjecture is: this process will eventually reach
the number 1, regardless of which positive integer is chosen
initially.
The problem is to prove the conjecture, or find a
counter-example.
II. SOLUTION
Case 1 : n is bounded above.
n is odd.
n will not increases infinitely if we get more even number
after doing 3n+1.
Let’s take worst possible scenario  When every time we do
3n+1 it gets divided by 2 then it becomes odd.
So, according to our assumption (3n+1)/2 is odd.
Now we are doing (3n+1)/2 = n +(n+1)/2.
n is an integer. So, (n+1)/2 must be an integer => (n+1) is
divisible by 2
Again doing so we get, n + (n+1)/2 +3(n+1)/2²
Manuscript received July 09, 2013.
Shubhankar Paul, Passed BE in Electrical Engineering from Jadavpur
University in 2007. Worked at IBM as Manual Tester with designation
Application Consultant for 3 years 4 months. Worked at IIT Bombay for 3
months as JRF.
n and (n+1)/2 are integer. So, 3(n+1)/2² must be an integer =>
(n+1) is divisible by 2²
Again doing so we get, n + (n+1)/2 +3(n+1)/2² + 3²(n+1)/2³
n, (n+1)/2, 3(n+1)/2² are integers. So, 3²(n+1)/2³ must be an
integer => (n+1) is divisible by 2³
Again doing so we get, n + (n+1)/2 +3(n+1)/2² + 3²(n+1)/2³ +
3³(n+1)/2⁴
n, (n+1)/2, 3(n+1)2², 3²(n+1)/2³ are integers. So, 3³(n+1)/2⁴
must be an integer => (n+1) is divisible by 2⁴ .
In this way continuing we can say that n+1 must be of the form
2^a to go on increasing infinitely.
Now, n = 2^a-1
Doing Collatz operation (3n +1)/2 = {3*2^a – 3 +1}/2 =
3*2^(a-1) – 1 which is odd.
Again doing (3n+1)/2 gives 3²*2^(a-2) – 1 which is again
odd.
Again doing (3n+1)/2 gives 3³*2^(a-3) -1 which is again odd.
So, continuing in this way once we will find 3^(a-1)*2 – 1
which is again odd.
Next doing (3n+1)/2 gives 3^a – 1 which is even.
(Contradiction)
So, it is divisible by 2.
Here is contradiction that it goes on increasing infinitely.
So, n is bounded with the operation (3n+1) if n is odd and n/2
is n is even.
Case 1 proved.
Now, n can move into a cycle. Let’s say n goes to m then after
r operation n again come to m
i.e. m is becoming m again after doing operation (3n+1) if n is
odd and n/2 is n is even.
e.g. if we do 5n+1 when n is odd and n/2 when n is even on 27
then we get as below :
27 = 27*5+1 = 136
136/2 = 68
68/2 = 34
34/2 = 17
17*5+1 = 86
86/2 = 43
43*5+1 = 216
216/2 = 108
108/2 = 54
54/2 = 27
So, we see that 27 is again 27 after doing 5n+1 when n is odd
and n/2 when n is even.
Case 2 : No cycle exist if we do 3n+1 if n is odd and n/2 if n
is even on n.
Let’s say n runs into a cycle from m to m.
m is odd.
There must be an integer of the form (2^r)*m in between.
Let’s say just the previous number before (2^r)*m is b
b is odd.
Therefore, 3b+1 = (2^r)*m
 b = {(2^r)*m -1}/3
Now, 2 ≡ -1 (mod 3)
Collatz conjecture
Shubhankar Paul
Collatz conjecture
14 www.erpublication.org
 2^r ≡ (-1)^r (mod 3)
 {(2^r)*m -1 ≡ m*(-1)^r -1 (mod 3) = (-1)^r*m – 1
(mod 3)
And (-1)^r*m – 1 must be ≡ 0 (mod 3) as b is integer.
 m ≡ (-1)^r (mod 3)
 m = 3s +(-1)^r
Now, s must be of the form 2q i.e. even because m is odd.
 m = 6q + (-1)^r
Now, b = {(2^r)*m -1}/3
 b = {(2^r)*(6q+(-1)^r) -1}/3
 b = 2^(r+1)*q + {2^r(-1)^r – 1}/3
Now, 2^r(-1)^r – 1= 3p
 2^r = (3p+1)/(-1)^r
 r is even and p is odd
 4^s = (6i+4) where s=2r and p = 2i+1
 2*4^(s-1) = 3i+2
 i = 2{4^(s-1) – 1}/3
 i is even = 2j (say)
Now, 2*4^(s-1) = 6j + 2
 4^(s-1) = 3j + 2
j must be even = 2k (say)
Now, 4^(s-1) = 6k+2
 2*4^(s-1) = 3k+1
k must be odd = 2d+1 (say)
Now, 2*4^(s-1) = 6d+4
 4^(s-1) = 3d+2
If we go on doing this way once we will find an equation like
4 = 3w+2 which is impossible.
Here is the contradiction.
So, a number cannot move into a cycle.
Case 2 proved.
Observation :
1) From Case 1 we have seen every number is bounded if
we do 3n+1 if n is odd and n/2 if n is even.
2) From Case 2 we have seen that a number cannot move
into a cycle.
III. RESULT :
Collatz Conjecture is true.
End.
IV. CONCLUSION
So, every number will eventually come to least natural
number 1 if we do Collatz operation on it.
REFERENCES
[1] Chamberland, M.; A continuous extension of the 3x+1 problem to the
real line. Dynamics of Continuous, Discrete and Impulsive Systems,
2:495-509, 1996.
[2] Chamberland, M.; An update on the 3x+1 Problem (Catalan, translated
by Toni Guillamon i Grabolosa). Butlleti de la Societat Catalana de
Matematiques, 18:19-45.
[3] Devaney, R.L.; An Introduction to Chaotic and Dynamical systems.
Addison Wesley, Menlo Park, 1986.
[4] Ott, E.; Chaos in Dynamical Systems. Cambridge University Press,1993.
[5] Lagarias, J. C.; The 3x+1 problem and its generalizations. American
Mathematical Monthly, 92:3-23,1985.
[6] Lagarias, J. C.; The 3x+1 problem annotated bibliography, 1995.
Shubhankar Paul, Passed BE in Electrical Engineering from Jadavpur
University in 2007. Worked at IBM as Manual Tester with designation
Application Consultant for 3 years 4 months. Worked at IIT Bombay for 3
months as JRF. Published 2 papers at International Journal

More Related Content

What's hot

Algebra chapter#5powerpointywah
Algebra chapter#5powerpointywahAlgebra chapter#5powerpointywah
Algebra chapter#5powerpointywah41199717
 
Section 8: Symmetric Groups
Section 8: Symmetric GroupsSection 8: Symmetric Groups
Section 8: Symmetric GroupsKevin Johnson
 
Simplifying basic radical expressions
Simplifying basic radical expressionsSimplifying basic radical expressions
Simplifying basic radical expressionsDaisyListening
 
Gauss Jordan
Gauss JordanGauss Jordan
Gauss JordanEzzat Gul
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functionsJessica Garcia
 
1 lesson 5 equations with radicals
1 lesson 5 equations with radicals1 lesson 5 equations with radicals
1 lesson 5 equations with radicalsMelchor Cachuela
 
Lecture 05 b radicals multiplication and division
Lecture 05 b radicals multiplication and divisionLecture 05 b radicals multiplication and division
Lecture 05 b radicals multiplication and divisionHazel Joy Chong
 
MTH101 - Calculus and Analytical Geometry- Lecture 42
MTH101 - Calculus and Analytical Geometry- Lecture 42MTH101 - Calculus and Analytical Geometry- Lecture 42
MTH101 - Calculus and Analytical Geometry- Lecture 42Bilal Ahmed
 
Proving trigonometric identities
Proving trigonometric identitiesProving trigonometric identities
Proving trigonometric identitiesFroyd Wess
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functionsswartzje
 
Logarithmic function, equation and inequality
Logarithmic function, equation and inequalityLogarithmic function, equation and inequality
Logarithmic function, equation and inequalityFelina Victoria
 

What's hot (20)

Algebra chapter#5powerpointywah
Algebra chapter#5powerpointywahAlgebra chapter#5powerpointywah
Algebra chapter#5powerpointywah
 
Section 8: Symmetric Groups
Section 8: Symmetric GroupsSection 8: Symmetric Groups
Section 8: Symmetric Groups
 
Sorting
SortingSorting
Sorting
 
Lec42
Lec42Lec42
Lec42
 
Simplifying basic radical expressions
Simplifying basic radical expressionsSimplifying basic radical expressions
Simplifying basic radical expressions
 
Gauss Jordan
Gauss JordanGauss Jordan
Gauss Jordan
 
Logarithm
LogarithmLogarithm
Logarithm
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functions
 
Examen presencial 1
Examen presencial 1Examen presencial 1
Examen presencial 1
 
1 lesson 1 4
1 lesson 1 41 lesson 1 4
1 lesson 1 4
 
1 lesson 5 equations with radicals
1 lesson 5 equations with radicals1 lesson 5 equations with radicals
1 lesson 5 equations with radicals
 
Particle in 1 D box
Particle in 1 D boxParticle in 1 D box
Particle in 1 D box
 
Logarithms
LogarithmsLogarithms
Logarithms
 
Integral Tak Wajar
Integral Tak WajarIntegral Tak Wajar
Integral Tak Wajar
 
Lecture 05 b radicals multiplication and division
Lecture 05 b radicals multiplication and divisionLecture 05 b radicals multiplication and division
Lecture 05 b radicals multiplication and division
 
MTH101 - Calculus and Analytical Geometry- Lecture 42
MTH101 - Calculus and Analytical Geometry- Lecture 42MTH101 - Calculus and Analytical Geometry- Lecture 42
MTH101 - Calculus and Analytical Geometry- Lecture 42
 
Proving trigonometric identities
Proving trigonometric identitiesProving trigonometric identities
Proving trigonometric identities
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functions
 
Logarithmic function, equation and inequality
Logarithmic function, equation and inequalityLogarithmic function, equation and inequality
Logarithmic function, equation and inequality
 
Rational Expressions
Rational ExpressionsRational Expressions
Rational Expressions
 

Viewers also liked (20)

Ijetr011952
Ijetr011952Ijetr011952
Ijetr011952
 
Ijetr011937
Ijetr011937Ijetr011937
Ijetr011937
 
Ijetr011811
Ijetr011811Ijetr011811
Ijetr011811
 
Ijetr011841
Ijetr011841Ijetr011841
Ijetr011841
 
Ijetr011832
Ijetr011832Ijetr011832
Ijetr011832
 
Ijetr011822
Ijetr011822Ijetr011822
Ijetr011822
 
Ijetr011915
Ijetr011915Ijetr011915
Ijetr011915
 
Ijetr012013
Ijetr012013Ijetr012013
Ijetr012013
 
Ijetr011815
Ijetr011815Ijetr011815
Ijetr011815
 
Ijetr011939
Ijetr011939Ijetr011939
Ijetr011939
 
Ijetr012016
Ijetr012016Ijetr012016
Ijetr012016
 
Ijetr011950
Ijetr011950Ijetr011950
Ijetr011950
 
Ijetr012005
Ijetr012005Ijetr012005
Ijetr012005
 
Ijetr011837
Ijetr011837Ijetr011837
Ijetr011837
 
Ijetr011833
Ijetr011833Ijetr011833
Ijetr011833
 
Ijetr011940
Ijetr011940Ijetr011940
Ijetr011940
 
Ijetr011823
Ijetr011823Ijetr011823
Ijetr011823
 
Ijetr011961
Ijetr011961Ijetr011961
Ijetr011961
 
Ijetr011945
Ijetr011945Ijetr011945
Ijetr011945
 
Ijetr011848
Ijetr011848Ijetr011848
Ijetr011848
 

Similar to Ijetr011922

Lesson 6 and 7 Trig Excellence.pptx calculus
Lesson 6 and 7 Trig Excellence.pptx calculusLesson 6 and 7 Trig Excellence.pptx calculus
Lesson 6 and 7 Trig Excellence.pptx calculusshelvisolanki27
 
Jawaban soal-latihan1mekanika
Jawaban soal-latihan1mekanikaJawaban soal-latihan1mekanika
Jawaban soal-latihan1mekanikamiranteogbonna
 
Engineering Analysis -Third Class.ppsx
Engineering Analysis -Third Class.ppsxEngineering Analysis -Third Class.ppsx
Engineering Analysis -Third Class.ppsxHebaEng
 
Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)Osama Zahid
 
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.pdfdilipanushkagallery
 
Recursion & methods of proof in algorithm analysis
Recursion & methods of proof in algorithm analysisRecursion & methods of proof in algorithm analysis
Recursion & methods of proof in algorithm analysisAnujaTungar1
 
Ds presentation1
Ds presentation1Ds presentation1
Ds presentation1Irfan Khan
 
Differential Calculus- differentiation
Differential Calculus- differentiationDifferential Calculus- differentiation
Differential Calculus- differentiationSanthanam Krishnan
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical InductionEdelyn Cagas
 
mathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdfmathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdfBhanuCharan9
 
Mathematical induction and divisibility rules
Mathematical induction and divisibility rulesMathematical induction and divisibility rules
Mathematical induction and divisibility rulesDawood Faheem Abbasi
 
Produccion escrita unidad_i_matematica_
Produccion escrita unidad_i_matematica_Produccion escrita unidad_i_matematica_
Produccion escrita unidad_i_matematica_GustavoSarmiento18
 

Similar to Ijetr011922 (20)

Lesson 6 and 7 Trig Excellence.pptx calculus
Lesson 6 and 7 Trig Excellence.pptx calculusLesson 6 and 7 Trig Excellence.pptx calculus
Lesson 6 and 7 Trig Excellence.pptx calculus
 
Jawaban soal-latihan1mekanika
Jawaban soal-latihan1mekanikaJawaban soal-latihan1mekanika
Jawaban soal-latihan1mekanika
 
A05330107
A05330107A05330107
A05330107
 
Engineering Analysis -Third Class.ppsx
Engineering Analysis -Third Class.ppsxEngineering Analysis -Third Class.ppsx
Engineering Analysis -Third Class.ppsx
 
Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)
 
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
 
S1230109
S1230109S1230109
S1230109
 
Recursion & methods of proof in algorithm analysis
Recursion & methods of proof in algorithm analysisRecursion & methods of proof in algorithm analysis
Recursion & methods of proof in algorithm analysis
 
Ds presentation1
Ds presentation1Ds presentation1
Ds presentation1
 
Number theory
Number theoryNumber theory
Number theory
 
Rational Expressions Module
Rational Expressions ModuleRational Expressions Module
Rational Expressions Module
 
P1-Chp2-Quadratics.pptx
P1-Chp2-Quadratics.pptxP1-Chp2-Quadratics.pptx
P1-Chp2-Quadratics.pptx
 
Lecture 3
Lecture 3Lecture 3
Lecture 3
 
Lecture 3
Lecture 3Lecture 3
Lecture 3
 
Hw1 solution
Hw1 solutionHw1 solution
Hw1 solution
 
Differential Calculus- differentiation
Differential Calculus- differentiationDifferential Calculus- differentiation
Differential Calculus- differentiation
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical Induction
 
mathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdfmathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdf
 
Mathematical induction and divisibility rules
Mathematical induction and divisibility rulesMathematical induction and divisibility rules
Mathematical induction and divisibility rules
 
Produccion escrita unidad_i_matematica_
Produccion escrita unidad_i_matematica_Produccion escrita unidad_i_matematica_
Produccion escrita unidad_i_matematica_
 

More from ER Publication.org (20)

Ijetr011101
Ijetr011101Ijetr011101
Ijetr011101
 
Ijetr021232
Ijetr021232Ijetr021232
Ijetr021232
 
Ijetr021229
Ijetr021229Ijetr021229
Ijetr021229
 
Ijetr021228
Ijetr021228Ijetr021228
Ijetr021228
 
Ijetr021226
Ijetr021226Ijetr021226
Ijetr021226
 
Ijetr021224
Ijetr021224Ijetr021224
Ijetr021224
 
Ijetr021221
Ijetr021221Ijetr021221
Ijetr021221
 
Ijetr021220
Ijetr021220Ijetr021220
Ijetr021220
 
Ijetr021215
Ijetr021215Ijetr021215
Ijetr021215
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 
Ijetr021210
Ijetr021210Ijetr021210
Ijetr021210
 
Ijetr021207
Ijetr021207Ijetr021207
Ijetr021207
 
Ijetr021146
Ijetr021146Ijetr021146
Ijetr021146
 
Ijetr021145
Ijetr021145Ijetr021145
Ijetr021145
 
Ijetr021144
Ijetr021144Ijetr021144
Ijetr021144
 
Ijetr021143
Ijetr021143Ijetr021143
Ijetr021143
 
Ijetr021140
Ijetr021140Ijetr021140
Ijetr021140
 
Ijetr021139
Ijetr021139Ijetr021139
Ijetr021139
 
Ijetr021138
Ijetr021138Ijetr021138
Ijetr021138
 
Ijetr021135
Ijetr021135Ijetr021135
Ijetr021135
 

Recently uploaded

PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 

Recently uploaded (20)

Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 

Ijetr011922

  • 1. International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869, Volume-1, Issue-9, November 2013 13 www.erpublication.org  Abstract— The Collatz conjecture is an elusive problem in mathematics regarding the oneness of natural numbers when run through a specific function based on being odd or even, specifically stating that regardless of the initial number the series will eventually reach the number 1.We will prove everything for odd integer. Because even integer upon division by 2 ( i.e. Collatz operation) we will eventually find a odd number, We can say for that number we are starting from there (without violating Collatz operation rule ). Index Terms— Collatz conjecture, odd integer. I. INTRODUCTION Take any positive integer: if the number is even, divide it by two; if the number is odd, triple it and add one (for example, if this operation is performed on 26, the result is 13; if it is performed on 5, the result is 16). Perform this operation repeatedly, beginning with any positive integer, and taking the result at each step as the input at the next. For example, starting at 11, the sequence goes 11, 34, 17, 52, 26, 13, 40, 20, 10, 5, 16, 8, 4, 2, 1. The Collatz conjecture is: this process will eventually reach the number 1, regardless of which positive integer is chosen initially. The problem is to prove the conjecture, or find a counter-example. II. SOLUTION Case 1 : n is bounded above. n is odd. n will not increases infinitely if we get more even number after doing 3n+1. Let’s take worst possible scenario  When every time we do 3n+1 it gets divided by 2 then it becomes odd. So, according to our assumption (3n+1)/2 is odd. Now we are doing (3n+1)/2 = n +(n+1)/2. n is an integer. So, (n+1)/2 must be an integer => (n+1) is divisible by 2 Again doing so we get, n + (n+1)/2 +3(n+1)/2² Manuscript received July 09, 2013. Shubhankar Paul, Passed BE in Electrical Engineering from Jadavpur University in 2007. Worked at IBM as Manual Tester with designation Application Consultant for 3 years 4 months. Worked at IIT Bombay for 3 months as JRF. n and (n+1)/2 are integer. So, 3(n+1)/2² must be an integer => (n+1) is divisible by 2² Again doing so we get, n + (n+1)/2 +3(n+1)/2² + 3²(n+1)/2³ n, (n+1)/2, 3(n+1)/2² are integers. So, 3²(n+1)/2³ must be an integer => (n+1) is divisible by 2³ Again doing so we get, n + (n+1)/2 +3(n+1)/2² + 3²(n+1)/2³ + 3³(n+1)/2⁴ n, (n+1)/2, 3(n+1)2², 3²(n+1)/2³ are integers. So, 3³(n+1)/2⁴ must be an integer => (n+1) is divisible by 2⁴ . In this way continuing we can say that n+1 must be of the form 2^a to go on increasing infinitely. Now, n = 2^a-1 Doing Collatz operation (3n +1)/2 = {3*2^a – 3 +1}/2 = 3*2^(a-1) – 1 which is odd. Again doing (3n+1)/2 gives 3²*2^(a-2) – 1 which is again odd. Again doing (3n+1)/2 gives 3³*2^(a-3) -1 which is again odd. So, continuing in this way once we will find 3^(a-1)*2 – 1 which is again odd. Next doing (3n+1)/2 gives 3^a – 1 which is even. (Contradiction) So, it is divisible by 2. Here is contradiction that it goes on increasing infinitely. So, n is bounded with the operation (3n+1) if n is odd and n/2 is n is even. Case 1 proved. Now, n can move into a cycle. Let’s say n goes to m then after r operation n again come to m i.e. m is becoming m again after doing operation (3n+1) if n is odd and n/2 is n is even. e.g. if we do 5n+1 when n is odd and n/2 when n is even on 27 then we get as below : 27 = 27*5+1 = 136 136/2 = 68 68/2 = 34 34/2 = 17 17*5+1 = 86 86/2 = 43 43*5+1 = 216 216/2 = 108 108/2 = 54 54/2 = 27 So, we see that 27 is again 27 after doing 5n+1 when n is odd and n/2 when n is even. Case 2 : No cycle exist if we do 3n+1 if n is odd and n/2 if n is even on n. Let’s say n runs into a cycle from m to m. m is odd. There must be an integer of the form (2^r)*m in between. Let’s say just the previous number before (2^r)*m is b b is odd. Therefore, 3b+1 = (2^r)*m  b = {(2^r)*m -1}/3 Now, 2 ≡ -1 (mod 3) Collatz conjecture Shubhankar Paul
  • 2. Collatz conjecture 14 www.erpublication.org  2^r ≡ (-1)^r (mod 3)  {(2^r)*m -1 ≡ m*(-1)^r -1 (mod 3) = (-1)^r*m – 1 (mod 3) And (-1)^r*m – 1 must be ≡ 0 (mod 3) as b is integer.  m ≡ (-1)^r (mod 3)  m = 3s +(-1)^r Now, s must be of the form 2q i.e. even because m is odd.  m = 6q + (-1)^r Now, b = {(2^r)*m -1}/3  b = {(2^r)*(6q+(-1)^r) -1}/3  b = 2^(r+1)*q + {2^r(-1)^r – 1}/3 Now, 2^r(-1)^r – 1= 3p  2^r = (3p+1)/(-1)^r  r is even and p is odd  4^s = (6i+4) where s=2r and p = 2i+1  2*4^(s-1) = 3i+2  i = 2{4^(s-1) – 1}/3  i is even = 2j (say) Now, 2*4^(s-1) = 6j + 2  4^(s-1) = 3j + 2 j must be even = 2k (say) Now, 4^(s-1) = 6k+2  2*4^(s-1) = 3k+1 k must be odd = 2d+1 (say) Now, 2*4^(s-1) = 6d+4  4^(s-1) = 3d+2 If we go on doing this way once we will find an equation like 4 = 3w+2 which is impossible. Here is the contradiction. So, a number cannot move into a cycle. Case 2 proved. Observation : 1) From Case 1 we have seen every number is bounded if we do 3n+1 if n is odd and n/2 if n is even. 2) From Case 2 we have seen that a number cannot move into a cycle. III. RESULT : Collatz Conjecture is true. End. IV. CONCLUSION So, every number will eventually come to least natural number 1 if we do Collatz operation on it. REFERENCES [1] Chamberland, M.; A continuous extension of the 3x+1 problem to the real line. Dynamics of Continuous, Discrete and Impulsive Systems, 2:495-509, 1996. [2] Chamberland, M.; An update on the 3x+1 Problem (Catalan, translated by Toni Guillamon i Grabolosa). Butlleti de la Societat Catalana de Matematiques, 18:19-45. [3] Devaney, R.L.; An Introduction to Chaotic and Dynamical systems. Addison Wesley, Menlo Park, 1986. [4] Ott, E.; Chaos in Dynamical Systems. Cambridge University Press,1993. [5] Lagarias, J. C.; The 3x+1 problem and its generalizations. American Mathematical Monthly, 92:3-23,1985. [6] Lagarias, J. C.; The 3x+1 problem annotated bibliography, 1995. Shubhankar Paul, Passed BE in Electrical Engineering from Jadavpur University in 2007. Worked at IBM as Manual Tester with designation Application Consultant for 3 years 4 months. Worked at IIT Bombay for 3 months as JRF. Published 2 papers at International Journal