I have encountered the following problem:
Let $f$ be continuous on $[a,b]$. Define the length of $f$ on $[a,b]$ by $$l=\sup_P[\lambda_P(f)],$$ where $$\lambda_P(f)=\sum_{k=1}^N\sqrt{(x_k-x_{k-1})^2+(f(x_k)-f(x_{k-1}))^2},$$ and the supremum is taken over all partitions $P=\{a=x_0<x_1<\cdots<x_N=b\}$ of $[a,b]$.
Show that $\lambda_P(f)\leqslant\lambda_Q(f)$ for any refinement $Q$ of $P$. Then, show that there is a sequence $(P_n)_{n=1}^\infty$ such that $$l=\lim_{n\to\infty}\lambda_{P_n}(f).$$
This is what I have done:
Let $Q\supseteq P$. If $Q=P$, then $\lambda_Q(f)=\lambda_P(f)$. If $Q\neq P$, then it must be the case that there is at least one $c\in Q$ such that $c\notin P$. This implies that $\lambda_Q(f)$ will have at least one more sum than $\lambda_P(f)$, and because distance is a non-negative value, we must have that $\lambda_P(f)\leqslant\lambda_Q(f)$.
Moreover, take the sequence $(P_n)_{n=1}^\infty=P_1\supset P_2\supset\cdots$. Then, from above, $\lambda_{P_1}(f)\leqslant\lambda_{P_2}(f)\leqslant\cdots$. Hence, if the limit exists, we must have that $$l=\lim_{n\to\infty}\lambda_{P_n}(f).$$
Does this seem reasonable?