Beta Phase: Square45 is currently in beta testing. Expect some features or content to be incomplete or missing.
45

Banach Spaces (Definition)

Complete normed vector spaces, central to functional analysis.
📜

The statement of the theorem

Let K\mathbb{K} be the field of scalars, R\mathbb{R} or C\mathbb{C}. A Banach space is a pair (V,)(V, ||\cdot||), where VV is a vector space over K\mathbb{K}, and |\cdot|| is a norm on VV, such that the induced metric d(x,y)=xyd(x, y) = ||x - y|| makes VV a complete metric space. \n\nFormally, the norm :VR|\cdot||: V \to \mathbb{R} must satisfy the following axioms for all x,yVx, y \in V and αK\alpha \in \mathbb{K}:\n\n1. Non-negativity and Definiteness: x0||x|| \ge 0, and x=0    x=0||x|| = 0 \iff x = 0.\n2. Homogeneity: αx=αx|\alpha x|| = |\alpha| \cdot ||x||.\n3. Triangle Inequality: x+yx+y||x + y|| \le ||x|| + ||y||.\n\nFurthermore, VV must be complete, meaning that every Cauchy sequence in VV converges to an element in VV. That is, for any sequence (xn)n=1V(x_n)_{n=1}^{\infty} \subset V, if for every ϵ>0\epsilon > 0, there exists an integer NNN \in \mathbb{N} such that for all m,nNm, n \ge N, we have xmxn<ϵ||x_m - x_n|| < \epsilon, then there exists an element xVx \in V such that limnxnx=0\lim_{n \to \infty} ||x_n - x|| = 0.