cwmiller
- 2
- 0
Homework Statement
Prove that [tex]\rho_{0}(x,y)=max_{1 \leq k \leq n}|x_{k} - y_{k}|=lim_{p\rightarrow\infty}(\sum^{n}_{k=1}|x_{k}-y_{k}|^{p})^{\frac{1}{p}}[/tex]
Homework Equations
The Attempt at a Solution
My approach was to define [itex]a_{m}=max_{1 \leq k \leq n}|x_{k} - y_{k}|[/itex] and [itex]a_{k}=|x_{k} - y_{k}|[/itex]. Then since [itex]a_{m} \geq a_{k} \geq 0[/itex] we can replace [itex]lim_{p\rightarrow\infty}(\sum^{n}_{k=1}|x_{k}-y_{k}|^{p})^{\frac{1}{p}}[/itex] with [itex]lim_{p\rightarrow\infty}(\sum^{n}_{k=1}({a_{m} \frac{a_{k}}{a_{m}})^{p}})^{\frac{1}{p}}[/itex].
When trying to break this down I get stuck at [tex]a_m * lim_{p\rightarrow\infty}(\sum^{n}_{k=1}{(\frac{a_{k}}{a_{m}})^{p}})^{\frac{1}{p}}[/tex]
The limit here should be 1 since [itex]0 \leq \frac{a_{k}}{a_{m}} \leq 1[/itex]. However I need to be careful of the case where there are multiple k such that [itex]a_k = a_m[/itex]. Does anyone have suggestions for how to proceed? Thanks.