[Math] How to find dual spaces

duality-theoremsvector-spaces

I would greatly appreciate it if you could kindly share how to find dual spaces? For example, let X be the vector space of n-dimensional vectors with the Euclidean norm. Prove that X*=X.
I know a dual space consists of all linear functionals on X. Wikipedia says that any linear functional in R^n can be written as a sum of the coordinates of a vector. How should I go from here?

Best Answer

Sketch: There's something called the dual basis of a vector space, given a basis. Let $\{u_1, u_2, ..., u_n\}$ be a basis of $X$; define a function $\epsilon_1$ by

$$\epsilon_1(a_1 u_1 + \dots + a_n u_n) = a_1$$

Check that this is a linear functional on $X$, and so $\epsilon_1 \in X^*$. Likewise define $\epsilon_2, \dots, \epsilon_n$, and then prove that $\{\epsilon_1, ..., \epsilon_n\}$ is a basis of $X^*$.

Related Question