Let $ [a,b] \subseteq \mathbb{R} $ be a non-degenarate closed interval . For $ \epsilon >0 $ prove that there is a partition $ P $ of $ [a,b] $ such that $ || P|| < \epsilon $.
Answer: Let $P: \ a=x_{0} <x_{1} <x_{2} <...........< x_{n}=b $ be the partition of $ [a,b] $.
||P||=$ max \{|x_{i}-x_{i-1}| \}$ , i=1,2,.........,n.
Now how to proceed? Any help please ?
Let $n$ be so large that $\frac{b-a}{n} < \epsilon$. Let $x_i = a + \frac{i}{n}(b-a)$, for $i=0,..,n$.
Then $|x_i - x_{i-1}| = \frac{b-a}{n}< \epsilon$, for $i=1,..,n$.