Is ${(a,b,c) in mathbb{C}^3 | a^3=b^3 }=S$ a subspace of $mathbb{C}^3$
$begingroup$
This is an exercise in Axler's "Linear Algebra Done Right" textbook, and the answer is no, because taking $x=(1,frac{-1+sqrt{3}i}{2},0)$ and $y=(1,frac{-1-sqrt{3}i}{2},0)$ we have $x+y notin S$.
Before looking up the answer, I was trying, and failing, to come up with a counterexample. Can someone explain the intuition behind this one? It looks like it was derived somehow.
linear-algebra
$endgroup$
add a comment |
$begingroup$
This is an exercise in Axler's "Linear Algebra Done Right" textbook, and the answer is no, because taking $x=(1,frac{-1+sqrt{3}i}{2},0)$ and $y=(1,frac{-1-sqrt{3}i}{2},0)$ we have $x+y notin S$.
Before looking up the answer, I was trying, and failing, to come up with a counterexample. Can someone explain the intuition behind this one? It looks like it was derived somehow.
linear-algebra
$endgroup$
4
$begingroup$
$S$ is the union of three hyperplanes, given by $a=b$, $a=omega b$ and $a=omega^2b$ where $omega=exp(2pi i/3)$. If you take points from different hyperplanes, it's quite likely their sum is outside $S$.
$endgroup$
– Lord Shark the Unknown
Dec 23 '18 at 6:22
add a comment |
$begingroup$
This is an exercise in Axler's "Linear Algebra Done Right" textbook, and the answer is no, because taking $x=(1,frac{-1+sqrt{3}i}{2},0)$ and $y=(1,frac{-1-sqrt{3}i}{2},0)$ we have $x+y notin S$.
Before looking up the answer, I was trying, and failing, to come up with a counterexample. Can someone explain the intuition behind this one? It looks like it was derived somehow.
linear-algebra
$endgroup$
This is an exercise in Axler's "Linear Algebra Done Right" textbook, and the answer is no, because taking $x=(1,frac{-1+sqrt{3}i}{2},0)$ and $y=(1,frac{-1-sqrt{3}i}{2},0)$ we have $x+y notin S$.
Before looking up the answer, I was trying, and failing, to come up with a counterexample. Can someone explain the intuition behind this one? It looks like it was derived somehow.
linear-algebra
linear-algebra
asked Dec 23 '18 at 6:15
alwaysiamcaesaralwaysiamcaesar
525
525
4
$begingroup$
$S$ is the union of three hyperplanes, given by $a=b$, $a=omega b$ and $a=omega^2b$ where $omega=exp(2pi i/3)$. If you take points from different hyperplanes, it's quite likely their sum is outside $S$.
$endgroup$
– Lord Shark the Unknown
Dec 23 '18 at 6:22
add a comment |
4
$begingroup$
$S$ is the union of three hyperplanes, given by $a=b$, $a=omega b$ and $a=omega^2b$ where $omega=exp(2pi i/3)$. If you take points from different hyperplanes, it's quite likely their sum is outside $S$.
$endgroup$
– Lord Shark the Unknown
Dec 23 '18 at 6:22
4
4
$begingroup$
$S$ is the union of three hyperplanes, given by $a=b$, $a=omega b$ and $a=omega^2b$ where $omega=exp(2pi i/3)$. If you take points from different hyperplanes, it's quite likely their sum is outside $S$.
$endgroup$
– Lord Shark the Unknown
Dec 23 '18 at 6:22
$begingroup$
$S$ is the union of three hyperplanes, given by $a=b$, $a=omega b$ and $a=omega^2b$ where $omega=exp(2pi i/3)$. If you take points from different hyperplanes, it's quite likely their sum is outside $S$.
$endgroup$
– Lord Shark the Unknown
Dec 23 '18 at 6:22
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If $a^3=b^3$, $c^3=d^3$ you want to know if
$$(a+c)^3 =(b+d)^3$$
This is not necessarily the case.
Taking cube-roots in $mathbb C$ is a multivalued operation.
$$x^3 = y^3 iff x=ysqrt[3]{1}$$
where the cube root is a cube root of one. There are three of them.
For intuition, consider the same idea over $mathbb R^3$ with $a^2=b^2$. Clearly this would not be a subspace because $(1,-1,0)$ and $(1,1,0)$ would belong to this set but their sum, $(2,0,0)$ would not.
$endgroup$
$begingroup$
Did you mean cube root of $+1$?
$endgroup$
– Shubham Johri
Dec 23 '18 at 7:09
$begingroup$
Yes thank you, shubham
$endgroup$
– David Peterson
Dec 23 '18 at 7:55
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%2f3050103%2fis-a-b-c-in-mathbbc3-a3-b3-s-a-subspace-of-mathbbc3%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$
If $a^3=b^3$, $c^3=d^3$ you want to know if
$$(a+c)^3 =(b+d)^3$$
This is not necessarily the case.
Taking cube-roots in $mathbb C$ is a multivalued operation.
$$x^3 = y^3 iff x=ysqrt[3]{1}$$
where the cube root is a cube root of one. There are three of them.
For intuition, consider the same idea over $mathbb R^3$ with $a^2=b^2$. Clearly this would not be a subspace because $(1,-1,0)$ and $(1,1,0)$ would belong to this set but their sum, $(2,0,0)$ would not.
$endgroup$
$begingroup$
Did you mean cube root of $+1$?
$endgroup$
– Shubham Johri
Dec 23 '18 at 7:09
$begingroup$
Yes thank you, shubham
$endgroup$
– David Peterson
Dec 23 '18 at 7:55
add a comment |
$begingroup$
If $a^3=b^3$, $c^3=d^3$ you want to know if
$$(a+c)^3 =(b+d)^3$$
This is not necessarily the case.
Taking cube-roots in $mathbb C$ is a multivalued operation.
$$x^3 = y^3 iff x=ysqrt[3]{1}$$
where the cube root is a cube root of one. There are three of them.
For intuition, consider the same idea over $mathbb R^3$ with $a^2=b^2$. Clearly this would not be a subspace because $(1,-1,0)$ and $(1,1,0)$ would belong to this set but their sum, $(2,0,0)$ would not.
$endgroup$
$begingroup$
Did you mean cube root of $+1$?
$endgroup$
– Shubham Johri
Dec 23 '18 at 7:09
$begingroup$
Yes thank you, shubham
$endgroup$
– David Peterson
Dec 23 '18 at 7:55
add a comment |
$begingroup$
If $a^3=b^3$, $c^3=d^3$ you want to know if
$$(a+c)^3 =(b+d)^3$$
This is not necessarily the case.
Taking cube-roots in $mathbb C$ is a multivalued operation.
$$x^3 = y^3 iff x=ysqrt[3]{1}$$
where the cube root is a cube root of one. There are three of them.
For intuition, consider the same idea over $mathbb R^3$ with $a^2=b^2$. Clearly this would not be a subspace because $(1,-1,0)$ and $(1,1,0)$ would belong to this set but their sum, $(2,0,0)$ would not.
$endgroup$
If $a^3=b^3$, $c^3=d^3$ you want to know if
$$(a+c)^3 =(b+d)^3$$
This is not necessarily the case.
Taking cube-roots in $mathbb C$ is a multivalued operation.
$$x^3 = y^3 iff x=ysqrt[3]{1}$$
where the cube root is a cube root of one. There are three of them.
For intuition, consider the same idea over $mathbb R^3$ with $a^2=b^2$. Clearly this would not be a subspace because $(1,-1,0)$ and $(1,1,0)$ would belong to this set but their sum, $(2,0,0)$ would not.
edited Dec 23 '18 at 7:55
answered Dec 23 '18 at 7:01
David PetersonDavid Peterson
8,87821935
8,87821935
$begingroup$
Did you mean cube root of $+1$?
$endgroup$
– Shubham Johri
Dec 23 '18 at 7:09
$begingroup$
Yes thank you, shubham
$endgroup$
– David Peterson
Dec 23 '18 at 7:55
add a comment |
$begingroup$
Did you mean cube root of $+1$?
$endgroup$
– Shubham Johri
Dec 23 '18 at 7:09
$begingroup$
Yes thank you, shubham
$endgroup$
– David Peterson
Dec 23 '18 at 7:55
$begingroup$
Did you mean cube root of $+1$?
$endgroup$
– Shubham Johri
Dec 23 '18 at 7:09
$begingroup$
Did you mean cube root of $+1$?
$endgroup$
– Shubham Johri
Dec 23 '18 at 7:09
$begingroup$
Yes thank you, shubham
$endgroup$
– David Peterson
Dec 23 '18 at 7:55
$begingroup$
Yes thank you, shubham
$endgroup$
– David Peterson
Dec 23 '18 at 7:55
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%2f3050103%2fis-a-b-c-in-mathbbc3-a3-b3-s-a-subspace-of-mathbbc3%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
4
$begingroup$
$S$ is the union of three hyperplanes, given by $a=b$, $a=omega b$ and $a=omega^2b$ where $omega=exp(2pi i/3)$. If you take points from different hyperplanes, it's quite likely their sum is outside $S$.
$endgroup$
– Lord Shark the Unknown
Dec 23 '18 at 6:22