- #1
psholtz
- 136
- 0
Homework Statement
I'm working on a problem involving hyperplanes and factor spaces. It involves a bit of setup. I'll describe first the definitions. Suppose you have a vector space K, of dimension n. Suppose you have a linear subspace L of K. Choose a vector [tex]x_0 \in K[/tex], then the hyperplane H can be defined as the set of all x such that:
[tex]x = x_0 + y[/tex]
where y ranges over the linear space L.
In simple terms, suppose we are working in R2. Then the line y=x+1 would be a hyperplane of dimension 1 (w/ "offset" vector x0=1), while the line y=x would be a linear subspace of R2.
This correlates roughly w/ the idea of homogeneous and inhomogeneous solutions to a linear system (or linear differential equation). The solution space of all x of the linear system Ax=0 is a linear space, and the "particular" solution would derived from Ax=b. The "total" solution of the inhomogeneous system would then be the "particular" solution + the linear system to the homogeneous system.
The problem statement is: given [tex]x,y \in H[/tex] where H is a hyperplane in a vector space K of dimension n. Then prove that [tex]\alpha x + (1-\alpha)y \in H[/tex] for all [tex]\alpha[/tex]. Conversely, supposing this condition to be true for some subset H of K, prove that H must be a hyperplane.
Homework Equations
See above.
The Attempt at a Solution
The "forward" direction of the proof is simple enough, I'll give it below. The converse direction is what I find a bit trickier, and I'll post it in the next post. What I'm looking for is feedback as to whether my "converse" proof is correct or not.
Going forward, take two elements [tex]x,y \in H[/tex], that is to say:
[tex]x = x_0 + z_1[/tex]
[tex]y = x_0 + z_2[/tex]
where
[tex]z_1,z_2 \in L[/tex]
(i.e., z1 and z2 are elements of the linear space L).
Then:
[tex]\alpha x + (1-\alpha) y = \alpha x_0 + \alpha z_1 + x_0 + z_2 - \alpha x_0 - \alpha z_2[/tex]
[tex]= x_0 + z_2 + \alpha z_1 - \alpha z_2[/tex]
Since
[tex]z_3 = z_2 + \alpha (z_1 - z_2) \in L[/tex]
we can write this expression as:
[tex]\alpha x + (1-\alpha)y = x_0 + z_3[/tex]
and so yes, the linear combination is in the hyperplane.
Going in the converse direction is what I'll post below, and what I'd like feedback on.
Last edited: