leto said:
I don't doubt I may be wrong. What I will not do is mindlessly accept what someone tells me unless I understand the logic behind it.
Well, for rational numbers, bar notation can be defined to represent a particular fraction. It takes a bit of work, but it's quite easy to see that this approach leads to [tex]0.\bar{9}=1[/tex]. Note that the decimal representations of all rational numbers eventually repeat, so they are all candidates for bar notation. (Although [tex]\bar{0}[/tex] is usually omitted when writing numbers.)
Now let's take a brief look at decimal notation for real numbers:
Real numbers are often written as unfinished decimals. A real number [tex]0\leq r \leq 1[/tex] might be written as:
[tex]0.d_1d_2d_3d_4d_5...[/tex]
where each of the [tex]d_i[/tex] is a digit -- for now let's just use (0-9).
This decimal notation can be considered a shorthand for:
[tex]\sum_{i=0}^{\infty} \frac{d_i}{10^i}[/tex]
Which leads to
[tex]0.9999... = \sum_{i=0}^{\infty} \frac{9}{10^i} = 1.0000...[/tex]
Once again [tex]0.\bar{9}=1[/tex]
Another option is to look at:
[tex]0.\bar{9} \times 0.\bar{9}=0.\bar{9}[/tex]
but
[tex]0.\bar{9} \times x = 0.\bar{9}[/tex]
and if you divide out by [tex]0.\bar{9}[/tex] you get
[tex]x=1[/tex]
so now we have [tex]x=1[/tex] and [tex]x=0.\bar{9}[/tex]. So either it's unsafe to divide by an unknown, or [tex]0.\bar{9}=1[/tex]
Alternatively, let's take a look at the most likely reason that you wonder about [tex]1=0.9999...[/tex]: the notion that each decimal sequence uniquely represents a real number in the usual representation. So, let's circumvent that notion with a slightly different approach to the real numbers that explicitly allows many different representatives for each real number:
(This may be a bit heavy)
Let's denote [tex][x_n]=x_1,x_2,x_3,x_4...[/tex] to be a sequence of
rational numbers. Then we say that [tex][x_n][/tex] is cauchy if given [tex]\epsilon > 0[/tex] there exists [tex]N[/tex] so that [tex]n_1,n_2 > N \rightarrow |x_{n_1}-x_{n_2}|[/tex].
Now, define [tex]\doteq[/tex] that [tex][x_n] \doteq [y_n][/tex] if the sequence [tex]x_1,y_1,x_2,y_2...[/tex] is cauchy. It's easy to show that [tex]\doteq[/tex] is an equivalence relation.
Then I can define the real numbers to be equivalance classes of these sequences under [tex]\doteq[/tex]. Addition and multiplication is simply componentwise addition and multiplication. (I'm too lazy to prove that they work properly on equivalence classes right here.)
Now it's easy to see that a decimal representation of a real number [tex]0.d_1d_2d_3...[/tex] readily translates to a representative sequence [tex][r_n]=\frac{d_1}{10}, \frac{10 d_1 + d_2}{100}, \frac{100 d_1 + 10 d_2 + d_3}{1000}...[/tex] that is cauchy.
Then the representations [tex]1.0...[/tex] and [tex]0.\bar{9}[/tex] lead to the sequenes [tex]1,1,1,1...[/tex] and [tex]0.9,0.99,0.999,0.9999,0.99999...[/tex] repsectivevely. But the sequence [tex]1,.9,1,.99...[/tex] is cauchy, so those two sequences represent the same real number. So [tex]0.\bar{9} = 1[/tex]