Spot the bogus proof [updated]
(This is (finally, now that the semester is over and I have some free time, heh) one of those posts-related-to-schoolwork I mentioned before.)
Does the infinite series
converge?
First, rewrite it to have n = 1 as
, and discard the constant term since it does not affect convergence. The terms of this series are strictly less than those of
; therefore, there is some x such that

Let k be the upper bound of the sum as we take the limit:
.
Since
is a continuous function of p, for any k there is some p greater than 1 such that

Since
is a p-series which converges, i.e. has a finite sum, and the series under consideration has a lesser sum by the above inequality, it converges.
Furthermore, the above may be generalized to a proof that any series whose terms are eventually less than those of the harmonic series converges.
However, it is invalid, and in fact diverges.
I managed to convince myself and my calculus teacher with it, but we realized it must be invalid after he presented a counterexample to the general case. I then realized which step was invalid.
You can't use the same k for all three series in the second inequality; each infinite sum has its own independent limit, and what this proof is doing is along the lines of ∞ - ∞ = 0 — assuming that “two infinities are the same size”. Or rather, the inequality itself (among partial sums) is true, but that fact has nothing to do with the properties of the true infinite series.
I would be mildly interested in a more formal description of this sort of failure: how the k inequality is true yet the independent series do not have the same relation.
Update: I have received many informative comments and replied to some; one pointed out an earlier mistake: is bogus because we can't compare the series until we know they converge.
no subject
no subject
no subject
(Anonymous) 2009-05-12 02:40 pm (UTC)(link)More specifically, the term you are considering is actually
i.e. the p depends on k. Sending k to ∞ could well send this sequence to infinity, unless you have for example a uniform bound like say
You could also say that the fallacy was to wrongly interchange the limits of k to ∞ and p to 1.
no subject
no subject
(Anonymous) 2009-05-13 02:37 pm (UTC)(link)But now consider for example
for k large enough (because
(Note that the lack of a uniform bound q does not imply that the sum will diverge. There may be some p(k) that approach 1 but slowly enough for the sum to converge.)
Unfortunately, I don't have a good reference for such issues of interchanging limits and uniformity – the Tricki (http://www.tricki.org/) would probably be the right place for this – but they will crop up in many places (interchanging limits, uniform continuity, uniform convergence of continuous functions, interchanging integrals and limits, etc. etc.) and understanding this matter in its many variations is key to understanding calculus; eventually you'll get the hang of it :-).
Looks wrong right near the start
(Anonymous) 2009-05-12 03:01 pm (UTC)(link)sum [n=1..inf] [n^2/(n^3+1)]
forall n>=1, n^2/(n^3+1) < 1/n.
You then claim that:
exists x. sum [1..inf] [n^2/(n^3+1)] < x < sum [1..inf] [1/n]
This step assumes that the left-hand sum is convergent!
You're missing the worse problem
(Anonymous) 2009-05-12 03:14 pm (UTC)(link)The problem you point to later is much finer than that first problem : finding that one and not the first is very surprising!
PS: you'll probably find wikipedia's page on integral-series comparison (http://en.wikipedia.org/wiki/Integral_test_for_convergence) very helpful.
Re: You're missing the worse problem
I already know about the integral test and that it shows these series are divergent.
Re: You're missing the worse problem
(Anonymous) 2009-05-13 01:52 pm (UTC)(link)so many problems...
(Anonymous) 2009-05-12 03:33 pm (UTC)(link)The idea that you're looking for is uniform/non-uniform continuity. However, one of your fallacies is that that there is a p for each k, and their limit is 1.
Re: so many problems...
Re: so many problems...
just to say that
(Anonymous) 2009-05-14 05:20 pm (UTC)(link)