Tuesday, April 19, 2016

real analysis - Show that the following definitions all give norms on SF

SF is the space of all real sequences a=(an)n=1 such that each sequence aSF is eventually zero.



Show that the following definitions all give norms on SF,



\|\mathbf a\|_1=\sum_{n=1}^{\infty}\lvert a_n\rvert \|\mathbf a\|_2=\Bigg(\sum_{n=1}^{\infty}\lvert a_n\rvert^2\Bigg)^{1/2}



I'm a bit unsure what I should do here. Do I just prove that all 3 functions are norms based on the properties required for a function to be a norm and the extra information that the sequences are all eventually zero?




PS. Does the fact that the sequences are eventually zero imply that they tend to zero? I would have thought this is the case but I'm not sure if I can assume it.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...