Homogeneity does not suffice for a map between vector spaces to be linear
$begingroup$
The following problem is taken from Sheldon Axler's book Linear Algebra Done Right, more precisely Exercise 1. from Chapter 3:
Problem: Give an example of a function $f : mathbb{R}^2 to mathbb{R}$ such that $f(av) = af(v)$ for all $a in mathbb{R}$ and all $v in mathbb{R}^2$ but $f$ is not linear.
I tried to include things like absolute values and square roots in order to handle the homogeneity, but I did not had any success in constructing such an example yet by doing so.
Do you know such an example? Thank you in advance!
linear-algebra linear-transformations examples-counterexamples
$endgroup$
add a comment |
$begingroup$
The following problem is taken from Sheldon Axler's book Linear Algebra Done Right, more precisely Exercise 1. from Chapter 3:
Problem: Give an example of a function $f : mathbb{R}^2 to mathbb{R}$ such that $f(av) = af(v)$ for all $a in mathbb{R}$ and all $v in mathbb{R}^2$ but $f$ is not linear.
I tried to include things like absolute values and square roots in order to handle the homogeneity, but I did not had any success in constructing such an example yet by doing so.
Do you know such an example? Thank you in advance!
linear-algebra linear-transformations examples-counterexamples
$endgroup$
$begingroup$
Have you drawn pictures of what homogeneity does and does not require of the function? Not every function has to be given by a formula.
$endgroup$
– Mark S.
Dec 10 '18 at 12:54
add a comment |
$begingroup$
The following problem is taken from Sheldon Axler's book Linear Algebra Done Right, more precisely Exercise 1. from Chapter 3:
Problem: Give an example of a function $f : mathbb{R}^2 to mathbb{R}$ such that $f(av) = af(v)$ for all $a in mathbb{R}$ and all $v in mathbb{R}^2$ but $f$ is not linear.
I tried to include things like absolute values and square roots in order to handle the homogeneity, but I did not had any success in constructing such an example yet by doing so.
Do you know such an example? Thank you in advance!
linear-algebra linear-transformations examples-counterexamples
$endgroup$
The following problem is taken from Sheldon Axler's book Linear Algebra Done Right, more precisely Exercise 1. from Chapter 3:
Problem: Give an example of a function $f : mathbb{R}^2 to mathbb{R}$ such that $f(av) = af(v)$ for all $a in mathbb{R}$ and all $v in mathbb{R}^2$ but $f$ is not linear.
I tried to include things like absolute values and square roots in order to handle the homogeneity, but I did not had any success in constructing such an example yet by doing so.
Do you know such an example? Thank you in advance!
linear-algebra linear-transformations examples-counterexamples
linear-algebra linear-transformations examples-counterexamples
asked Dec 10 '18 at 2:49
DiglettDiglett
9381521
9381521
$begingroup$
Have you drawn pictures of what homogeneity does and does not require of the function? Not every function has to be given by a formula.
$endgroup$
– Mark S.
Dec 10 '18 at 12:54
add a comment |
$begingroup$
Have you drawn pictures of what homogeneity does and does not require of the function? Not every function has to be given by a formula.
$endgroup$
– Mark S.
Dec 10 '18 at 12:54
$begingroup$
Have you drawn pictures of what homogeneity does and does not require of the function? Not every function has to be given by a formula.
$endgroup$
– Mark S.
Dec 10 '18 at 12:54
$begingroup$
Have you drawn pictures of what homogeneity does and does not require of the function? Not every function has to be given by a formula.
$endgroup$
– Mark S.
Dec 10 '18 at 12:54
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
consider the map: $$f:mathbb{R}^2 to mathbb{R}\ (x,y) mapsto begin{cases}
x text{ if } y=0 \
0 text{ else }end{cases} $$
then this is homogenous $f(a(x,y))(f(ax,ay))=begin{cases}ax text{ if } y=0 \ a0text{ else }end{cases}$, but not linear, since $$f(1,1)+f(1,-1)=0 +0 = 0 neq f(2,0) =f((1,1)+(1,-1)).$$
$endgroup$
1
$begingroup$
You say "this is clearly homogeneous", but it can't be (in the sense given in the problem) unless your norm is constantly zero. Otherwise, there's no way for it to send $-v$ to $-f(v)$ as norms never output negative numbers.
$endgroup$
– Mark S.
Dec 10 '18 at 12:56
$begingroup$
sorry, you are completely right, I think i remmedied that, I was just very tempted by the simplicity of the norm.
$endgroup$
– Enkidu
Dec 10 '18 at 13:05
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%2f3033369%2fhomogeneity-does-not-suffice-for-a-map-between-vector-spaces-to-be-linear%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$
consider the map: $$f:mathbb{R}^2 to mathbb{R}\ (x,y) mapsto begin{cases}
x text{ if } y=0 \
0 text{ else }end{cases} $$
then this is homogenous $f(a(x,y))(f(ax,ay))=begin{cases}ax text{ if } y=0 \ a0text{ else }end{cases}$, but not linear, since $$f(1,1)+f(1,-1)=0 +0 = 0 neq f(2,0) =f((1,1)+(1,-1)).$$
$endgroup$
1
$begingroup$
You say "this is clearly homogeneous", but it can't be (in the sense given in the problem) unless your norm is constantly zero. Otherwise, there's no way for it to send $-v$ to $-f(v)$ as norms never output negative numbers.
$endgroup$
– Mark S.
Dec 10 '18 at 12:56
$begingroup$
sorry, you are completely right, I think i remmedied that, I was just very tempted by the simplicity of the norm.
$endgroup$
– Enkidu
Dec 10 '18 at 13:05
add a comment |
$begingroup$
consider the map: $$f:mathbb{R}^2 to mathbb{R}\ (x,y) mapsto begin{cases}
x text{ if } y=0 \
0 text{ else }end{cases} $$
then this is homogenous $f(a(x,y))(f(ax,ay))=begin{cases}ax text{ if } y=0 \ a0text{ else }end{cases}$, but not linear, since $$f(1,1)+f(1,-1)=0 +0 = 0 neq f(2,0) =f((1,1)+(1,-1)).$$
$endgroup$
1
$begingroup$
You say "this is clearly homogeneous", but it can't be (in the sense given in the problem) unless your norm is constantly zero. Otherwise, there's no way for it to send $-v$ to $-f(v)$ as norms never output negative numbers.
$endgroup$
– Mark S.
Dec 10 '18 at 12:56
$begingroup$
sorry, you are completely right, I think i remmedied that, I was just very tempted by the simplicity of the norm.
$endgroup$
– Enkidu
Dec 10 '18 at 13:05
add a comment |
$begingroup$
consider the map: $$f:mathbb{R}^2 to mathbb{R}\ (x,y) mapsto begin{cases}
x text{ if } y=0 \
0 text{ else }end{cases} $$
then this is homogenous $f(a(x,y))(f(ax,ay))=begin{cases}ax text{ if } y=0 \ a0text{ else }end{cases}$, but not linear, since $$f(1,1)+f(1,-1)=0 +0 = 0 neq f(2,0) =f((1,1)+(1,-1)).$$
$endgroup$
consider the map: $$f:mathbb{R}^2 to mathbb{R}\ (x,y) mapsto begin{cases}
x text{ if } y=0 \
0 text{ else }end{cases} $$
then this is homogenous $f(a(x,y))(f(ax,ay))=begin{cases}ax text{ if } y=0 \ a0text{ else }end{cases}$, but not linear, since $$f(1,1)+f(1,-1)=0 +0 = 0 neq f(2,0) =f((1,1)+(1,-1)).$$
edited Dec 10 '18 at 13:01
answered Dec 10 '18 at 12:38
EnkiduEnkidu
1,32619
1,32619
1
$begingroup$
You say "this is clearly homogeneous", but it can't be (in the sense given in the problem) unless your norm is constantly zero. Otherwise, there's no way for it to send $-v$ to $-f(v)$ as norms never output negative numbers.
$endgroup$
– Mark S.
Dec 10 '18 at 12:56
$begingroup$
sorry, you are completely right, I think i remmedied that, I was just very tempted by the simplicity of the norm.
$endgroup$
– Enkidu
Dec 10 '18 at 13:05
add a comment |
1
$begingroup$
You say "this is clearly homogeneous", but it can't be (in the sense given in the problem) unless your norm is constantly zero. Otherwise, there's no way for it to send $-v$ to $-f(v)$ as norms never output negative numbers.
$endgroup$
– Mark S.
Dec 10 '18 at 12:56
$begingroup$
sorry, you are completely right, I think i remmedied that, I was just very tempted by the simplicity of the norm.
$endgroup$
– Enkidu
Dec 10 '18 at 13:05
1
1
$begingroup$
You say "this is clearly homogeneous", but it can't be (in the sense given in the problem) unless your norm is constantly zero. Otherwise, there's no way for it to send $-v$ to $-f(v)$ as norms never output negative numbers.
$endgroup$
– Mark S.
Dec 10 '18 at 12:56
$begingroup$
You say "this is clearly homogeneous", but it can't be (in the sense given in the problem) unless your norm is constantly zero. Otherwise, there's no way for it to send $-v$ to $-f(v)$ as norms never output negative numbers.
$endgroup$
– Mark S.
Dec 10 '18 at 12:56
$begingroup$
sorry, you are completely right, I think i remmedied that, I was just very tempted by the simplicity of the norm.
$endgroup$
– Enkidu
Dec 10 '18 at 13:05
$begingroup$
sorry, you are completely right, I think i remmedied that, I was just very tempted by the simplicity of the norm.
$endgroup$
– Enkidu
Dec 10 '18 at 13:05
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%2f3033369%2fhomogeneity-does-not-suffice-for-a-map-between-vector-spaces-to-be-linear%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
$begingroup$
Have you drawn pictures of what homogeneity does and does not require of the function? Not every function has to be given by a formula.
$endgroup$
– Mark S.
Dec 10 '18 at 12:54