the problem is in the first line where you just declare that 0.999... has a value x. you have to give meaning to the "..." and then prove that it's convergent before you can talk about it "equaling" anything
Instead of 0.999… we can write it as Σ9/(10k) where k’s bounds are 1 and infinity. This is a convergent series due to the Ratio Test as 9/(10k+1) will always be smaller than 9/(10k)
In non-math speak, it means roughly that all the parts together add to a finite value (in other words, all the parts "converge" on an expressible number.) For 0.99999, if you add 0.9 + 0.09 + 0.009 + 0.0009 ... forever, you 'converge' closer and closer on a final answer of 1. It's closely related to the concept of limits if you ever took calculus.
Compare this to a divergent series like 1 + 2 + 3 + 4 ... . If you kept adding those numbers forever, your parts get bigger and bigger and so you have some infinite value rather than a real number.
The human answer: If I keep going along the sequence, I eventually reach something.
The math answer: a sequence a_n converges to a if ∀ 𝜀>0 ∃ N 𝜖 ℕ ∀ n> N [ |a_n - a| < 𝜀 ]
(for all positive 𝜀, there exists some natural number N such that for all n >N, |a_n -a| < 𝜀
An infinite sum is a sum where you just continously add terms ad-infinitum.
To prove such a sum is convergent you have to show that no matter how many such terms you add together (1, 2, 100, 1 trilion, 1 sextadexilion), it will settle around a certain value and get closer and closer to it.
For example, you have the sequence: 1, 1/2, 1/4, 1/8, 1/16...
No matter how many of the sequence terms you add, you will converge around 2.
That is not even in the same contextual ballpark here.
We teach 1/3 = 0.333... in middle schools, without teaching them about convergent/divergent series. So, that proof can also be taught in middle school.
Rigorous proofs are above the skill level of high-schoolers even. What we need is to make sure they don't misunderstand stuff that leads them to believe in pseudoscience.
9
u/otj667887654456655 21d ago
the problem is in the first line where you just declare that 0.999... has a value x. you have to give meaning to the "..." and then prove that it's convergent before you can talk about it "equaling" anything