I was reading something which I found really special. It goes like this : Imagine we have a line with unity division (0,1,2,etc.) Now, we have a point on this line. The point can be on a point of division or it can be contained between two points of division. If it isn't on a point of division, then we can continue cutting the line into 10 equal pieces. (The first piece being 0, the second 1, the third 2,...) So, if my point was between 1 and 2, I'll have 1.0,1.1,etc. We continue this cutting until our point arrives at a point of division.If this arrives, we have two choices : We can pick the interval on the left or the interval on the right. And we can continue this way at infinity.
We also have the following formulae to express our numbers : g+a/10+a2/100+a3/1000+... g being an integer and a being the number of the piece which contains our point.
Now, my question concerns this :
https://i.stack.imgur.com/rszUH.jpg
How can it be possible that we can have 1/4=0.2499... and 1/4=0.25000... Also, for this idea to be valid, must it necessarily be an infinite decimal expansion or I could have the following 1/4=0.249 and 1/4=0.250 ?
Thank you !