If we define a set with $2$ elements in it $S=\{a,b\}$ and a variable "density" $d = 1$ here.
Then if we continue to expand the set with more elements relative to variable $d$ arithmetically, in such a way that:
$$(d=2) \to S= \{a, \frac{a+b}{2},b\}$$ $$(d=3) \to S= \{a, \frac{2a+b}{3}, \frac{a+2b}{3}, b\}$$ $$(d=4)\to S= \{a, \frac{3a+b}{4}, \frac{a+b}{2}, \frac{a+3b}{4}, b\}$$ $$(d=5)\to S= \{a, \frac{4a+b}{5}, \frac{3a+2b}{5}, \frac{2a+3b}{5}, \frac{a+4b}{5}, b\}$$
$$\dots$$
Is it true that $$(d\to\infty )\to S = [a,b]$$
When $d$ approaches infinity, the set $S$ contains all real numbers between the $a$ and $b$?
How can I prove or disprove it?
I'm trying to visualize this as a infinently dense segment of a line where each element in the set is a point $(S_n,0)$ on that segment, and by that claim, the set supposedly assigns a point to each point on the line as $d$ goes to infinity, thus it contains all reals in that range?
Also, this set contains infinently many numbers $$\frac{Xa+Yb}{Z}$$
Where $X,Y,Z$ each have infinently many digits, giving the number a possibility to contain infinently many decimal places, meaning that it can contain irrational, transcendental numbers?
If not, can someone explain why because $\infty$ boggles me.
If I haven't properly defined my statement, can someone help me define it in both a way it could work and a way it can't work, if either is possible? To help me understand more how to construct such a statement.