Prove that if x is in $[0,b]$, then $x=tb$ for some $t$ where $0 \le t \le 1$
My Attempt at a proof:
Interval Midpoint: $ x = \frac{b}{2} $
$ \frac{b}{2} = tb $
$ \frac{1}{2} = t $
This is implies that value of $t$ is equal to $ \frac{1}{2} $ when $x$ is the mid point of $[0,b]$.
Thus for the first element in the interval: $ t = \frac{1}{2}- \frac{1}{2} = 0 \rightarrow x= 0b = 0 $
Thus for the last element in the interval: : $ t = \frac{1}{2}+ \frac{1}{2} = 1 \rightarrow x= 1b = b $
Q.E.D
Is this a correct proof? is my reasoning correct? I am self learning maths but not sure if this rigorous enough.