Catchfire
- 30
- 0
Homework Statement
Let W1 be the set of all nxn skew-symmetric matrices with entries from a field F. Assume F is not characteristic 2 and let W2 be a subspace of Mnxn(F) consisting of all nxn symmetric matrices. Prove the direct sum of W1 and W2 is Mnxn(F).
Homework Equations
The Attempt at a Solution
I'll just do this for n = 3 for ease of formatting.
Assume A is in W1 and B is in W2.
A = \left( \begin{array}{ccc}<br /> 0 & b & c \\<br /> -b & 0 & d \\<br /> -c & -d & 0 \end{array} \right)
B = \left( \begin{array}{ccc}<br /> e & f & g \\<br /> f & e & h \\<br /> g & h & e \end{array} \right)
A+B = \left( \begin{array}{ccc}<br /> e & b+f & c+g \\<br /> f-b & e & d+h \\<br /> g-c & h-d & e \end{array} \right)
For elements ax,y = ay,x in A they must both equal 0. ∴ W1 \cap W2 = {0}
So I have one part of the direct sum proof but the W1+W2 = Mnxn(F) part isn't working for me, clearly the diagonal entries can't be all the same.
I guess the first thing I'm wondering about is how to use the assumption that F isn't characteristic 2. I don't see how that assumption helps me at all.