Suppose that {$x_1, x_2, x_3, x_4$} is a basis for a vector space $A$ . Suppose that $B$ is a subspace of $A$, and that $x_1, x_2 ∈ B$ but $x_3 ∉ B$ and $x_4 ∉ B$. Is it true that {$x_1, x_2$} is a basis for $B$?
If this is true, then I need to write a proof but if it's not, then a counterexample should suffice right? I not sure if it's true, I thought it wasn't but I'm having a hard time coming up with a counterexample so now I'm thinking that it is true.
Here's what I have so far: Consider where $A = R^4$. So, the basis has $4$ vectors and the vectors in a basis must be linearly independent and span. Let the basis of $R^4$ be {$x_1, x_2, x_3, x_4$} so $B$ is given by {$x_1,x_2$}, so $B$ has dimension of 2, so it's in $R^2$. If $B$ is $R^2$, then standard basis of $B$ is {$i,j$}, but, if the vectors from the basis of $R^4$ have $4$ components, each, $x_1$ and $x_2$ are not in $R^2$ since they have more than $2$ components. So it's not a basis of $B$.
I'm not really sure if this is the right way to go about the question and counterexample. If it's true, how could I do a proof for it and how do I know it's true? Thanks. (I'm starting to think it's true but I'm pretty confused)
Edit: I just tried to answer this, so please refer to the answer section to give me feedback. Thanks!
Suppose that {$x_1, x_2, x_3, x_4$} is a basis for a vector space $A$ . Suppose that $B$ is a subspace of $A$, and that $x_1, x_2 ∈ B$ but $x_3 ∉ B$ and $x_4 ∉ B$. Is it true that {$x_1, x_2$} is a basis for $B$?
This is not true. Have that a set of vectors form a basis if they are linearly independent and span the vector space. Since {$x_1, x_2, x_3, x_4$} for $A$ are linearly independent, we know that {$x_1, x_2$} are also linearly independent for B. Now it remains to show that {$x_1, x_2$} are not a span for $B$. Consider the situation where $A=R^4$, with basis {$x_1, x_2, x_3, x_4$} and some subspace $B$. Let {$x_1, x_2$} = {$(0,0,0,2), (0,0,2,0)$}. For this to span $B$, all of $B$ must be expressed as a linear combination of vectors {$(0,0,0,2), (0,0,2,0)$}. Now consider when $B$ is some subspace of $R^4$, where $(2,0,0,2)$ is an element of the subspace $B$. $(2,0,0,2)$ can't be expressed as a linear combination of {$(0,0,0,2), (0,0,2,0)$}, so {$(0,0,0,2), (0,0,2,0)$} does not span $B$, so it's not a basis of $B$.
Can I get some feedback on this answer? I want to show a solid counterexample. Thanks!