Is It True That 1.230000... = 1.230000...? Exploring the Proof

  • Thread starter ILikePizza
  • Start date
  • Tags
    Proof
In summary, the conversation discussed the concept of infinite decimals and how .999... is equal to 1. The conversation also touched on the uniqueness of decimal representations and a proof was provided to show that two single-element sets containing the same supremum must also contain the same element. This supports the idea that 0.999... and 1 are equivalent.
  • #1
ILikePizza
9
0
So, Friday in class, my teacher was talking about how .99999... = 1.00000...

So, this makes sense and all, but this is my question:
How do you know that 1.230000... = 1.230000...?

I guess that my real question is that if
a1.a2a3a4...aN = d1.d2d3d4...bN (finite number of digits)

then all the corresponding digits are the same.


I thought that this was true, but then again, I thought .999... < 1.000.

So. Is it true? Is it provable in the same way .999... = 1? If so, what is it?
 
Physics news on Phys.org
  • #2
This question has a long history on the internet, where you will find thousands (at least) of people who insist that mathematicians are wrong and that [tex] 0.999\cdots \ne 1 [/tex], because (pick one of these)
  • Mathematics doesn't deal with infinity
  • You can't have an infinite series of nines
  • It's obvious

I'm not sure of your mathematics background. The classical way to justify this is to appeal to a geometric series, as shown below.

[tex]
\begin{align*}
0.9999 \cdots & = \sum_{i=1}^\infty \left(\frac 9 {10} \right)^i\\
& = 0.9 + 0.09 + 0.009 + \cdots
\end{align*}
[/tex]

This is a geometric series with [tex] a = 0.9, r = 0.1 [/tex], so the sum is

[tex]
\frac{a}{1-r} = \frac{0.9}{1-0.1} = \frac{0.9}{0.9} = 1
[/tex]

You may see all of this condensed down to the following steps.

[tex]
\begin{align*}
x & = 0.9999999 \cdots \tag{Line 1} \\
10x & = 9.999999 \cdots \tag{Line 2}\\
\intertext{Subtract Line 2 - Line 1}
9x & = 9 \Rightarrow x = 1
\end{align*}
[/tex]

Hidden behind these ''simple'' steps is all of the mathematics of the geometric series approach.

Essentially, this is a special case of the fact that every number that is not an infinite decimal has two decimal forms - examples are

[tex]
\begin{align*}
0.99999 \cdots & = 1 \\
4.23 & = 4.2299999 \cdots \\
5.222 & = 5.221999999999
\end{align*}
[/tex]

Regarding your ''does [tex] 1.2300000 = 1.2300000 [/tex]?'' question - yes - the additional zeros on the end of a decimal contribute nothing to the value of that decimal.

For your second question: yes: if you have a finite decimal representation of a number, that representation is unique.
 
  • #3
Suppose that you have a single-element set, S, with that number in it. Say 1. Then SupS = 1
because 1.000... <= 1. Suppose that you changed the <= sign to just <, then you have
0.999... < 1. And so the supremum of that set is still 1, even though the element in it is 0.999... It is easy to prove that two single-element sets contain the same element if and only if both sets have the same supremum. Since both of those sets have the same supremum, they both contain the same element.
 
Last edited:
  • #4
No, even in the context of your complete quote, this statement
JG89 said:
then you have
0.999... < 1.
is not true. You seem to agree that [tex] 0.999 \cdots = 1 [/tex], so I'm not sure how you reconcile the two comments.
In addition, if you begin with a one element set, it makes no sense to suddenly bring another number into play.
 
  • #5
I don't think you guys are reading what i said... I now *know* that .9999 = 1, but my question is:

"I guess that my real question is that if
a1.a2a3a4...aN = d1.d2d3d4...bN (finite number of digits)

then all the corresponding digits are the same."

Is this true or not? Do you have a proof?
 
  • #6
I think you missed the final line of my comment:
"For your second question: yes: if you have a finite decimal representation of a number, that representation is unique."

As an outline of a proof: suppose to the contrary that you can find two different representations (with finitely many digits) for a number. To make the discussion simple, suppose this number is smaller than ten. There must be a first position where the digits are different.

  • * Can it be the digit in the ones position? No, because if those are different, you have different numbers. Since the ones digit must be the same, we can move on
    * Can it be the tenth's digit? No, for the same reason above
Continue with this line of argument.
 
  • #7
statdad said:
No, even in the context of your complete quote, this statement

is not true. You seem to agree that [tex] 0.999 \cdots = 1 [/tex], so I'm not sure how you reconcile the two comments.
In addition, if you begin with a one element set, it makes no sense to suddenly bring another number into play.

You're right, the inequality should be 0.999...<= 1. But it is still easy to prove that two single-element sets contain the same element if and only if they have the same supremum, which would give equivalence to 1 and 0.999...
 
  • #8
I want to say something like..
x and y in R are equal if for every epselon > 0, | x - y | < epselon.

Meaning, you can make those numbers as close to each other as you'd like.

After all, is there a difference between 2 "different" things, if no one can ever tell them apart?
 
  • #9
Here is a proof that two single-element sets contain the same element if and only if both sets have the same supremum:

The left to right implication is easy. Suppose there is a set A = {a} and another set B = {b}.
Suppose that SupA = c. Then a <= c, but since a = b, then a = b <= c. So SupB = c.

For the right to left implication: Suppose that both sets have the same supremum, c. I'll show through contradiction that both sets contain the same element. Let's say that the elements are different, then we have either a < b or a > b.

Case1: a < b. If a < b then we also have a < b <= c since SupA = SupB = c. However, that inequality says how there is an upperbound for the set A that is less than the supremum, which is a contradiction.

Case2: a > b. If b < a then we also have b < a <= c since SupA = SupB = c. Again, the inequality says that there is an upperbound for B that is less than SupB, which is impossible. Again we have a contradiction.

This proves the right to left implication. QED.

---------------

So if we have two single element sets, {1} and {0.999...}, then since they both have the same supremum, they both contain the same element, which gives equivalence to 1 and 0.999...
 
  • #10
JG89, that's a really cool proof :)
 

1. What is the meaning behind the statement "1.230000... = 1.230000..."?

The statement "1.230000... = 1.230000..." is a mathematical expression that represents an infinite series of numbers. The ellipsis (...) indicates that the numbers after the decimal point continue infinitely without repeating or ending. Therefore, the statement means that the number 1.23 is equal to itself and all of its infinitely repeating decimals.

2. Is this statement always true or are there exceptions?

This statement is always true for real numbers. In mathematics, the concept of infinity allows us to say that a number is equal to itself plus an infinite number of decimals, even though we cannot write them all out. However, in computer science and engineering, this statement may not always hold true due to limitations in precision and rounding errors.

3. How can we prove that "1.230000... = 1.230000..."?

This statement can be proven using the concept of limits in calculus. By taking the limit as the number of decimals approaches infinity, we can show that the difference between 1.23 and 1.230000... becomes smaller and smaller, approaching 0. This indicates that the two numbers are essentially equal.

4. Can we use this statement in calculations and equations?

Yes, we can use this statement in calculations and equations. In fact, it is often used in calculus and other branches of mathematics to simplify equations and make them more manageable. However, as mentioned earlier, in practical applications, we may need to consider the limitations of precision and rounding errors.

5. Are there any other number systems where this statement may not hold true?

Yes, in some non-standard number systems, such as the surreal numbers, this statement may not hold true. These number systems go beyond the traditional real numbers and may have different rules and properties, including how they handle infinite decimals. However, in the context of real numbers, this statement will always hold true.

Similar threads

Replies
1
Views
1K
Replies
4
Views
1K
  • Differential Geometry
Replies
1
Views
1K
  • Quantum Physics
Replies
2
Views
996
  • Set Theory, Logic, Probability, Statistics
Replies
18
Views
4K
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
Replies
7
Views
1K
  • Programming and Computer Science
Replies
1
Views
1K
Back
Top