Algebraic dependence of $xy, xz$ and $ yz$ over $mathbb{C}$ and their symmetry
$begingroup$
- Show that $ xy, xz, yz in mathbb{C}[x,y,z]$ are algebraically dependent over $mathbb{C}$ by finding a polynomial they satisfy. Is there a more general method or approach that I should take when looking for this kind of algebraic dependence?
- Does the symmetry between $xy, xz $ and $ yz $ imply that the polynomial they satisfy must be symmetric? How to prove it without explicitly finding the polynomial?
abstract-algebra polynomials commutative-algebra
$endgroup$
add a comment |
$begingroup$
- Show that $ xy, xz, yz in mathbb{C}[x,y,z]$ are algebraically dependent over $mathbb{C}$ by finding a polynomial they satisfy. Is there a more general method or approach that I should take when looking for this kind of algebraic dependence?
- Does the symmetry between $xy, xz $ and $ yz $ imply that the polynomial they satisfy must be symmetric? How to prove it without explicitly finding the polynomial?
abstract-algebra polynomials commutative-algebra
$endgroup$
$begingroup$
What about this: $f(xy,xz,yz)=0implies f(x,y,z)=0$? If $f(x,y,z)=sum a_{ijk}x^iy^jz^k$, then $f(xy,xz,yz)=sum a_{ijk}x^{i+j}y^{i+k}z^{j+k}$ and $$i+j=i'+j',i+k=i'+k',j+k=j'+k'iff i=i',j=j',k=k'.$$
$endgroup$
– user26857
Jan 31 at 22:07
add a comment |
$begingroup$
- Show that $ xy, xz, yz in mathbb{C}[x,y,z]$ are algebraically dependent over $mathbb{C}$ by finding a polynomial they satisfy. Is there a more general method or approach that I should take when looking for this kind of algebraic dependence?
- Does the symmetry between $xy, xz $ and $ yz $ imply that the polynomial they satisfy must be symmetric? How to prove it without explicitly finding the polynomial?
abstract-algebra polynomials commutative-algebra
$endgroup$
- Show that $ xy, xz, yz in mathbb{C}[x,y,z]$ are algebraically dependent over $mathbb{C}$ by finding a polynomial they satisfy. Is there a more general method or approach that I should take when looking for this kind of algebraic dependence?
- Does the symmetry between $xy, xz $ and $ yz $ imply that the polynomial they satisfy must be symmetric? How to prove it without explicitly finding the polynomial?
abstract-algebra polynomials commutative-algebra
abstract-algebra polynomials commutative-algebra
edited Jan 31 at 16:00
MCL
asked Jan 31 at 15:15
MCLMCL
1138
1138
$begingroup$
What about this: $f(xy,xz,yz)=0implies f(x,y,z)=0$? If $f(x,y,z)=sum a_{ijk}x^iy^jz^k$, then $f(xy,xz,yz)=sum a_{ijk}x^{i+j}y^{i+k}z^{j+k}$ and $$i+j=i'+j',i+k=i'+k',j+k=j'+k'iff i=i',j=j',k=k'.$$
$endgroup$
– user26857
Jan 31 at 22:07
add a comment |
$begingroup$
What about this: $f(xy,xz,yz)=0implies f(x,y,z)=0$? If $f(x,y,z)=sum a_{ijk}x^iy^jz^k$, then $f(xy,xz,yz)=sum a_{ijk}x^{i+j}y^{i+k}z^{j+k}$ and $$i+j=i'+j',i+k=i'+k',j+k=j'+k'iff i=i',j=j',k=k'.$$
$endgroup$
– user26857
Jan 31 at 22:07
$begingroup$
What about this: $f(xy,xz,yz)=0implies f(x,y,z)=0$? If $f(x,y,z)=sum a_{ijk}x^iy^jz^k$, then $f(xy,xz,yz)=sum a_{ijk}x^{i+j}y^{i+k}z^{j+k}$ and $$i+j=i'+j',i+k=i'+k',j+k=j'+k'iff i=i',j=j',k=k'.$$
$endgroup$
– user26857
Jan 31 at 22:07
$begingroup$
What about this: $f(xy,xz,yz)=0implies f(x,y,z)=0$? If $f(x,y,z)=sum a_{ijk}x^iy^jz^k$, then $f(xy,xz,yz)=sum a_{ijk}x^{i+j}y^{i+k}z^{j+k}$ and $$i+j=i'+j',i+k=i'+k',j+k=j'+k'iff i=i',j=j',k=k'.$$
$endgroup$
– user26857
Jan 31 at 22:07
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
They are not algebraically dependent over $mathbb{C}$! Probably the easiest way to see this is to think about the subfield $mathbb{C}(xy,xz,yz)subseteq mathbb{C}(x,y,z)$ which they generate, since using division we can isolate one variable at a time. Notice that $(xy)(xz)/(yz)=x^2$ is in this subfield, and so by symmetry so are $y^2$ and $z^2$. But $x^2,y^2,$ and $z^2$ are algebraically independent over $mathbb{C}$, so the $mathbb{C}(xy,xz,yz)$ has transcendence degree at least $3$ over $mathbb{C}$. It follows that the three generators $xy,yz,xz$ must be algebraically independent.
$endgroup$
$begingroup$
Alternatively, you can prove the algebraic independence of $yz,zx,xy $ simply by showing that any two distinct monomials in $yz,zx,xy$ will be distinct also as monomials in $x,y,z$.
$endgroup$
– darij grinberg
Jan 31 at 22:33
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%2f3094993%2falgebraic-dependence-of-xy-xz-and-yz-over-mathbbc-and-their-symmetry%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$
They are not algebraically dependent over $mathbb{C}$! Probably the easiest way to see this is to think about the subfield $mathbb{C}(xy,xz,yz)subseteq mathbb{C}(x,y,z)$ which they generate, since using division we can isolate one variable at a time. Notice that $(xy)(xz)/(yz)=x^2$ is in this subfield, and so by symmetry so are $y^2$ and $z^2$. But $x^2,y^2,$ and $z^2$ are algebraically independent over $mathbb{C}$, so the $mathbb{C}(xy,xz,yz)$ has transcendence degree at least $3$ over $mathbb{C}$. It follows that the three generators $xy,yz,xz$ must be algebraically independent.
$endgroup$
$begingroup$
Alternatively, you can prove the algebraic independence of $yz,zx,xy $ simply by showing that any two distinct monomials in $yz,zx,xy$ will be distinct also as monomials in $x,y,z$.
$endgroup$
– darij grinberg
Jan 31 at 22:33
add a comment |
$begingroup$
They are not algebraically dependent over $mathbb{C}$! Probably the easiest way to see this is to think about the subfield $mathbb{C}(xy,xz,yz)subseteq mathbb{C}(x,y,z)$ which they generate, since using division we can isolate one variable at a time. Notice that $(xy)(xz)/(yz)=x^2$ is in this subfield, and so by symmetry so are $y^2$ and $z^2$. But $x^2,y^2,$ and $z^2$ are algebraically independent over $mathbb{C}$, so the $mathbb{C}(xy,xz,yz)$ has transcendence degree at least $3$ over $mathbb{C}$. It follows that the three generators $xy,yz,xz$ must be algebraically independent.
$endgroup$
$begingroup$
Alternatively, you can prove the algebraic independence of $yz,zx,xy $ simply by showing that any two distinct monomials in $yz,zx,xy$ will be distinct also as monomials in $x,y,z$.
$endgroup$
– darij grinberg
Jan 31 at 22:33
add a comment |
$begingroup$
They are not algebraically dependent over $mathbb{C}$! Probably the easiest way to see this is to think about the subfield $mathbb{C}(xy,xz,yz)subseteq mathbb{C}(x,y,z)$ which they generate, since using division we can isolate one variable at a time. Notice that $(xy)(xz)/(yz)=x^2$ is in this subfield, and so by symmetry so are $y^2$ and $z^2$. But $x^2,y^2,$ and $z^2$ are algebraically independent over $mathbb{C}$, so the $mathbb{C}(xy,xz,yz)$ has transcendence degree at least $3$ over $mathbb{C}$. It follows that the three generators $xy,yz,xz$ must be algebraically independent.
$endgroup$
They are not algebraically dependent over $mathbb{C}$! Probably the easiest way to see this is to think about the subfield $mathbb{C}(xy,xz,yz)subseteq mathbb{C}(x,y,z)$ which they generate, since using division we can isolate one variable at a time. Notice that $(xy)(xz)/(yz)=x^2$ is in this subfield, and so by symmetry so are $y^2$ and $z^2$. But $x^2,y^2,$ and $z^2$ are algebraically independent over $mathbb{C}$, so the $mathbb{C}(xy,xz,yz)$ has transcendence degree at least $3$ over $mathbb{C}$. It follows that the three generators $xy,yz,xz$ must be algebraically independent.
answered Jan 31 at 21:38
Eric WofseyEric Wofsey
192k14220352
192k14220352
$begingroup$
Alternatively, you can prove the algebraic independence of $yz,zx,xy $ simply by showing that any two distinct monomials in $yz,zx,xy$ will be distinct also as monomials in $x,y,z$.
$endgroup$
– darij grinberg
Jan 31 at 22:33
add a comment |
$begingroup$
Alternatively, you can prove the algebraic independence of $yz,zx,xy $ simply by showing that any two distinct monomials in $yz,zx,xy$ will be distinct also as monomials in $x,y,z$.
$endgroup$
– darij grinberg
Jan 31 at 22:33
$begingroup$
Alternatively, you can prove the algebraic independence of $yz,zx,xy $ simply by showing that any two distinct monomials in $yz,zx,xy$ will be distinct also as monomials in $x,y,z$.
$endgroup$
– darij grinberg
Jan 31 at 22:33
$begingroup$
Alternatively, you can prove the algebraic independence of $yz,zx,xy $ simply by showing that any two distinct monomials in $yz,zx,xy$ will be distinct also as monomials in $x,y,z$.
$endgroup$
– darij grinberg
Jan 31 at 22:33
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%2f3094993%2falgebraic-dependence-of-xy-xz-and-yz-over-mathbbc-and-their-symmetry%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$
What about this: $f(xy,xz,yz)=0implies f(x,y,z)=0$? If $f(x,y,z)=sum a_{ijk}x^iy^jz^k$, then $f(xy,xz,yz)=sum a_{ijk}x^{i+j}y^{i+k}z^{j+k}$ and $$i+j=i'+j',i+k=i'+k',j+k=j'+k'iff i=i',j=j',k=k'.$$
$endgroup$
– user26857
Jan 31 at 22:07