Linearly Indept set of n vectors implies size of vector space to be at least n.
Theorem:
If a set of n vectors is linearly independent in a vector space, then the dimension of the space is at least n.
Proof:
Let $S = {vec{v}_{i}}_{i=1}^{n}$ be a L.I set of n vectors in a vector space $V$.
Certainly, the S is a basis for the vector space $V$. The order of the set $S$ is $n$, and by definition, dim$left(Vright) = |S| = n$.
It might suffice to show that the union of the set $S$ with another set $bar{S}, bar{S} neq 0$
does not affect the span of $S$.
I.e, $S = S cup bar{S}$
Any help to take me further is greatly appreciated.
Thanks in advance.
linear-algebra proof-verification
add a comment |
Theorem:
If a set of n vectors is linearly independent in a vector space, then the dimension of the space is at least n.
Proof:
Let $S = {vec{v}_{i}}_{i=1}^{n}$ be a L.I set of n vectors in a vector space $V$.
Certainly, the S is a basis for the vector space $V$. The order of the set $S$ is $n$, and by definition, dim$left(Vright) = |S| = n$.
It might suffice to show that the union of the set $S$ with another set $bar{S}, bar{S} neq 0$
does not affect the span of $S$.
I.e, $S = S cup bar{S}$
Any help to take me further is greatly appreciated.
Thanks in advance.
linear-algebra proof-verification
2
Why is $S$ a basis for $V$? The dimension of $V$ was not given.
– David Peterson
Nov 25 at 4:39
add a comment |
Theorem:
If a set of n vectors is linearly independent in a vector space, then the dimension of the space is at least n.
Proof:
Let $S = {vec{v}_{i}}_{i=1}^{n}$ be a L.I set of n vectors in a vector space $V$.
Certainly, the S is a basis for the vector space $V$. The order of the set $S$ is $n$, and by definition, dim$left(Vright) = |S| = n$.
It might suffice to show that the union of the set $S$ with another set $bar{S}, bar{S} neq 0$
does not affect the span of $S$.
I.e, $S = S cup bar{S}$
Any help to take me further is greatly appreciated.
Thanks in advance.
linear-algebra proof-verification
Theorem:
If a set of n vectors is linearly independent in a vector space, then the dimension of the space is at least n.
Proof:
Let $S = {vec{v}_{i}}_{i=1}^{n}$ be a L.I set of n vectors in a vector space $V$.
Certainly, the S is a basis for the vector space $V$. The order of the set $S$ is $n$, and by definition, dim$left(Vright) = |S| = n$.
It might suffice to show that the union of the set $S$ with another set $bar{S}, bar{S} neq 0$
does not affect the span of $S$.
I.e, $S = S cup bar{S}$
Any help to take me further is greatly appreciated.
Thanks in advance.
linear-algebra proof-verification
linear-algebra proof-verification
asked Nov 25 at 4:32
Mathematicing
2,44121851
2,44121851
2
Why is $S$ a basis for $V$? The dimension of $V$ was not given.
– David Peterson
Nov 25 at 4:39
add a comment |
2
Why is $S$ a basis for $V$? The dimension of $V$ was not given.
– David Peterson
Nov 25 at 4:39
2
2
Why is $S$ a basis for $V$? The dimension of $V$ was not given.
– David Peterson
Nov 25 at 4:39
Why is $S$ a basis for $V$? The dimension of $V$ was not given.
– David Peterson
Nov 25 at 4:39
add a comment |
2 Answers
2
active
oldest
votes
Pick your set $S$ of linearly independent vectors in $V$, then if they don't span $V$, find a vector that is not in their span and add it to the set. You are still going to get a set of linearly independent vectors. Do this until you get a spanning set and then $S$ becomes a basis for $V$. In particular, you don't remove vectors from your initial set $S$ to get a spanning set. So the dimension of $V$ is at least $|S|$. Notice that it is not true that a linearly independent set of vectors is a basis for $V$. Take for example $V=mathbb{R^3}$ and $S={(1,0,0),(0,1,0) }$, $S$ is not a basis!
add a comment |
$S$ need not be a basis set. For example, in $Bbb{R}^3$, we can have $S=left{begin{bmatrix}1\0\0end{bmatrix}, begin{bmatrix}1\1\0end{bmatrix}right}$ a set of $2$ linearly independent vectors but definitely it doesn't span $Bbb{R}^3$. So it is not a basis of $Bbb{R}^3$. However, one can have a basis of $Bbb{R}^3$ which can contain (at least) these two vectors.
In general, the best we can say is that one can have a basis $mathcal{B}$ that can contain at least these $n$ linearly independent vectors (from $S$). Thus $text{dim} geq n$.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3012444%2flinearly-indept-set-of-n-vectors-implies-size-of-vector-space-to-be-at-least-n%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Pick your set $S$ of linearly independent vectors in $V$, then if they don't span $V$, find a vector that is not in their span and add it to the set. You are still going to get a set of linearly independent vectors. Do this until you get a spanning set and then $S$ becomes a basis for $V$. In particular, you don't remove vectors from your initial set $S$ to get a spanning set. So the dimension of $V$ is at least $|S|$. Notice that it is not true that a linearly independent set of vectors is a basis for $V$. Take for example $V=mathbb{R^3}$ and $S={(1,0,0),(0,1,0) }$, $S$ is not a basis!
add a comment |
Pick your set $S$ of linearly independent vectors in $V$, then if they don't span $V$, find a vector that is not in their span and add it to the set. You are still going to get a set of linearly independent vectors. Do this until you get a spanning set and then $S$ becomes a basis for $V$. In particular, you don't remove vectors from your initial set $S$ to get a spanning set. So the dimension of $V$ is at least $|S|$. Notice that it is not true that a linearly independent set of vectors is a basis for $V$. Take for example $V=mathbb{R^3}$ and $S={(1,0,0),(0,1,0) }$, $S$ is not a basis!
add a comment |
Pick your set $S$ of linearly independent vectors in $V$, then if they don't span $V$, find a vector that is not in their span and add it to the set. You are still going to get a set of linearly independent vectors. Do this until you get a spanning set and then $S$ becomes a basis for $V$. In particular, you don't remove vectors from your initial set $S$ to get a spanning set. So the dimension of $V$ is at least $|S|$. Notice that it is not true that a linearly independent set of vectors is a basis for $V$. Take for example $V=mathbb{R^3}$ and $S={(1,0,0),(0,1,0) }$, $S$ is not a basis!
Pick your set $S$ of linearly independent vectors in $V$, then if they don't span $V$, find a vector that is not in their span and add it to the set. You are still going to get a set of linearly independent vectors. Do this until you get a spanning set and then $S$ becomes a basis for $V$. In particular, you don't remove vectors from your initial set $S$ to get a spanning set. So the dimension of $V$ is at least $|S|$. Notice that it is not true that a linearly independent set of vectors is a basis for $V$. Take for example $V=mathbb{R^3}$ and $S={(1,0,0),(0,1,0) }$, $S$ is not a basis!
answered Nov 25 at 4:49
mathnoob
1,794422
1,794422
add a comment |
add a comment |
$S$ need not be a basis set. For example, in $Bbb{R}^3$, we can have $S=left{begin{bmatrix}1\0\0end{bmatrix}, begin{bmatrix}1\1\0end{bmatrix}right}$ a set of $2$ linearly independent vectors but definitely it doesn't span $Bbb{R}^3$. So it is not a basis of $Bbb{R}^3$. However, one can have a basis of $Bbb{R}^3$ which can contain (at least) these two vectors.
In general, the best we can say is that one can have a basis $mathcal{B}$ that can contain at least these $n$ linearly independent vectors (from $S$). Thus $text{dim} geq n$.
add a comment |
$S$ need not be a basis set. For example, in $Bbb{R}^3$, we can have $S=left{begin{bmatrix}1\0\0end{bmatrix}, begin{bmatrix}1\1\0end{bmatrix}right}$ a set of $2$ linearly independent vectors but definitely it doesn't span $Bbb{R}^3$. So it is not a basis of $Bbb{R}^3$. However, one can have a basis of $Bbb{R}^3$ which can contain (at least) these two vectors.
In general, the best we can say is that one can have a basis $mathcal{B}$ that can contain at least these $n$ linearly independent vectors (from $S$). Thus $text{dim} geq n$.
add a comment |
$S$ need not be a basis set. For example, in $Bbb{R}^3$, we can have $S=left{begin{bmatrix}1\0\0end{bmatrix}, begin{bmatrix}1\1\0end{bmatrix}right}$ a set of $2$ linearly independent vectors but definitely it doesn't span $Bbb{R}^3$. So it is not a basis of $Bbb{R}^3$. However, one can have a basis of $Bbb{R}^3$ which can contain (at least) these two vectors.
In general, the best we can say is that one can have a basis $mathcal{B}$ that can contain at least these $n$ linearly independent vectors (from $S$). Thus $text{dim} geq n$.
$S$ need not be a basis set. For example, in $Bbb{R}^3$, we can have $S=left{begin{bmatrix}1\0\0end{bmatrix}, begin{bmatrix}1\1\0end{bmatrix}right}$ a set of $2$ linearly independent vectors but definitely it doesn't span $Bbb{R}^3$. So it is not a basis of $Bbb{R}^3$. However, one can have a basis of $Bbb{R}^3$ which can contain (at least) these two vectors.
In general, the best we can say is that one can have a basis $mathcal{B}$ that can contain at least these $n$ linearly independent vectors (from $S$). Thus $text{dim} geq n$.
edited Nov 25 at 7:51
answered Nov 25 at 4:46
Anurag A
25.6k12249
25.6k12249
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3012444%2flinearly-indept-set-of-n-vectors-implies-size-of-vector-space-to-be-at-least-n%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Why is $S$ a basis for $V$? The dimension of $V$ was not given.
– David Peterson
Nov 25 at 4:39