Why we only need to verify additive identity, and closed under addition and scalar multiplication for...
$begingroup$
In the book Linear Algebra Done Right, it is said that to determine quickly whether a given subset of $V$ is a subspace of $V$, the three conditions, namely additive identity, closed under addition, and closed under scalar multiplication, should be satisfied. The other parts of the definition of a vector space are automatically satisfied.
I think I understand why commutativity, associativity, distributive properties, and multiplicative identity works because their operations are still within the subspace.
But, why don't we need to verify additive inverse, similar to verifying additive identity? Could there be cases where there will be no $v + w = 0$ in the new subspace, $v, w in U$, $U$ is a subspace?
linear-algebra
$endgroup$
add a comment |
$begingroup$
In the book Linear Algebra Done Right, it is said that to determine quickly whether a given subset of $V$ is a subspace of $V$, the three conditions, namely additive identity, closed under addition, and closed under scalar multiplication, should be satisfied. The other parts of the definition of a vector space are automatically satisfied.
I think I understand why commutativity, associativity, distributive properties, and multiplicative identity works because their operations are still within the subspace.
But, why don't we need to verify additive inverse, similar to verifying additive identity? Could there be cases where there will be no $v + w = 0$ in the new subspace, $v, w in U$, $U$ is a subspace?
linear-algebra
$endgroup$
add a comment |
$begingroup$
In the book Linear Algebra Done Right, it is said that to determine quickly whether a given subset of $V$ is a subspace of $V$, the three conditions, namely additive identity, closed under addition, and closed under scalar multiplication, should be satisfied. The other parts of the definition of a vector space are automatically satisfied.
I think I understand why commutativity, associativity, distributive properties, and multiplicative identity works because their operations are still within the subspace.
But, why don't we need to verify additive inverse, similar to verifying additive identity? Could there be cases where there will be no $v + w = 0$ in the new subspace, $v, w in U$, $U$ is a subspace?
linear-algebra
$endgroup$
In the book Linear Algebra Done Right, it is said that to determine quickly whether a given subset of $V$ is a subspace of $V$, the three conditions, namely additive identity, closed under addition, and closed under scalar multiplication, should be satisfied. The other parts of the definition of a vector space are automatically satisfied.
I think I understand why commutativity, associativity, distributive properties, and multiplicative identity works because their operations are still within the subspace.
But, why don't we need to verify additive inverse, similar to verifying additive identity? Could there be cases where there will be no $v + w = 0$ in the new subspace, $v, w in U$, $U$ is a subspace?
linear-algebra
linear-algebra
asked Dec 9 '18 at 23:05
JOHN JOHN
3649
3649
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You also need to check that the set is non-empty. In this case closure under scalar multiplication guarantees that the additive inverse of any $v$ in the set is also in the set, since for the scalar $-1$, $(-1)v$ is in the set.
EDIT: Similarly, for the scalar $0$, $0v={bf 0}$ is in the set (by the closure of scalar multiplication), whenever the set contains an element/vector $v$.
$endgroup$
3
$begingroup$
To be fair, you will get non-emptiness by verifying that $vec{0}$ is in the set. I think that is what is meant by additive identity.
$endgroup$
– GenericMathematician
Dec 9 '18 at 23:15
$begingroup$
I think I understand your logic. But, then I have another question on the definition of Vector Space (not subspace). If there is closure under scalar multiplication, do we need to prove that additive inverse exists? since for scalar -1, it guarantees that there is an additive inverse.
$endgroup$
– JOHN
Dec 10 '18 at 22:39
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%2f3033159%2fwhy-we-only-need-to-verify-additive-identity-and-closed-under-addition-and-scal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You also need to check that the set is non-empty. In this case closure under scalar multiplication guarantees that the additive inverse of any $v$ in the set is also in the set, since for the scalar $-1$, $(-1)v$ is in the set.
EDIT: Similarly, for the scalar $0$, $0v={bf 0}$ is in the set (by the closure of scalar multiplication), whenever the set contains an element/vector $v$.
$endgroup$
3
$begingroup$
To be fair, you will get non-emptiness by verifying that $vec{0}$ is in the set. I think that is what is meant by additive identity.
$endgroup$
– GenericMathematician
Dec 9 '18 at 23:15
$begingroup$
I think I understand your logic. But, then I have another question on the definition of Vector Space (not subspace). If there is closure under scalar multiplication, do we need to prove that additive inverse exists? since for scalar -1, it guarantees that there is an additive inverse.
$endgroup$
– JOHN
Dec 10 '18 at 22:39
add a comment |
$begingroup$
You also need to check that the set is non-empty. In this case closure under scalar multiplication guarantees that the additive inverse of any $v$ in the set is also in the set, since for the scalar $-1$, $(-1)v$ is in the set.
EDIT: Similarly, for the scalar $0$, $0v={bf 0}$ is in the set (by the closure of scalar multiplication), whenever the set contains an element/vector $v$.
$endgroup$
3
$begingroup$
To be fair, you will get non-emptiness by verifying that $vec{0}$ is in the set. I think that is what is meant by additive identity.
$endgroup$
– GenericMathematician
Dec 9 '18 at 23:15
$begingroup$
I think I understand your logic. But, then I have another question on the definition of Vector Space (not subspace). If there is closure under scalar multiplication, do we need to prove that additive inverse exists? since for scalar -1, it guarantees that there is an additive inverse.
$endgroup$
– JOHN
Dec 10 '18 at 22:39
add a comment |
$begingroup$
You also need to check that the set is non-empty. In this case closure under scalar multiplication guarantees that the additive inverse of any $v$ in the set is also in the set, since for the scalar $-1$, $(-1)v$ is in the set.
EDIT: Similarly, for the scalar $0$, $0v={bf 0}$ is in the set (by the closure of scalar multiplication), whenever the set contains an element/vector $v$.
$endgroup$
You also need to check that the set is non-empty. In this case closure under scalar multiplication guarantees that the additive inverse of any $v$ in the set is also in the set, since for the scalar $-1$, $(-1)v$ is in the set.
EDIT: Similarly, for the scalar $0$, $0v={bf 0}$ is in the set (by the closure of scalar multiplication), whenever the set contains an element/vector $v$.
edited Dec 10 '18 at 0:10
answered Dec 9 '18 at 23:12
AnyADAnyAD
2,108812
2,108812
3
$begingroup$
To be fair, you will get non-emptiness by verifying that $vec{0}$ is in the set. I think that is what is meant by additive identity.
$endgroup$
– GenericMathematician
Dec 9 '18 at 23:15
$begingroup$
I think I understand your logic. But, then I have another question on the definition of Vector Space (not subspace). If there is closure under scalar multiplication, do we need to prove that additive inverse exists? since for scalar -1, it guarantees that there is an additive inverse.
$endgroup$
– JOHN
Dec 10 '18 at 22:39
add a comment |
3
$begingroup$
To be fair, you will get non-emptiness by verifying that $vec{0}$ is in the set. I think that is what is meant by additive identity.
$endgroup$
– GenericMathematician
Dec 9 '18 at 23:15
$begingroup$
I think I understand your logic. But, then I have another question on the definition of Vector Space (not subspace). If there is closure under scalar multiplication, do we need to prove that additive inverse exists? since for scalar -1, it guarantees that there is an additive inverse.
$endgroup$
– JOHN
Dec 10 '18 at 22:39
3
3
$begingroup$
To be fair, you will get non-emptiness by verifying that $vec{0}$ is in the set. I think that is what is meant by additive identity.
$endgroup$
– GenericMathematician
Dec 9 '18 at 23:15
$begingroup$
To be fair, you will get non-emptiness by verifying that $vec{0}$ is in the set. I think that is what is meant by additive identity.
$endgroup$
– GenericMathematician
Dec 9 '18 at 23:15
$begingroup$
I think I understand your logic. But, then I have another question on the definition of Vector Space (not subspace). If there is closure under scalar multiplication, do we need to prove that additive inverse exists? since for scalar -1, it guarantees that there is an additive inverse.
$endgroup$
– JOHN
Dec 10 '18 at 22:39
$begingroup$
I think I understand your logic. But, then I have another question on the definition of Vector Space (not subspace). If there is closure under scalar multiplication, do we need to prove that additive inverse exists? since for scalar -1, it guarantees that there is an additive inverse.
$endgroup$
– JOHN
Dec 10 '18 at 22:39
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.
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%2f3033159%2fwhy-we-only-need-to-verify-additive-identity-and-closed-under-addition-and-scal%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