PFStudent
- 169
- 0
Is this proof rigorous enough?
This problem is from my College Problem Solving Seminar Course.
Book: The Art and Craft of Problem Solving, 2nd Edition by Paul Zeitz.
Ex. 1.2.1
Prove that the product of four consecutive natural numbers cannot be the square of an integer.
Number Theory
What I need help with is just critique of my proof. I want to make sure it is very rigorous (and ofcourse correct).
Attempt at a Solution:
Let,
<br /> {n \in \mathbb{N}}<br />
<br /> {\mathbb{N} = \{1, 2, 3, . . . ,\infty\}<br />
<br /> {m \in \mathbb{Z}}<br />
<br /> {\mathbb{Z} = \{ - \infty, . . . , - 1, 0, 1, . . . , \infty\}<br />
Prove that:
<br /> {n(n + 1)(n + 2)(n + 3)} \neq {{m}^{2}}<br />
(Proof by Contradiction)
Assume the Contrary:
<br /> {n(n + 1)(n + 2)(n + 3)} = {{m}^{2}}<br />
<br /> {{n}^{4} + 6{n}^{3} + 11{n}^{2} + 6{n}} = {{m}^{2}}<br />
Let,
<br /> f(n) = {{n}^{4} + 6{n}^{3} + 11{n}^{2} + 6{n}}<br />
Then, since f(n) is a fourth degree polynomial. Then for,
<br /> {{n}^{4} + 6{n}^{3} + 11{n}^{2} + 6{n}} = {{m}^{2}}<br />
there must exist some g(n) such that,
<br /> {f(n)} = {[g(n)]}^{2}<br />
If g(n) exists, then it must be a second degree polynomial--since f(n) is a fourth degree polynomial--fitting one of the following forms:
<br /> {(1) g(n) = a{n}^{2}}<br />
<br /> {(2) g(n) = a{n}^{2}} + c<br />
<br /> {(3) g(n) = a{n}^{2}} + b{n}<br />
<br /> {(4) g(n) = a{n}^{2}} + b{n} + c<br />
Consider case (1), this is not possible for g(n) since f(n) would lack a term of degree three.
Consider case (2), this is not possible for g(n) since f(n) would also lack a term of degree three.
Consider case (3), this is not possible for g(n) since f(n) would lack a term of degree one.
Consider case (4), this is the only possibility for g(n) since f(n) would contain terms of degrees: four, three, two, and one.
However, in order for,
<br /> g(n) = a{n}^{2}} + b{n} + c<br />
It must satisfy,
<br /> f(n) = {(a{n}^{2}} + b{n} + c)}^{2}<br />
Which when expanded is,
<br /> f(n) = {{a^2}{n}^{4} + {2ab}{n}^{3} + {(2ac + b^2)}{n}^{2} + {2bc}{n} + {c^2}}<br />
Where,
<br /> f(n) = {{n}^{4} + 6{n}^{3} + 11{n}^{2} + 6{n} + 0}<br />
Must match as follows,
<br /> a^2 = 1<br />
<br /> 2ab = 6<br />
<br /> 2ac + b^2 = 11<br />
<br /> 2bc = 6<br />
<br /> c^2 = 0<br />
However if,
<br /> c^2 = 0<br />
Then,
<br /> 2bc \neq 6<br />
Contradiction.
However, here is my question...
Is there anything I missed in this proof? Anything I should have done more rigorously?
Anything I left unaddressed?
Thanks,
-PFStudent
Homework Statement
This problem is from my College Problem Solving Seminar Course.
Book: The Art and Craft of Problem Solving, 2nd Edition by Paul Zeitz.
Ex. 1.2.1
Prove that the product of four consecutive natural numbers cannot be the square of an integer.
Homework Equations
Number Theory
The Attempt at a Solution
What I need help with is just critique of my proof. I want to make sure it is very rigorous (and ofcourse correct).
Attempt at a Solution:
Let,
<br /> {n \in \mathbb{N}}<br />
<br /> {\mathbb{N} = \{1, 2, 3, . . . ,\infty\}<br />
<br /> {m \in \mathbb{Z}}<br />
<br /> {\mathbb{Z} = \{ - \infty, . . . , - 1, 0, 1, . . . , \infty\}<br />
Prove that:
<br /> {n(n + 1)(n + 2)(n + 3)} \neq {{m}^{2}}<br />
(Proof by Contradiction)
Assume the Contrary:
<br /> {n(n + 1)(n + 2)(n + 3)} = {{m}^{2}}<br />
<br /> {{n}^{4} + 6{n}^{3} + 11{n}^{2} + 6{n}} = {{m}^{2}}<br />
Let,
<br /> f(n) = {{n}^{4} + 6{n}^{3} + 11{n}^{2} + 6{n}}<br />
Then, since f(n) is a fourth degree polynomial. Then for,
<br /> {{n}^{4} + 6{n}^{3} + 11{n}^{2} + 6{n}} = {{m}^{2}}<br />
there must exist some g(n) such that,
<br /> {f(n)} = {[g(n)]}^{2}<br />
If g(n) exists, then it must be a second degree polynomial--since f(n) is a fourth degree polynomial--fitting one of the following forms:
<br /> {(1) g(n) = a{n}^{2}}<br />
<br /> {(2) g(n) = a{n}^{2}} + c<br />
<br /> {(3) g(n) = a{n}^{2}} + b{n}<br />
<br /> {(4) g(n) = a{n}^{2}} + b{n} + c<br />
Consider case (1), this is not possible for g(n) since f(n) would lack a term of degree three.
Consider case (2), this is not possible for g(n) since f(n) would also lack a term of degree three.
Consider case (3), this is not possible for g(n) since f(n) would lack a term of degree one.
Consider case (4), this is the only possibility for g(n) since f(n) would contain terms of degrees: four, three, two, and one.
However, in order for,
<br /> g(n) = a{n}^{2}} + b{n} + c<br />
It must satisfy,
<br /> f(n) = {(a{n}^{2}} + b{n} + c)}^{2}<br />
Which when expanded is,
<br /> f(n) = {{a^2}{n}^{4} + {2ab}{n}^{3} + {(2ac + b^2)}{n}^{2} + {2bc}{n} + {c^2}}<br />
Where,
<br /> f(n) = {{n}^{4} + 6{n}^{3} + 11{n}^{2} + 6{n} + 0}<br />
Must match as follows,
<br /> a^2 = 1<br />
<br /> 2ab = 6<br />
<br /> 2ac + b^2 = 11<br />
<br /> 2bc = 6<br />
<br /> c^2 = 0<br />
However if,
<br /> c^2 = 0<br />
Then,
<br /> 2bc \neq 6<br />
Contradiction.
However, here is my question...
Is there anything I missed in this proof? Anything I should have done more rigorously?
Anything I left unaddressed?
Thanks,
-PFStudent
Last edited: