To give you an idea of how much of a maths geek I once was, I passed GCSE Maths (Which is at the level of your High School Diploma/GED) when I was 13. o_o;
Nice. :) I probably woulda done the same thing if we hadn't kept moving around (after being put in advanced math for 3rd grade and then moving halfway through the year and having to go back to regular math, I got -really- bored for the next 2 years, and then lost all will to give a fuck about the American K-12 educational system).
x = 0.999 recurring does not directly mean that 10*x = 9.999 recurring. I would ask, where's the 0 at the end of the recurring sequence? How can you just ignore it and assume that the 0 is actually a 9?
The layman's proof would involve fractions: 1/9 = 0.111 recurring, 2/9 = 0.222 recurring, and etc up to 9/9 = 0.999 recurring.
The mathematician's proof would involve calculations involving infinity, and infinite geometric series.
Which is precisely the point. Without sufficient proof, you can't say that 0.999 recurring * 10 = 9.999 recurring, unless you can reason why there isn't a 0 at the end.
Or you can rationalise it within the confines of multiplication of a value by it's base. 99 X 10 = 990. 9.9 * 10 = 99.0. 0.99 * 10 = 9.90.
But mathematics doesn't care for rationalisation, only logical proofs. The first step is to prove that for -1 < x < 1, x * infinity = 0. From there, you can treat 0.999 recurring as an infinite geometric series where a = 0.9 and r = 0.1. (infinite geometric series calculations require that for -1 < x < 1, x * infinity = 0)
If you assume that infinity-1 < infinity, then you are using a different set of axioms than I.
I believe that for the idea of infinity to be consistent within most axiomatic mathematical systems, infinity-1 must be defined to be infinity, infinity+1 must be defined to be infinity, and infintiy - infinity must be undefined.
Let x = 0.999 recurring.
Then, 10*x = 9.999 recurring.
10*x - x = 9*x = 9.000 recurring
9*x = 9 implies x = 1.
Don'tcha just love nonunique n-ary representation?
Reply
Reply
Reply
Maaaaaaaaaaaaaaaaaths
Reply
Reply
Reply
Reply
Reply
x = 0.999 recurring does not directly mean that 10*x = 9.999 recurring. I would ask, where's the 0 at the end of the recurring sequence? How can you just ignore it and assume that the 0 is actually a 9?
The layman's proof would involve fractions: 1/9 = 0.111 recurring, 2/9 = 0.222 recurring, and etc up to 9/9 = 0.999 recurring.
The mathematician's proof would involve calculations involving infinity, and infinite geometric series.
Reply
Reply
Reply
Reply
But mathematics doesn't care for rationalisation, only logical proofs. The first step is to prove that for -1 < x < 1, x * infinity = 0. From there, you can treat 0.999 recurring as an infinite geometric series where a = 0.9 and r = 0.1. (infinite geometric series calculations require that for -1 < x < 1, x * infinity = 0)
Reply
sum( 9/10^k, k=1..infinity );
This, as you pointed out, is an infinite geometric series. All you need to do is multiply this series by 10 and you get
sum( 9/10^(k-1), k=1..infinity);
which shows that there is no terminal 0 in the base-10 representation (this series is, basically, the base-10 representation itself.)
Reply
Reply
I believe that for the idea of infinity to be consistent within most axiomatic mathematical systems, infinity-1 must be defined to be infinity, infinity+1 must be defined to be infinity, and infintiy - infinity must be undefined.
Reply
Leave a comment