1

In my homework for functional analysis, we had $\mathcal{H} = \ell^2(\mathbb{N})$. But the usual sequence space is defined to be a vector space over complex or real numbers. I'm not sure how $\ell^2(\mathbb{N})$ is a Hilbert space.

nekodesu
  • 2,724

1 Answers1

1

$\ell^2(\mathbb{N})$ is the space of the (complex or real) sequences $x = (x_n)_{n\in\Bbb N}$ s.t. $$\sum_{n\in\Bbb N}|x_n|^2 < \infty.$$ The scalar product is $$(x,y) = \sum_{n\in\Bbb N}x_n\bar{y_n}.$$

  • Just clarifying some notation for myself, I can't really find it explicitly anywhere. Is $\ell^p(\mathbb{N})$ just the same as $\ell^p$? And in general $\ell^p(K)$ is sequences $(a_i)_{i\in K}$? What can $K$ be in that case, any countable set? – Christopher.L Nov 02 '19 at 20:35
  • @Christopher.L, yes, yes and usually yes. In fact $K$ can be uncountable, but see the problems in https://math.stackexchange.com/questions/106102/use-of-sum-for-uncountable-indexing-set. – Martín-Blas Pérez Pinilla Nov 02 '19 at 21:00
  • Thank you, I will read it more thoroughly later, but do we still call the objects $(a_j)_{i\in K}$ 'sequences' if $K$ uncountable, or something else to distinguish them from sequences as functions from $\mathbb{N}$? – Christopher.L Nov 02 '19 at 21:06
  • @Christopher.L, "sequence" implies usually some order. – Martín-Blas Pérez Pinilla Nov 03 '19 at 10:24