Suppose U1U_1 and U2U_2 are subspaces of VV. Prove that U1U2U_1 \cap U_2 is a subspace of VV.

By the definition of subspaces we have:

  1. Additive Identity: 0U.\vec{0} \in U.

  2. Closed Under Addition: u,wU u+wU.u,w \in U \implies u + w \in U.

  3. Closed Under Scalar Multiplication: aF,uU auU.a \in \mathbb{F}, u \in U \implies au \in U.

From the hypothesis we know 0\vec{0} is an element of U1U_1 and U2U_2 via condition 1, and that 0\vec{0} is an element of U1U2U_1 \cap U_2 from the definition of intersection.

Labeling U1U2U_1 \cap U_2 as U3U_3, we can say 0U3\vec{0} \in U_3, satisfying condition 1.

In the event that U3={0}U_3 = \{\vec{0}\}, we can consider it a subspace of VV, since {0}\{\vec{0}\} easily satisfies conditions 1, 2, and 3. If my mathematical parlance is correct, I believe this is the trivial case of U1U2U_1 \cap U_2 being a subspace of VV.

If U3{0}U_3 \neq \{\vec{0}\}, however, then we have additional work to do, to show it satisfies conditions 1, 2, and 3, with regard to the other elements it may contain. We've already demonstrated, however, that U3=U1U2U_3 = U_1 \cap U_2 contains at least 0\vec{0}, so we don't need to prove that it satisfies condition 1, in the event that there are additional elements.

Moving forward, assume two elements u,wu, w that are common to U1U_1, and U2U_2: from the hypothesis, we know u+wU1u + w \in U_1, and u+wU2u + w \in U_2, via condition 2, meaning that u+wU3=U1U2u + w \in U_3 = U_1 \cap U_2, for any u,wu, w, in U1U_1, and U2U_2, so that U3U_3 satisfies condition 2.

Next taking some element uu, common to U1U_1 and U2 U_2, we know that for some aFa \in \mathbb{F}, we have auU1au \in U_1, and auU2au \in U_2, via condition 3, so that auU3au \in U_3, meaning U3=U1U2U_3 = U_1 \cap U_2 satisfies condition 3.

Also, since our subspaces, and their union satisfy condition 3, if we choose our aFa \in F to be 1-1, and select some uu, common to U1U_1 and U2U_2, then (1)u=uU3(-1)u = -u \in U_3, so that U3U_3 has an additive inverse. Since U3=U1U2U_3 = U_1 \cap U_2 satisfies conditions 1, 2 and 3, of being a subspace, U1U2U_1 \cap U_2 is a subspace of VV. Additionally, I decided to investigate the case where there are both elements common to U1U_1, and U2U_2, and elements that aren't, because I wanted to convince myself whether or not the stated intersection would still be a valid subspace.

Assuming u,wU1u, w \in U_1 and u,vU2u, v \in U_2: The fact that u+w,u+vU3=U1U2u + w, u + v \notin U_3 =U_1 \cap U_2, doesn't violate the conditions for being a subspace, since the definition of closure under addition requires v,wU3v, w \in U_3, which would contradict the definition of intersection, and U3U_3 is an intersection. The fact that av,awU3av, aw \notin U_3, for some aFa \in \mathbb{F} doesn't violate the conditions because the definition of closure under scalar multiplication again requires v,wU3v, w \in U_3, which again contradicts the definition of intersection. This also means that the lack of an additive inverse for v,wv, w in U3U_3 doesn't violate the conditions for being a subspace, because the additive inverse of vv, v=(1)v-v = (-1)v, which is just scalar multiplication, and even if we wanted to use addition, say v+(2v)v + (-2v), we'd still need vU3v \in U_3, which we already ruled out.

CC BY-SA 4.0 Septimia Zenobia. Last modified: July 17, 2023. Website built with Franklin.jl and the Julia programming language.