Live data from Hacker News

0.999...= 1

en.wikipedia.org

321–330 of 647 posts

Re: 0.999...= 1

#321

Earlier quoted context omitted.

Ask for a number between .9 repeated and 1

So does this mean that an infinitely small number is zero? As in 1/∞ ?

There is no infinitely small number between 0.999... and 1. The difference is 0.000... Not infinitely small, but infinitely zero.

Re: 0.999...= 1

#323
post #214

Earlier quoted context omitted.

I asked my math teacher this when I was a kid. He told me to accept that's the way it is so I did.

Kinda like why 5 rounds up instead of down

But it doesn't. The almost-universal standard is to round so that the higher-order digit is even: 0.5 -> 0, and 1.5 -> 2.

https://stats.stackexchange.com/questions/218821/round-to-ev...

Re: 0.999...= 1

#324
post #215

Earlier quoted context omitted.

This is not an infinite decimal. The digit 1 is somewhere out there.

Though you could treat it as an infinite series in a similar way: 0.9 -> 0.99 -> 0.999 -> ... -> ? 0.1 -> 0.01 -> 0.001 -> ... -> ?

The first is an infinite series:

  9/10 + 9/100 + 9/1000 + ... + 9/10^n + ...
The second is not?!

Re: 0.999...= 1

#325
post #280
post #137

Earlier quoted context omitted.

It's more fundamental: People seem to have the intuition that the decimal representation of a number is a number . I don't know if it's because decimals resemble the ntural numbers or what, but decimals seem to have a primacy for people that fractions do not. The idea that there's a gap between the symbol for a thing and the thing itself is the stumbling block.

I think this is a very insightful remark. People think that numerals _are_ numbers, and it's hard to explain why this is not the case, because we have no way to talk about specific numbers _except_ by using numerals. But many frequently-asked questions are based in a confusion between numbers and numerals. For example, many beginner questions on Math SE about irrational numbers are based in the mistaken belief that a…

Maybe I'm misunderstanding, but I think the issue with dates is strictly different. Dates are hard not because time is fundamentally hard, but because there is lots of complexity in human representation of time (different places at different times have had similar but different representations of time). But that's not inherent to time. Ignoring relativity, if everyone throughout time used something like seconds since Unix epoch (or some similarly arbitrary point in time), then writing programs about time would be much simpler.

I think the numerals and numbers issue is more complex because numerals are fundamentally hard to reason about. Even the question "what is a number?" is deceivingly deep.

Re: 0.999...= 1

#326
post #280

Earlier quoted context omitted.

I think this is a very insightful remark. People think that numerals _are_ numbers, and it's hard to explain why this is not the case, because we have no way to talk about specific numbers _except_ by using numerals. But many frequently-asked questions are based in a confusion between numbers and numerals. For example, many beginner questions on Math SE about irrational numbers are based in the mistaken belief that a…

>the mistaken belief that an irrational number is one whose decimal representation doesn't repeat ...which is true for any base-n representation where n is a natural (even rational) number. And that's kind of implied most of the time, so it seems like a useful definition. Where would this lead to problems?

Yeah, can we have an example of an irrational number whose decimal representation repeats or terminates?

Or a rational number whose decimal representation doesn't repeat?

Re: 0.999...= 1

#327

There is no proof that will ever satisfy a person dead-set against this. Ever since I brought this home from school as a child, my whole family ribbed me mercilessly for it. If you tell a person that 3/6 = 1/2, they'll believe you - because they have been taught from an early age that fractions can have multiple "representations" for the same underlying amount. People mistakenly believe that decimal numbers don't hav…

> We cannot imagine infinity Now try imagining that some infinities are bigger than others: https://en.wikipedia.org/wiki/Aleph_number

This is one of my pet peeves in maths.

Although I do understand the concepts presented, the notion of "greater" makes no sense when applied to something without boundaries.

Yet it's used all the time.

Re: 0.999...= 1

#328
post #261

Earlier quoted context omitted.

Sure. Instead of "0.99..." please substitute lim n->inf sum(1..n)(9 times 10^-n). The point I'm making is that the "obvious truth" 0.99... = 1 that we're all talking about depends on the assumption that we're working in the real numbers. I claim that the real numbers are not something intuitively obvious to every sufficiently intelligent person; instead they are kind of weird and technical. I go on to claim, though I…

> I go on to claim, though I'm more unsure of this, that the real numbers are not even the only way to make calculus work. That claim is certainly true. The proof is that calculus (Analysis) exists for the complex number system too. Although I don’t think that’s what you meant and I doubt the complex number system is “more intuitive.” Just out of curiosity, have you heard of real analysis? How do you define calculus?

Take a look at nonstandard calculus:

https://en.wikipedia.org/wiki/Nonstandard_calculus

It is based on the hyperreal numbers:

https://en.wikipedia.org/wiki/Hyperreal_number

Practically speaking, I don't think it buys you anything over traditional calculus/analysis. It's just pointing out that there are alternative approaches to formalizing calculus.

Re: 0.999...= 1

#329
post #137

Earlier quoted context omitted.

It's more fundamental: People seem to have the intuition that the decimal representation of a number is a number . I don't know if it's because decimals resemble the ntural numbers or what, but decimals seem to have a primacy for people that fractions do not. The idea that there's a gap between the symbol for a thing and the thing itself is the stumbling block.

great point. My thought on (1/3 = 0.3333...) * 3 = 1 = 0.999... was that it is intuitively obvious that the "problem" is that we use base-10 for decimals. There is nothing magic or unknowable about the quantity 1/3. I've often wondered if there is some alternate base or mathematical system entirely that would be "better" in these respects. The thought usually comes up thinking about why pi is such an "ugly" number in…

I think the problem is that people are often only taught base-10 so they confuse numerals with numbers. If you learn base 2 and then base 16 and then base pi, you start to realize that numbers are something more abstract than whichever numeral system we use to represent them. Rightly or wrongly, the way I imagine integers now is an infinite set of different numerals (base infinity?) such that there is only ever 1 digit (I don't actually have concrete pictorials assigned to those numerals).
Post reply on HN