Linear Algebra - Generators Proof

mattmns
Messages
1,121
Reaction score
5
Just curious if my proof is sufficient, again :smile:
-------
Let A_{1},... ,A_{r} be generators of a subspace V of R^n. Let W be the set of all elements of R^n which are perpendicular to A_{1},... ,A_{r}. Show that the vectors of W are perpendicular to every element of V.
-------

We must show that v \cdot w = 0, where v \in V, and w \in W
but since A_{1},... ,A_{r} generate V, then v can be written as:
v = x_{1}A_{1} + ... + x_{r}A_{r}

so, v \cdot w = (x_{1}A_{1} + ... + x_{r}A_{r}) \cdot w
= (x_{1}A_{1}) \cdot w + ... + (x_{r}A_{r}) \cdot w
= x_{1}(A_{1} \cdot w) + ... + x_{r}(A_{r} \cdot w)
= x_{1}(0) + ... + x_{r}(0)
= 0

So, v \cdot w = 0, and every vector of W is perpendicular to every element of V.
 
Last edited:
Physics news on Phys.org
Use [ itex ] instead of [ tex ] inside of paragraphs.

What sort of thing is

(x1A1,...,xrAr)

?
 
Hurkyl said:
Use [ itex ] instead of [ tex ] inside of paragraphs.

What sort of thing is

(x1A1,...,xrAr)

?

Thanks, I copied what I wrote originally, and forgot to change the commas to plusses :redface:
 
20 minutes later, and I finally got the latex correct
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top