441. Euclidean Spaces - JulTob/Mathematics GitHub Wiki
The set $\color{gold}โ^๐$ is known as an Euclidean n-space
We may think of its elements $a = (a_1,a_2 ..,a_n)$ as vectors or n-vectors.
Standard basis vectors
\begin{matrix}
๐_1 = (1, 0, 0 & โฏ & 0) \\
๐_2 = (0, 1, 0 & โฏ & 0) \\
โฎ \\
๐_n = (0, 0, 0 & โฏ & 1) \\
\end{matrix}
Subspaces
Let $W$ be a subset of the space vector $V$ . We say that $W$ is a subspace of $V$ if it satisfies the following properties:
-
$W$ is different from the empty set
-
$W$ is closed with respect to the sum, that is, for every $๐, ๐ โ W$ we have that $๐ + ๐ โ W$
-
$W$ is closed with respect to the product by scalars, that is, for every $๐ โ W$ and every $ฮป โ โ$ we have that $ฮป๐ โ W$.
-
We see that: $0_V โ W$
In particular, therefore, every vector space $V$ has always at least two subspaces: $V$ itself and the zero subspace, consisting of only the zero vector $0_V$ .
Example: โ (the set of reals) is a subset of โ (the set of complex numbers).
Example: $W$ = { $(x,y) โ โ^2 โฃ y = ax$ } subspace of $โ^2$
- $(0,0) โ W$
- $(x_1, a x_1) + (x_2, a x_2) = (x_1+x_2, a(x_1+x_2)) โ W$
- $๐(x_0, ax_0) = (๐x_0, a๐x_0)$
Example: In the Vector Space $โ[x]$ of polynomials with real coefficients in a variable $x$, consider the subset $โ_2[x]$ consisting of polynomials of degree less than or equal to $2$:
$โ_2[x]=$ { $p(x)=a+bx+cx^2 โฃ a,b,c โ โ$ }.
- $a+bx + cx^2 + a'+b'x + c' x^2 = (a+a')+(b+b')x+(c+c')x^2$
- $๐(a+bx + cx^2) = ๐a+ ๐bยทx + ๐cยทx^2$
The intersection $S_1 โฉ S_2$ of two subspaces, $S_1$ and $S_2$ of a vector space $V$, is also a subspace of $V$ .