The Length of a Vector is Zero if and only if the Vector is the Zero Vector

Linear algebra problems and solutions

Problem 639

Let $\mathbf{v}$ be an $n \times 1$ column vector.

Prove that $\mathbf{v}^\trans \mathbf{v} = 0$ if and only if $\mathbf{v}$ is the zero vector $\mathbf{0}$.

 
LoadingAdd to solve later

Sponsored Links

Proof.

Let $\mathbf{v} = \begin{bmatrix} v_1 \\ v_2 \\ \vdots \\ v_n \end{bmatrix} $.

Then we have
\[\mathbf{v}^\trans \mathbf{v} = \begin{bmatrix} v_1 & v_2 & \cdots & v_n \end{bmatrix} \begin{bmatrix} v_1 \\ v_2 \\ \vdots \\ v_n \end{bmatrix} = \sum_{i=1}^n \mathbf{v}_i^2 . \] Because each $v_i^2$ is non-negative, this sum is $0$ if and only if $v_i = 0$ for each $i$. In this case, $\mathbf{v}$ is the zero vector.

Comment.

Recall that the the length of the vector $\mathbf{v}\in \R^n$ is defined to be
\[\|\mathbf{v}\| :=\sqrt{\mathbf{v}^{\trans} \mathbf{v}}.\]

The problem implies that the length of a vector is $0$ if and only if the vector is the zero vector.


LoadingAdd to solve later

Sponsored Links

More from my site

You may also like...

Please Login to Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Trace of a matrix, linear algebra
A Relation between the Dot Product and the Trace

Let $\mathbf{v}$ and $\mathbf{w}$ be two $n \times 1$ column vectors. Prove that $\tr ( \mathbf{v} \mathbf{w}^\trans ) = \mathbf{v}^\trans...

Close