Let $ [a,b] \subseteq \mathbb{R} $ be a non-degenarate closed interval

42 Views Asked by At

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 ?

2

There are 2 best solutions below

0
On

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$.

0
On

From a different perspective: If $P:x_0<x_1<\ldots<x_n$ is a partition, then $P':x_0<\frac{x_0+x_1}2<x_1<\frac{x_1+x_2}2<\ldots <x_n$ is a partition with $\|P'\|=\frac 12\|P\|$. As there exist some partition at all, this implies that the infimum of $\|P\|$ where $P$ runs over all partitions must be $0$.