The Union of Two Subspaces is Not a Subspace in a Vector Space

Linear Algebra Problems and Solutions

Problem 274

Let $U$ and $V$ be subspaces of the vector space $\R^n$.
If neither $U$ nor $V$ is a subset of the other, then prove that the union $U \cup V$ is not a subspace of $\R^n$.

 
LoadingAdd to solve later

Sponsored Links

Proof.

Since $U$ is not contained in $V$, there exists a vector $\mathbf{u}\in U$ but $\mathbf{u} \not \in V$.
Similarly, since $V$ is not contained in $U$, there exists a vector $\mathbf{v} \in V$ but $\mathbf{v} \not \in U$.


Seeking a contradiction, let us assume that the union is $U \cup V$ is a subspace of $\R^n$.
The vectors $\mathbf{u}, \mathbf{v}$ lie in the vector space $U \cup V$.
Thus their sum $\mathbf{u}+\mathbf{v}$ is also in $U\cup V$.
This implies that we have either
\[\mathbf{u}+\mathbf{v} \in U \text{ or } \mathbf{u}+\mathbf{v}\in V.\]

If $\mathbf{u}+\mathbf{v} \in U$, then there exists $\mathbf{u}’\in U$ such that
\[\mathbf{u}+\mathbf{v}=\mathbf{u}’.\] Since the vectors $\mathbf{u}$ and $\mathbf{u}’$ are both in the subspace $U$, their difference $\mathbf{u}’-\mathbf{u}$ is also in $U$. Hence we have
\[\mathbf{v}=\mathbf{u}’-\mathbf{u} \in U.\]

However, this contradicts the choice of the vector $\mathbf{v} \not \in U$.


Thus, we must have $\mathbf{u}+\mathbf{v}\in V$.
In this case, there exists $\mathbf{v}’ \in V$ such that
\[\mathbf{u}+\mathbf{v}=\mathbf{v}’.\]

Since both $\mathbf{v}, \mathbf{v}’$ are vectors of $V$, it follows that
\[\mathbf{u}=\mathbf{v}’-\mathbf{v}\in V,\] which contradicts the choice of $\mathbf{u} \not\in V$.


Therefore, we have reached a contradiction. Thus, the union $U \cup V$ cannot be a subspace of $\R^n$.

Related Question.

In fact, the converse of this problem is true.

Problem. Let $W_1, W_2$ be subspaces of a vector space $V$. Then prove that $W_1 \cup W_2$ is a subspace of $V$ if and only if $W_1 \subset W_2$ or $W_2 \subset W_1$.

For a proof, see the post “Union of Subspaces is a Subspace if and only if One is Included in Another“.


LoadingAdd to solve later

Sponsored Links

More from my site

  • Union of Subspaces is a Subspace if and only if One is Included in AnotherUnion of Subspaces is a Subspace if and only if One is Included in Another Let $W_1, W_2$ be subspaces of a vector space $V$. Then prove that $W_1 \cup W_2$ is a subspace of $V$ if and only if $W_1 \subset W_2$ or $W_2 \subset W_1$.     Proof. If $W_1 \cup W_2$ is a subspace, then $W_1 \subset W_2$ or $W_2 \subset […]
  • Union of Two Subgroups is Not a GroupUnion of Two Subgroups is Not a Group Let $G$ be a group and let $H_1, H_2$ be subgroups of $G$ such that $H_1 \not \subset H_2$ and $H_2 \not \subset H_1$. (a) Prove that the union $H_1 \cup H_2$ is never a subgroup in $G$. (b) Prove that a group cannot be written as the union of two proper […]
  • Two Subspaces Intersecting Trivially, and the Direct Sum of Vector Spaces.Two Subspaces Intersecting Trivially, and the Direct Sum of Vector Spaces. Let $V$ and $W$ be subspaces of $\R^n$ such that $V \cap W =\{\mathbf{0}\}$ and $\dim(V)+\dim(W)=n$. (a) If $\mathbf{v}+\mathbf{w}=\mathbf{0}$, where $\mathbf{v}\in V$ and $\mathbf{w}\in W$, then show that $\mathbf{v}=\mathbf{0}$ and $\mathbf{w}=\mathbf{0}$. (b) If $B_1$ is a […]
  • Non-Example of a Subspace in 3-dimensional Vector Space $\R^3$Non-Example of a Subspace in 3-dimensional Vector Space $\R^3$ Let $S$ be the following subset of the 3-dimensional vector space $\R^3$. \[S=\left\{ \mathbf{x}\in \R^3 \quad \middle| \quad \mathbf{x}=\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix}, x_1, x_2, x_3 \in \Z \right\}, \] where $\Z$ is the set of all integers. […]
  • Quiz 5: Example and Non-Example of Subspaces in 3-Dimensional SpaceQuiz 5: Example and Non-Example of Subspaces in 3-Dimensional Space Problem 1 Let $W$ be the subset of the $3$-dimensional vector space $\R^3$ defined by \[W=\left\{ \mathbf{x}=\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix}\in \R^3 \quad \middle| \quad 2x_1x_2=x_3 \right\}.\] (a) Which of the following vectors are in the subset […]
  • Determine Whether a Set of Functions $f(x)$ such that $f(x)=f(1-x)$ is a SubspaceDetermine Whether a Set of Functions $f(x)$ such that $f(x)=f(1-x)$ is a Subspace Let $V$ be the vector space over $\R$ of all real valued function on the interval $[0, 1]$ and let \[W=\{ f(x)\in V \mid f(x)=f(1-x) \text{ for } x\in [0,1]\}\] be a subset of $V$. Determine whether the subset $W$ is a subspace of the vector space $V$.   Proof. […]
  • Linear Properties of Matrix Multiplication and the Null Space of a MatrixLinear Properties of Matrix Multiplication and the Null Space of a Matrix Let $A$ be an $m \times n$ matrix. Let $\calN(A)$ be the null space of $A$. Suppose that $\mathbf{u} \in \calN(A)$ and $\mathbf{v} \in \calN(A)$. Let $\mathbf{w}=3\mathbf{u}-5\mathbf{v}$. Then find $A\mathbf{w}$.   Hint. Recall that the null space of an […]
  • Subset of Vectors Perpendicular to Two Vectors is a SubspaceSubset of Vectors Perpendicular to Two Vectors is a Subspace Let $\mathbf{a}$ and $\mathbf{b}$ be fixed vectors in $\R^3$, and let $W$ be the subset of $\R^3$ defined by \[W=\{\mathbf{x}\in \R^3 \mid \mathbf{a}^{\trans} \mathbf{x}=0 \text{ and } \mathbf{b}^{\trans} \mathbf{x}=0\}.\] Prove that the subset $W$ is a subspace of […]

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

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

More in Linear Algebra
Introduction to Linear Algebra at the Ohio State University quiz problems and solutions
Quiz 2. The Vector Form For the General Solution / Transpose Matrices. Math 2568 Spring 2017.

(a) The given matrix is the augmented matrix for a system of linear equations. Give the vector form for the...

Close