gtfitzpatrick
- 372
- 0
Homework Statement
Given R is complete, prove that R2 is complete with the taxicab norm
The Attempt at a Solution
you know that ,xk \rightarrow x , yk \rightarrow y
Then, given \epsilon, choose Nx and Ny so that \left|x_n - x_m\left| and \left|y_n - y_m\left| are less than \epsilon/2 respectively, whenever m,n \geq N = \left|N_x\left|+\left|N_y\left|.
Then d((\ x_n,y_n),(\ x_m,y_m)) = \sqrt{(x_n - x_m)^2 + (y_n - y_m)^2} \leq \sqrt{(\epsilon^2 /4) + (\epsilon^2 /4)} = \epsilon/2 < \epsilon
i've modified an answer from another question here, i think this work but I am not sure...