Evaluating $sum_{n=1}^infty frac{1}{(n^5)!} approx 1$ and proving that is irrational.
$begingroup$
Define $delta = sum_{n=1}^infty frac{1}{(n^5)!}$. Wolfram says it converges by the ratio test. Trying to prove that $delta$ is irrational, begin defining $S_n$ as:
begin{align}
S_n = (n^5)!delta : - (n^5)!sum_{k=1}^nfrac{1}{(k^5)!}
end{align}
Where $(n^5)!sum_{k=1}^nfrac{1}{(k^5)!}$ is an integer. Write $delta = 1/(1^5)!+1/(2^5)! + 1/(3^5)!+...+1/(n^5)!+1/(n+1)^5!+...$, so
begin{align}
S_n &= (n^5)!delta : - (n^5)!sum_{k=0}^nfrac{1}{(k^5)!}\
&=(n^5)!left(delta - sum_{k=0}^nfrac{1}{(k^5)!} right)\
&=(n^5)! left( frac{1}{(1^5)!}+frac{1}{(2^5)!}+...+frac{1}{(n^5)!}+
frac{1}{(n+1)^5!}+... - sum_{k=1}^nfrac{1}{(k^5)!} right)
end{align}
expanding the sum on the right it's possible to cancel a few terms:
begin{align}
S_n &= (n^5)! left( frac{1}{(1^5)!}+frac{1}{(2^5)!}+...+frac{1}{(n^5)!}+
frac{1}{(n+1)^5!}+... - frac{1}{(1^5)!} - frac{1}{(2^5)!}-...-frac{1}{(n^5)!}
right)\
&=(n^5)! left( frac{1}{(n+1)^5!}+frac{1}{(n+2)^5!}+... right)\
&= frac{(n^5)!}{(n+1)^5!}+frac{(n^5)!}{(n+2)^5!}+... \
end{align}
From this post we have that
begin{align}
S_n = frac{(n^5)!}{(n+1)^5!}+frac{(n^5)!}{(n+2)^5!}+cdots < frac{1}{n^5+1}
end{align}
So we have that $0<S_n<frac{1}{n^5+1}$. Assume that $delta = p/q$ then:
begin{align}
0< (n^5)!p : - q(n^5)!sum_{k=1}^nfrac{1}{(k^5)!} < frac{q}{n^5+1}
end{align}
So, for a large $n$, we found a integer between $0$ and $1$, meaning $delta$ is irrational
Wolfram says that $delta=1$, but then the proof above is wrong.
How to find $delta$ analytically? Numerically, also by wolf:
$delta approx sum_{n=1}^{10} 1/(n^5)! approx 1.000000000000000000000000000000000003800390754854743592594...$
proof-verification irrational-numbers
$endgroup$
add a comment |
$begingroup$
Define $delta = sum_{n=1}^infty frac{1}{(n^5)!}$. Wolfram says it converges by the ratio test. Trying to prove that $delta$ is irrational, begin defining $S_n$ as:
begin{align}
S_n = (n^5)!delta : - (n^5)!sum_{k=1}^nfrac{1}{(k^5)!}
end{align}
Where $(n^5)!sum_{k=1}^nfrac{1}{(k^5)!}$ is an integer. Write $delta = 1/(1^5)!+1/(2^5)! + 1/(3^5)!+...+1/(n^5)!+1/(n+1)^5!+...$, so
begin{align}
S_n &= (n^5)!delta : - (n^5)!sum_{k=0}^nfrac{1}{(k^5)!}\
&=(n^5)!left(delta - sum_{k=0}^nfrac{1}{(k^5)!} right)\
&=(n^5)! left( frac{1}{(1^5)!}+frac{1}{(2^5)!}+...+frac{1}{(n^5)!}+
frac{1}{(n+1)^5!}+... - sum_{k=1}^nfrac{1}{(k^5)!} right)
end{align}
expanding the sum on the right it's possible to cancel a few terms:
begin{align}
S_n &= (n^5)! left( frac{1}{(1^5)!}+frac{1}{(2^5)!}+...+frac{1}{(n^5)!}+
frac{1}{(n+1)^5!}+... - frac{1}{(1^5)!} - frac{1}{(2^5)!}-...-frac{1}{(n^5)!}
right)\
&=(n^5)! left( frac{1}{(n+1)^5!}+frac{1}{(n+2)^5!}+... right)\
&= frac{(n^5)!}{(n+1)^5!}+frac{(n^5)!}{(n+2)^5!}+... \
end{align}
From this post we have that
begin{align}
S_n = frac{(n^5)!}{(n+1)^5!}+frac{(n^5)!}{(n+2)^5!}+cdots < frac{1}{n^5+1}
end{align}
So we have that $0<S_n<frac{1}{n^5+1}$. Assume that $delta = p/q$ then:
begin{align}
0< (n^5)!p : - q(n^5)!sum_{k=1}^nfrac{1}{(k^5)!} < frac{q}{n^5+1}
end{align}
So, for a large $n$, we found a integer between $0$ and $1$, meaning $delta$ is irrational
Wolfram says that $delta=1$, but then the proof above is wrong.
How to find $delta$ analytically? Numerically, also by wolf:
$delta approx sum_{n=1}^{10} 1/(n^5)! approx 1.000000000000000000000000000000000003800390754854743592594...$
proof-verification irrational-numbers
$endgroup$
$begingroup$
Of course, $delta > 1$ because all the terms are positive and the first is $1$. Your proof that $delta$ is irrational looks fine to me, though I don't like using $n$ for both the dummy variable in the summation and the parameter for the $S_n$ terms.
$endgroup$
– Jason DeVito
Jan 6 at 21:12
$begingroup$
You surely don’t have $delta=1$ as the first term of the series is already equal to $1$.
$endgroup$
– mathcounterexamples.net
Jan 6 at 21:13
add a comment |
$begingroup$
Define $delta = sum_{n=1}^infty frac{1}{(n^5)!}$. Wolfram says it converges by the ratio test. Trying to prove that $delta$ is irrational, begin defining $S_n$ as:
begin{align}
S_n = (n^5)!delta : - (n^5)!sum_{k=1}^nfrac{1}{(k^5)!}
end{align}
Where $(n^5)!sum_{k=1}^nfrac{1}{(k^5)!}$ is an integer. Write $delta = 1/(1^5)!+1/(2^5)! + 1/(3^5)!+...+1/(n^5)!+1/(n+1)^5!+...$, so
begin{align}
S_n &= (n^5)!delta : - (n^5)!sum_{k=0}^nfrac{1}{(k^5)!}\
&=(n^5)!left(delta - sum_{k=0}^nfrac{1}{(k^5)!} right)\
&=(n^5)! left( frac{1}{(1^5)!}+frac{1}{(2^5)!}+...+frac{1}{(n^5)!}+
frac{1}{(n+1)^5!}+... - sum_{k=1}^nfrac{1}{(k^5)!} right)
end{align}
expanding the sum on the right it's possible to cancel a few terms:
begin{align}
S_n &= (n^5)! left( frac{1}{(1^5)!}+frac{1}{(2^5)!}+...+frac{1}{(n^5)!}+
frac{1}{(n+1)^5!}+... - frac{1}{(1^5)!} - frac{1}{(2^5)!}-...-frac{1}{(n^5)!}
right)\
&=(n^5)! left( frac{1}{(n+1)^5!}+frac{1}{(n+2)^5!}+... right)\
&= frac{(n^5)!}{(n+1)^5!}+frac{(n^5)!}{(n+2)^5!}+... \
end{align}
From this post we have that
begin{align}
S_n = frac{(n^5)!}{(n+1)^5!}+frac{(n^5)!}{(n+2)^5!}+cdots < frac{1}{n^5+1}
end{align}
So we have that $0<S_n<frac{1}{n^5+1}$. Assume that $delta = p/q$ then:
begin{align}
0< (n^5)!p : - q(n^5)!sum_{k=1}^nfrac{1}{(k^5)!} < frac{q}{n^5+1}
end{align}
So, for a large $n$, we found a integer between $0$ and $1$, meaning $delta$ is irrational
Wolfram says that $delta=1$, but then the proof above is wrong.
How to find $delta$ analytically? Numerically, also by wolf:
$delta approx sum_{n=1}^{10} 1/(n^5)! approx 1.000000000000000000000000000000000003800390754854743592594...$
proof-verification irrational-numbers
$endgroup$
Define $delta = sum_{n=1}^infty frac{1}{(n^5)!}$. Wolfram says it converges by the ratio test. Trying to prove that $delta$ is irrational, begin defining $S_n$ as:
begin{align}
S_n = (n^5)!delta : - (n^5)!sum_{k=1}^nfrac{1}{(k^5)!}
end{align}
Where $(n^5)!sum_{k=1}^nfrac{1}{(k^5)!}$ is an integer. Write $delta = 1/(1^5)!+1/(2^5)! + 1/(3^5)!+...+1/(n^5)!+1/(n+1)^5!+...$, so
begin{align}
S_n &= (n^5)!delta : - (n^5)!sum_{k=0}^nfrac{1}{(k^5)!}\
&=(n^5)!left(delta - sum_{k=0}^nfrac{1}{(k^5)!} right)\
&=(n^5)! left( frac{1}{(1^5)!}+frac{1}{(2^5)!}+...+frac{1}{(n^5)!}+
frac{1}{(n+1)^5!}+... - sum_{k=1}^nfrac{1}{(k^5)!} right)
end{align}
expanding the sum on the right it's possible to cancel a few terms:
begin{align}
S_n &= (n^5)! left( frac{1}{(1^5)!}+frac{1}{(2^5)!}+...+frac{1}{(n^5)!}+
frac{1}{(n+1)^5!}+... - frac{1}{(1^5)!} - frac{1}{(2^5)!}-...-frac{1}{(n^5)!}
right)\
&=(n^5)! left( frac{1}{(n+1)^5!}+frac{1}{(n+2)^5!}+... right)\
&= frac{(n^5)!}{(n+1)^5!}+frac{(n^5)!}{(n+2)^5!}+... \
end{align}
From this post we have that
begin{align}
S_n = frac{(n^5)!}{(n+1)^5!}+frac{(n^5)!}{(n+2)^5!}+cdots < frac{1}{n^5+1}
end{align}
So we have that $0<S_n<frac{1}{n^5+1}$. Assume that $delta = p/q$ then:
begin{align}
0< (n^5)!p : - q(n^5)!sum_{k=1}^nfrac{1}{(k^5)!} < frac{q}{n^5+1}
end{align}
So, for a large $n$, we found a integer between $0$ and $1$, meaning $delta$ is irrational
Wolfram says that $delta=1$, but then the proof above is wrong.
How to find $delta$ analytically? Numerically, also by wolf:
$delta approx sum_{n=1}^{10} 1/(n^5)! approx 1.000000000000000000000000000000000003800390754854743592594...$
proof-verification irrational-numbers
proof-verification irrational-numbers
asked Jan 6 at 20:55
PintecoPinteco
731313
731313
$begingroup$
Of course, $delta > 1$ because all the terms are positive and the first is $1$. Your proof that $delta$ is irrational looks fine to me, though I don't like using $n$ for both the dummy variable in the summation and the parameter for the $S_n$ terms.
$endgroup$
– Jason DeVito
Jan 6 at 21:12
$begingroup$
You surely don’t have $delta=1$ as the first term of the series is already equal to $1$.
$endgroup$
– mathcounterexamples.net
Jan 6 at 21:13
add a comment |
$begingroup$
Of course, $delta > 1$ because all the terms are positive and the first is $1$. Your proof that $delta$ is irrational looks fine to me, though I don't like using $n$ for both the dummy variable in the summation and the parameter for the $S_n$ terms.
$endgroup$
– Jason DeVito
Jan 6 at 21:12
$begingroup$
You surely don’t have $delta=1$ as the first term of the series is already equal to $1$.
$endgroup$
– mathcounterexamples.net
Jan 6 at 21:13
$begingroup$
Of course, $delta > 1$ because all the terms are positive and the first is $1$. Your proof that $delta$ is irrational looks fine to me, though I don't like using $n$ for both the dummy variable in the summation and the parameter for the $S_n$ terms.
$endgroup$
– Jason DeVito
Jan 6 at 21:12
$begingroup$
Of course, $delta > 1$ because all the terms are positive and the first is $1$. Your proof that $delta$ is irrational looks fine to me, though I don't like using $n$ for both the dummy variable in the summation and the parameter for the $S_n$ terms.
$endgroup$
– Jason DeVito
Jan 6 at 21:12
$begingroup$
You surely don’t have $delta=1$ as the first term of the series is already equal to $1$.
$endgroup$
– mathcounterexamples.net
Jan 6 at 21:13
$begingroup$
You surely don’t have $delta=1$ as the first term of the series is already equal to $1$.
$endgroup$
– mathcounterexamples.net
Jan 6 at 21:13
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
A Liouville number is a real number x with the property that, for
every positive integer n, there exist integers p and q with q > 1 and
such that $$ 0<left|x-{frac {p}{q}}right|<{frac {1}{q^{n}}}. $$ A
Liouville number can thus be approximated "quite closely" by a
sequence of rational numbers. In 1844, Joseph Liouville showed that
all Liouville numbers are transcendental, thus establishing the
existence of transcendental numbers for the first time.
( https://en.wikipedia.org/wiki/Liouville_number)
Your number is clearly a Liouville number.
(I haven't checked your proof.)
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3064386%2fevaluating-sum-n-1-infty-frac1n5-approx-1-and-proving-that-is-ir%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
A Liouville number is a real number x with the property that, for
every positive integer n, there exist integers p and q with q > 1 and
such that $$ 0<left|x-{frac {p}{q}}right|<{frac {1}{q^{n}}}. $$ A
Liouville number can thus be approximated "quite closely" by a
sequence of rational numbers. In 1844, Joseph Liouville showed that
all Liouville numbers are transcendental, thus establishing the
existence of transcendental numbers for the first time.
( https://en.wikipedia.org/wiki/Liouville_number)
Your number is clearly a Liouville number.
(I haven't checked your proof.)
$endgroup$
add a comment |
$begingroup$
A Liouville number is a real number x with the property that, for
every positive integer n, there exist integers p and q with q > 1 and
such that $$ 0<left|x-{frac {p}{q}}right|<{frac {1}{q^{n}}}. $$ A
Liouville number can thus be approximated "quite closely" by a
sequence of rational numbers. In 1844, Joseph Liouville showed that
all Liouville numbers are transcendental, thus establishing the
existence of transcendental numbers for the first time.
( https://en.wikipedia.org/wiki/Liouville_number)
Your number is clearly a Liouville number.
(I haven't checked your proof.)
$endgroup$
add a comment |
$begingroup$
A Liouville number is a real number x with the property that, for
every positive integer n, there exist integers p and q with q > 1 and
such that $$ 0<left|x-{frac {p}{q}}right|<{frac {1}{q^{n}}}. $$ A
Liouville number can thus be approximated "quite closely" by a
sequence of rational numbers. In 1844, Joseph Liouville showed that
all Liouville numbers are transcendental, thus establishing the
existence of transcendental numbers for the first time.
( https://en.wikipedia.org/wiki/Liouville_number)
Your number is clearly a Liouville number.
(I haven't checked your proof.)
$endgroup$
A Liouville number is a real number x with the property that, for
every positive integer n, there exist integers p and q with q > 1 and
such that $$ 0<left|x-{frac {p}{q}}right|<{frac {1}{q^{n}}}. $$ A
Liouville number can thus be approximated "quite closely" by a
sequence of rational numbers. In 1844, Joseph Liouville showed that
all Liouville numbers are transcendental, thus establishing the
existence of transcendental numbers for the first time.
( https://en.wikipedia.org/wiki/Liouville_number)
Your number is clearly a Liouville number.
(I haven't checked your proof.)
answered Jan 6 at 21:28
Ethan BolkerEthan Bolker
42.4k549112
42.4k549112
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3064386%2fevaluating-sum-n-1-infty-frac1n5-approx-1-and-proving-that-is-ir%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Of course, $delta > 1$ because all the terms are positive and the first is $1$. Your proof that $delta$ is irrational looks fine to me, though I don't like using $n$ for both the dummy variable in the summation and the parameter for the $S_n$ terms.
$endgroup$
– Jason DeVito
Jan 6 at 21:12
$begingroup$
You surely don’t have $delta=1$ as the first term of the series is already equal to $1$.
$endgroup$
– mathcounterexamples.net
Jan 6 at 21:13