Does Subset Inclusion Imply Span Inclusion in Vector Spaces?

Click For Summary
SUMMARY

The discussion centers on proving the equivalence of subset inclusion and span inclusion in vector spaces, specifically showing that for subsets E and F of a vector space V, E ⊆ F if and only if L(E) ⊆ L(F). Participants clarify that L(E) represents the set of all linear combinations of vectors in E. The proof involves demonstrating that if x is in L(E), then x can be expressed as a linear combination of elements in E, which are also in F due to the subset relationship. The conversation emphasizes the importance of clear notation and understanding the definitions of spans and subsets.

PREREQUISITES
  • Understanding of vector spaces and subsets
  • Familiarity with linear combinations and spans
  • Knowledge of mathematical notation for vectors and scalars
  • Basic concepts of linear independence and basis vectors
NEXT STEPS
  • Study the definitions of span and linear combinations in vector spaces
  • Learn about the properties of linear independence and basis vectors
  • Explore examples of vector spaces and their subsets, particularly in ℝ²
  • Review mathematical notation for clarity in proofs and discussions
USEFUL FOR

Students of linear algebra, mathematicians, and educators seeking to deepen their understanding of vector spaces, subset relationships, and the concept of spans in mathematical proofs.

TranscendArcu
Messages
277
Reaction score
0

Homework Statement


Suppose V is a vector space. Let E,F be subsets of V. Show [itex]E \subseteq F \Leftrightarrow L(E) \subseteq L(F)[/itex]

The Attempt at a Solution


Let [itex]x \in L(E)[/itex], there are scalars [itex]q_i[/itex] such that [itex]x = \sum_{i} q_i p_i[/itex] where [itex]p_i \in E[/itex]. [itex]p_i \in F[/itex] because [itex]E \subseteq F[/itex]. Thus it is shown that [itex]x \in L(F)[/itex]. From this result, L(E) is a subset of L(F).

First of all, I'm not sure if this is a convincing proof or if I have notated it correctly. Second, I don't think I understand the proof very well. For example, why is it (if this proof is true) that [itex]p_i \in E[/itex]? Similarly, is [itex]q_i \in E[/itex]? If so, how is this known? Mostly, what I think I'd like to see is a less mathy and more wordy explanation of what's going on here.

Thanks!
 
Physics news on Phys.org
TranscendArcu said:

Homework Statement


Suppose V is a vector space. Let E,F be subsets of V. Show [itex]E \subseteq F \Leftrightarrow L(E) \subseteq L(F)[/itex]
Other notation I've seen is Span(E). I believe this is what you mean when you write L(F), the set of all linear combinations of vectors in F.
TranscendArcu said:

The Attempt at a Solution


Let [itex]x \in L(E)[/itex], there are scalars [itex]q_i[/itex] such that [itex]x = \sum_{i} q_i p_i[/itex] where [itex]p_i \in E[/itex]. [itex]p_i \in F[/itex] because [itex]E \subseteq F[/itex]. Thus it is shown that [itex]x \in L(F)[/itex]. From this result, L(E) is a subset of L(F).
Your notation is a bit on the hard side to read, partly because there is a lot you're not saying. For example, I assume you mean that the pi's are a basis for E. Also, your notation makes it difficult to tell scalars from vectors. Making the vectors bold would help alleviate that difficulty.

I would also recommend using different letters for the vectors in the two sets. Instead of x and pi, I would use e as a vector in E, and e1, ..., en as basis vectors, and maybe c1, ..., cn for the scalars.
TranscendArcu said:
First of all, I'm not sure if this is a convincing proof or if I have notated it correctly. Second, I don't think I understand the proof very well. For example, why is it (if this proof is true) that [itex]p_i \in E[/itex]?
It's possible that pi does not belong to E, such as if E = {0}.
TranscendArcu said:
Similarly, is [itex]q_i \in E[/itex]?
No. The qi's are scalars, so they belong to some field, not to a vector space. That's what I meant about your notation being confusing - you have managed to confuse yourself.
TranscendArcu said:
If so, how is this known? Mostly, what I think I'd like to see is a less mathy and more wordy explanation of what's going on here.

Thanks!
Don't forget that this is an if and only if proof, so you need to go the other way, as well.
 
Mark44 said:
I assume you mean that the pi's are a basis for E.

[itex]p_i[/itex] are not bases for [itex]E[/itex](they can be though) since [itex]E[/itex] is not a vector space, it's a SUBSET of [itex]V[/itex]. [itex]L(E)[/itex] it's a vector space on the other hand but the [itex]p_i[/itex] might be or might be not bases for [itex]L(E)[/itex]

For examples.

[itex]V = ℝ^2[/itex]

[itex]E = \left\{ (1,0),(0,1),(1,1),(2,1) \right\} \subseteq V[/itex]

[itex]L(E) = ℝ^2[/itex] but [itex]E[/itex] is not a basis for[itex]ℝ^2[/itex] since [itex]E[/itex] is not linearly independent.

Why is it true that [itex]p_i \in E[/itex] ? Well that comes from the definition of span of a subset ( L(E ), which is:

[itex]L(E)[/itex] is the set containing all the linear combinations of the elements of E.
in formula [itex]L(E) = \left\{ r_1e_1 + r_2e_2 + ... + r_ie_i | e_i \in E , r_i \in R \right\}[/itex]

or more generally if you know what a field K is

[itex]L(E) = \left\{ r_1e_1 + r_2e_2 + ... + r_ie_i | e_i \in E , r_i \in K \right\}[/itex]

you can rewrite this in a more compact form, and using [itex]p_i[/itex] instead of [itex]e_i[/itex] and [itex]q_i[/itex] insted of [itex]r_i[/itex][itex]L(E) = \left\{ \sum q_ip_i| p_i \in E , q_i \in K \right\}[/itex]

so saying that [itex]x \in L(E)[/itex] means that there exist some [itex]p_i \in E, q_i \in K[/itex] for which [itex]x = \sum q_ip_i[/itex]. Does this answer your question?
 
Last edited:

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
Replies
15
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
Replies
34
Views
4K