Some questions regarding functions and vector space
$begingroup$
I have three simple questions about whether a function form a vector space or not I hope someone can verify my intuition.
- Do functions that vanish at end points x = 0 and x = L form a vector space?
Yes, because any function between these points satisfies the additivity and multiplicity with a scalar property. Furthermore, we can construct a null vector which is function f(x) = 0 over 0 and L. Lastly, -f(x) is the inverse of f(x) over this space.
- Do periodic functions obeying f(0) = f(L) form a vector space?
Yes, same as above.
- Are vectors that obey f(0) = 4 form a vector space?
This one is a bit weird. Intuitively there is no inverse because we have no function that satisfies f(0) = -4, so all these functions do not satisfy the property of a vector space.
Can anyone check if I understand this correctly? Thank you!!
vector-spaces
$endgroup$
add a comment |
$begingroup$
I have three simple questions about whether a function form a vector space or not I hope someone can verify my intuition.
- Do functions that vanish at end points x = 0 and x = L form a vector space?
Yes, because any function between these points satisfies the additivity and multiplicity with a scalar property. Furthermore, we can construct a null vector which is function f(x) = 0 over 0 and L. Lastly, -f(x) is the inverse of f(x) over this space.
- Do periodic functions obeying f(0) = f(L) form a vector space?
Yes, same as above.
- Are vectors that obey f(0) = 4 form a vector space?
This one is a bit weird. Intuitively there is no inverse because we have no function that satisfies f(0) = -4, so all these functions do not satisfy the property of a vector space.
Can anyone check if I understand this correctly? Thank you!!
vector-spaces
$endgroup$
add a comment |
$begingroup$
I have three simple questions about whether a function form a vector space or not I hope someone can verify my intuition.
- Do functions that vanish at end points x = 0 and x = L form a vector space?
Yes, because any function between these points satisfies the additivity and multiplicity with a scalar property. Furthermore, we can construct a null vector which is function f(x) = 0 over 0 and L. Lastly, -f(x) is the inverse of f(x) over this space.
- Do periodic functions obeying f(0) = f(L) form a vector space?
Yes, same as above.
- Are vectors that obey f(0) = 4 form a vector space?
This one is a bit weird. Intuitively there is no inverse because we have no function that satisfies f(0) = -4, so all these functions do not satisfy the property of a vector space.
Can anyone check if I understand this correctly? Thank you!!
vector-spaces
$endgroup$
I have three simple questions about whether a function form a vector space or not I hope someone can verify my intuition.
- Do functions that vanish at end points x = 0 and x = L form a vector space?
Yes, because any function between these points satisfies the additivity and multiplicity with a scalar property. Furthermore, we can construct a null vector which is function f(x) = 0 over 0 and L. Lastly, -f(x) is the inverse of f(x) over this space.
- Do periodic functions obeying f(0) = f(L) form a vector space?
Yes, same as above.
- Are vectors that obey f(0) = 4 form a vector space?
This one is a bit weird. Intuitively there is no inverse because we have no function that satisfies f(0) = -4, so all these functions do not satisfy the property of a vector space.
Can anyone check if I understand this correctly? Thank you!!
vector-spaces
vector-spaces
asked Feb 14 '15 at 7:29
OlórinOlórin
1,95411839
1,95411839
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Your reasoning in part 1 is sound. Part 2 however is not correct. Observe that if $f(0) = f(L) = 1$ then the collection of functions with these conditions isn't closed under scalar multiplication. For instance $2f$ wouldn't be in your space since $2f(0) = 2f(L) = 2 neq f(0)$. Your argument in 3 is also good, but why is it weird? I don't see it weird in the least: some collections have an inherent algebraic (or vector space) structure and some don't. There's no promise that any set you can come up with has structure.
$endgroup$
add a comment |
$begingroup$
The second part also forms a linear vector space. There is a flaw in the argument above.
The requirement is that $f(0) = f(L)$. Suppose $2f = g$, then we must have $g(0) = g(L)$, which is true. $g(0)$ doesn't have to be equivalent to $f(0)$; it would still be closed under scalar multiplication.
$endgroup$
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%2f1147462%2fsome-questions-regarding-functions-and-vector-space%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
$begingroup$
Your reasoning in part 1 is sound. Part 2 however is not correct. Observe that if $f(0) = f(L) = 1$ then the collection of functions with these conditions isn't closed under scalar multiplication. For instance $2f$ wouldn't be in your space since $2f(0) = 2f(L) = 2 neq f(0)$. Your argument in 3 is also good, but why is it weird? I don't see it weird in the least: some collections have an inherent algebraic (or vector space) structure and some don't. There's no promise that any set you can come up with has structure.
$endgroup$
add a comment |
$begingroup$
Your reasoning in part 1 is sound. Part 2 however is not correct. Observe that if $f(0) = f(L) = 1$ then the collection of functions with these conditions isn't closed under scalar multiplication. For instance $2f$ wouldn't be in your space since $2f(0) = 2f(L) = 2 neq f(0)$. Your argument in 3 is also good, but why is it weird? I don't see it weird in the least: some collections have an inherent algebraic (or vector space) structure and some don't. There's no promise that any set you can come up with has structure.
$endgroup$
add a comment |
$begingroup$
Your reasoning in part 1 is sound. Part 2 however is not correct. Observe that if $f(0) = f(L) = 1$ then the collection of functions with these conditions isn't closed under scalar multiplication. For instance $2f$ wouldn't be in your space since $2f(0) = 2f(L) = 2 neq f(0)$. Your argument in 3 is also good, but why is it weird? I don't see it weird in the least: some collections have an inherent algebraic (or vector space) structure and some don't. There's no promise that any set you can come up with has structure.
$endgroup$
Your reasoning in part 1 is sound. Part 2 however is not correct. Observe that if $f(0) = f(L) = 1$ then the collection of functions with these conditions isn't closed under scalar multiplication. For instance $2f$ wouldn't be in your space since $2f(0) = 2f(L) = 2 neq f(0)$. Your argument in 3 is also good, but why is it weird? I don't see it weird in the least: some collections have an inherent algebraic (or vector space) structure and some don't. There's no promise that any set you can come up with has structure.
answered Feb 14 '15 at 7:51
MnifldzMnifldz
6,85011634
6,85011634
add a comment |
add a comment |
$begingroup$
The second part also forms a linear vector space. There is a flaw in the argument above.
The requirement is that $f(0) = f(L)$. Suppose $2f = g$, then we must have $g(0) = g(L)$, which is true. $g(0)$ doesn't have to be equivalent to $f(0)$; it would still be closed under scalar multiplication.
$endgroup$
add a comment |
$begingroup$
The second part also forms a linear vector space. There is a flaw in the argument above.
The requirement is that $f(0) = f(L)$. Suppose $2f = g$, then we must have $g(0) = g(L)$, which is true. $g(0)$ doesn't have to be equivalent to $f(0)$; it would still be closed under scalar multiplication.
$endgroup$
add a comment |
$begingroup$
The second part also forms a linear vector space. There is a flaw in the argument above.
The requirement is that $f(0) = f(L)$. Suppose $2f = g$, then we must have $g(0) = g(L)$, which is true. $g(0)$ doesn't have to be equivalent to $f(0)$; it would still be closed under scalar multiplication.
$endgroup$
The second part also forms a linear vector space. There is a flaw in the argument above.
The requirement is that $f(0) = f(L)$. Suppose $2f = g$, then we must have $g(0) = g(L)$, which is true. $g(0)$ doesn't have to be equivalent to $f(0)$; it would still be closed under scalar multiplication.
edited Sep 8 '16 at 5:09
Parcly Taxel
42.2k1372101
42.2k1372101
answered Sep 8 '16 at 4:05
user367154user367154
1
1
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.
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%2f1147462%2fsome-questions-regarding-functions-and-vector-space%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