Linear Algebra: Subspace proof

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
lockedup
Messages
67
Reaction score
0
1. Homework Statement :

Prove: A set U [tex]\subset[/tex] V = (V, [tex]\oplus[/tex], [tex]\odot[/tex]) is a vector subspace of V if and only if ([tex]\forall[/tex]u1, u2 [tex]\in[/tex] U) (1/2 [tex]\odot[/tex] (u1 [tex]\oplus[/tex] u2) [tex]\in[/tex] U) and ([tex]\forall[/tex]u [tex]\in[/tex] U) ([tex]\forall[/tex]t [tex]\in \mathbb{R}[/tex]) (t [tex]\odot[/tex] u [tex]\in[/tex] U).

3. The Attempt at a Solution :

I don't have the first clue. To me, it seems that there is missing information. I know that for a subspace, it is sufficient to prove only closure under addition and scalar multiplication. Maybe he's defining a different sort of addition? Ugh, the whole proof thing is actually pretty new to me. I only started doing simple proofs last semester in Discrete Mathematics...
 
Last edited:
Physics news on Phys.org
Maybe he's defining a different sort of addition?

He's using [tex]\oplus[/tex] and [tex]\odot[/tex] as representatives of addition and multiplication, respectively, just with other symbols. In this proof, you're working with an arbitrary vector space, so that addition and multiplication may not be defined in the sense that you're used to. In fact, they're both defined arbitrarily, and we can define addition and multiplication however we want to, as long as they satisfy the axioms of a vector space. However, even though the vector space operations are unknown, we do know how multiplication works in R.

In any case, here is what you must prove: for each t in R and for each u in U, [tex]t \odot u \in U[/tex] and for all [tex]u_1, u_2 \in U, \, u_1 \oplus u_2 \in U[/tex]. The first thing you need to prove has already been given to you. All you need to prove is closure under addition. I'll give you a hint, and then you're going to have to think a little bit about what to do. The hint is: [tex]2\in \mathbb{R}[/tex]. Now you're going to have to use the vector space axioms and the first given to figure out why closure under addition holds.
 
Last edited:
Thank you. Yeah, the next problem defines u [tex]\oplus[/tex] v (u, v in R3) as v X u. This one is simple in that v X u is not commutative and therefore R3 with this definition is not a vector space.