- #1
NewtonianAlch
- 453
- 0
Homework Statement
Suppose A is a fixed matrix in M. Apply the subspace theorem to show that
S = {x [itex]\in[/itex] ℝ : Ax = 0}
The Attempt at a Solution
Zero vector for x = <0,0,0>
A*<0,0,0> = 0
Therefore zero vector is in ℝ and S is non-empty.
Addition:
For u & v [itex]\in[/itex] S
u + v = 0 + 0 = 0
A*(u+v) = 0 => A(0) = 0
S is closed under addition
Multiplication:
λ [itex]\in[/itex] R
λ*A*u = λ*0 = 0
Therefore closed under multiplication and by subspace theorem, if a subspace of S.
Is this correct?