In $\mathbb R^3$, consider the following statements about the subset $$E = \{(1,0,0),(0,1,0),(0,0,1),(1,1,1),(1,1,0)\}$$
Which of the following is/are correct:
- $E$ is linearly dependent.
- Any three vectors in $E$ are linearly independant.
- Any four vectors in $E$ are linearly dependent.
My attempt : (1,1,1) = (1,0,0)+(0,1,0)+(0,0,1), therefore, 1. is true.
Also, since $\dim \mathbb R^3 = 3$, any four vectors in $E$ would be linearly dependent, therefore 3. is true.
I am stuck on 2., as it asks about any 3 elements of $E$. And there are 10 choices for 3 elements out of 5. The only method i can think of is to reduce all these triplets in a matrix, and if the rank is 3 then they are linearly independent, but that will take much time.
How to reduce cases? Or to solve in one matrix altogether, if possible.