The minimal polynomial satisfied by the primitive generator
$begingroup$
I am trying to do the following problem that appears in Dummit and Foote book. But I have no idea how to start the problem. Can anyone please give me a hint? Thank you.
Section 14.5, Problem #1(Page#603): Determine the minimal polynomials satisfied by the primitive generators given in the text for the subfields of $mathbb{Q(zeta_{13})}$.
abstract-algebra field-theory galois-theory
$endgroup$
add a comment |
$begingroup$
I am trying to do the following problem that appears in Dummit and Foote book. But I have no idea how to start the problem. Can anyone please give me a hint? Thank you.
Section 14.5, Problem #1(Page#603): Determine the minimal polynomials satisfied by the primitive generators given in the text for the subfields of $mathbb{Q(zeta_{13})}$.
abstract-algebra field-theory galois-theory
$endgroup$
add a comment |
$begingroup$
I am trying to do the following problem that appears in Dummit and Foote book. But I have no idea how to start the problem. Can anyone please give me a hint? Thank you.
Section 14.5, Problem #1(Page#603): Determine the minimal polynomials satisfied by the primitive generators given in the text for the subfields of $mathbb{Q(zeta_{13})}$.
abstract-algebra field-theory galois-theory
$endgroup$
I am trying to do the following problem that appears in Dummit and Foote book. But I have no idea how to start the problem. Can anyone please give me a hint? Thank you.
Section 14.5, Problem #1(Page#603): Determine the minimal polynomials satisfied by the primitive generators given in the text for the subfields of $mathbb{Q(zeta_{13})}$.
abstract-algebra field-theory galois-theory
abstract-algebra field-theory galois-theory
asked Jan 27 at 1:45


usmndjusmndj
524
524
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
I’ll show you a trick that I use, really just a variation of what’s obvious, but organized so that you can trap careless errors. I promise you that I did this all by hand, no machine aid.
I’ll attack the “simplest” one, finding the minimal polynomial (it has to be quadratic) for $xi=zeta+zeta^3+zeta^4+zeta^9+zeta^{10}+zeta^{12}$. I’m going to be consistent in rewriting this and all quantities so as to use the fact that $zeta^{13}=1$. In particular, we have
$$
0=zeta^6+zeta^5+zeta^4+zeta^3+zeta^2+zeta+1+zeta^{-1}+zeta^{-2}+zeta^{-3}+zeta^{-4}+zeta^{-5}+zeta^{-6},.
$$
And then, calculating,
$$
begin{matrix}
xi=&zeta^4&+zeta^3&+zeta&+zeta^{-1}&+zeta^{-3}&+zeta^{-4}\
xi^2=&zeta^8&+2zeta^7&+2zeta^5&+2zeta^3&+2zeta&+2\
&&+zeta^6&+2zeta^4&+2zeta^2&+2&+2zeta^{-2}\
&&&+zeta^2&+2&+2zeta^{-2}&+2zeta^{-3}\
&&&&+zeta^{-2}&+2zeta^{-4}&+2zeta^{-5}\
&&&&&+zeta^{-6}&+2zeta^{-7}\
&&&&&&+zeta^{-8},,
end{matrix}
$$
in which you collect like terms, using $zeta^8=zeta^{-5}$ etc., to get
$$
begin{align}
xi^2&=3zeta^6+3zeta^5+2zeta^4+2zeta^3+3zeta^2+2zeta+6+2zeta^{-1}+3zeta^{-2}+2zeta^{-3}+2zeta^{-4}+3zeta^{-5}+3zeta^{-6}\
&=-zeta^4-zeta^3-zeta+3-zeta^{-1}-zeta^{-3}-zeta^{-4}\
&=-xi+3,,
end{align}
$$
in which I subtracted $3$ times zero to go from the first line to the second. And so you see that $xi^2+xi-3=0$.
$endgroup$
$begingroup$
Thank you, Lubin.
$endgroup$
– usmndj
Jan 27 at 22:03
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%2f3089030%2fthe-minimal-polynomial-satisfied-by-the-primitive-generator%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$
I’ll show you a trick that I use, really just a variation of what’s obvious, but organized so that you can trap careless errors. I promise you that I did this all by hand, no machine aid.
I’ll attack the “simplest” one, finding the minimal polynomial (it has to be quadratic) for $xi=zeta+zeta^3+zeta^4+zeta^9+zeta^{10}+zeta^{12}$. I’m going to be consistent in rewriting this and all quantities so as to use the fact that $zeta^{13}=1$. In particular, we have
$$
0=zeta^6+zeta^5+zeta^4+zeta^3+zeta^2+zeta+1+zeta^{-1}+zeta^{-2}+zeta^{-3}+zeta^{-4}+zeta^{-5}+zeta^{-6},.
$$
And then, calculating,
$$
begin{matrix}
xi=&zeta^4&+zeta^3&+zeta&+zeta^{-1}&+zeta^{-3}&+zeta^{-4}\
xi^2=&zeta^8&+2zeta^7&+2zeta^5&+2zeta^3&+2zeta&+2\
&&+zeta^6&+2zeta^4&+2zeta^2&+2&+2zeta^{-2}\
&&&+zeta^2&+2&+2zeta^{-2}&+2zeta^{-3}\
&&&&+zeta^{-2}&+2zeta^{-4}&+2zeta^{-5}\
&&&&&+zeta^{-6}&+2zeta^{-7}\
&&&&&&+zeta^{-8},,
end{matrix}
$$
in which you collect like terms, using $zeta^8=zeta^{-5}$ etc., to get
$$
begin{align}
xi^2&=3zeta^6+3zeta^5+2zeta^4+2zeta^3+3zeta^2+2zeta+6+2zeta^{-1}+3zeta^{-2}+2zeta^{-3}+2zeta^{-4}+3zeta^{-5}+3zeta^{-6}\
&=-zeta^4-zeta^3-zeta+3-zeta^{-1}-zeta^{-3}-zeta^{-4}\
&=-xi+3,,
end{align}
$$
in which I subtracted $3$ times zero to go from the first line to the second. And so you see that $xi^2+xi-3=0$.
$endgroup$
$begingroup$
Thank you, Lubin.
$endgroup$
– usmndj
Jan 27 at 22:03
add a comment |
$begingroup$
I’ll show you a trick that I use, really just a variation of what’s obvious, but organized so that you can trap careless errors. I promise you that I did this all by hand, no machine aid.
I’ll attack the “simplest” one, finding the minimal polynomial (it has to be quadratic) for $xi=zeta+zeta^3+zeta^4+zeta^9+zeta^{10}+zeta^{12}$. I’m going to be consistent in rewriting this and all quantities so as to use the fact that $zeta^{13}=1$. In particular, we have
$$
0=zeta^6+zeta^5+zeta^4+zeta^3+zeta^2+zeta+1+zeta^{-1}+zeta^{-2}+zeta^{-3}+zeta^{-4}+zeta^{-5}+zeta^{-6},.
$$
And then, calculating,
$$
begin{matrix}
xi=&zeta^4&+zeta^3&+zeta&+zeta^{-1}&+zeta^{-3}&+zeta^{-4}\
xi^2=&zeta^8&+2zeta^7&+2zeta^5&+2zeta^3&+2zeta&+2\
&&+zeta^6&+2zeta^4&+2zeta^2&+2&+2zeta^{-2}\
&&&+zeta^2&+2&+2zeta^{-2}&+2zeta^{-3}\
&&&&+zeta^{-2}&+2zeta^{-4}&+2zeta^{-5}\
&&&&&+zeta^{-6}&+2zeta^{-7}\
&&&&&&+zeta^{-8},,
end{matrix}
$$
in which you collect like terms, using $zeta^8=zeta^{-5}$ etc., to get
$$
begin{align}
xi^2&=3zeta^6+3zeta^5+2zeta^4+2zeta^3+3zeta^2+2zeta+6+2zeta^{-1}+3zeta^{-2}+2zeta^{-3}+2zeta^{-4}+3zeta^{-5}+3zeta^{-6}\
&=-zeta^4-zeta^3-zeta+3-zeta^{-1}-zeta^{-3}-zeta^{-4}\
&=-xi+3,,
end{align}
$$
in which I subtracted $3$ times zero to go from the first line to the second. And so you see that $xi^2+xi-3=0$.
$endgroup$
$begingroup$
Thank you, Lubin.
$endgroup$
– usmndj
Jan 27 at 22:03
add a comment |
$begingroup$
I’ll show you a trick that I use, really just a variation of what’s obvious, but organized so that you can trap careless errors. I promise you that I did this all by hand, no machine aid.
I’ll attack the “simplest” one, finding the minimal polynomial (it has to be quadratic) for $xi=zeta+zeta^3+zeta^4+zeta^9+zeta^{10}+zeta^{12}$. I’m going to be consistent in rewriting this and all quantities so as to use the fact that $zeta^{13}=1$. In particular, we have
$$
0=zeta^6+zeta^5+zeta^4+zeta^3+zeta^2+zeta+1+zeta^{-1}+zeta^{-2}+zeta^{-3}+zeta^{-4}+zeta^{-5}+zeta^{-6},.
$$
And then, calculating,
$$
begin{matrix}
xi=&zeta^4&+zeta^3&+zeta&+zeta^{-1}&+zeta^{-3}&+zeta^{-4}\
xi^2=&zeta^8&+2zeta^7&+2zeta^5&+2zeta^3&+2zeta&+2\
&&+zeta^6&+2zeta^4&+2zeta^2&+2&+2zeta^{-2}\
&&&+zeta^2&+2&+2zeta^{-2}&+2zeta^{-3}\
&&&&+zeta^{-2}&+2zeta^{-4}&+2zeta^{-5}\
&&&&&+zeta^{-6}&+2zeta^{-7}\
&&&&&&+zeta^{-8},,
end{matrix}
$$
in which you collect like terms, using $zeta^8=zeta^{-5}$ etc., to get
$$
begin{align}
xi^2&=3zeta^6+3zeta^5+2zeta^4+2zeta^3+3zeta^2+2zeta+6+2zeta^{-1}+3zeta^{-2}+2zeta^{-3}+2zeta^{-4}+3zeta^{-5}+3zeta^{-6}\
&=-zeta^4-zeta^3-zeta+3-zeta^{-1}-zeta^{-3}-zeta^{-4}\
&=-xi+3,,
end{align}
$$
in which I subtracted $3$ times zero to go from the first line to the second. And so you see that $xi^2+xi-3=0$.
$endgroup$
I’ll show you a trick that I use, really just a variation of what’s obvious, but organized so that you can trap careless errors. I promise you that I did this all by hand, no machine aid.
I’ll attack the “simplest” one, finding the minimal polynomial (it has to be quadratic) for $xi=zeta+zeta^3+zeta^4+zeta^9+zeta^{10}+zeta^{12}$. I’m going to be consistent in rewriting this and all quantities so as to use the fact that $zeta^{13}=1$. In particular, we have
$$
0=zeta^6+zeta^5+zeta^4+zeta^3+zeta^2+zeta+1+zeta^{-1}+zeta^{-2}+zeta^{-3}+zeta^{-4}+zeta^{-5}+zeta^{-6},.
$$
And then, calculating,
$$
begin{matrix}
xi=&zeta^4&+zeta^3&+zeta&+zeta^{-1}&+zeta^{-3}&+zeta^{-4}\
xi^2=&zeta^8&+2zeta^7&+2zeta^5&+2zeta^3&+2zeta&+2\
&&+zeta^6&+2zeta^4&+2zeta^2&+2&+2zeta^{-2}\
&&&+zeta^2&+2&+2zeta^{-2}&+2zeta^{-3}\
&&&&+zeta^{-2}&+2zeta^{-4}&+2zeta^{-5}\
&&&&&+zeta^{-6}&+2zeta^{-7}\
&&&&&&+zeta^{-8},,
end{matrix}
$$
in which you collect like terms, using $zeta^8=zeta^{-5}$ etc., to get
$$
begin{align}
xi^2&=3zeta^6+3zeta^5+2zeta^4+2zeta^3+3zeta^2+2zeta+6+2zeta^{-1}+3zeta^{-2}+2zeta^{-3}+2zeta^{-4}+3zeta^{-5}+3zeta^{-6}\
&=-zeta^4-zeta^3-zeta+3-zeta^{-1}-zeta^{-3}-zeta^{-4}\
&=-xi+3,,
end{align}
$$
in which I subtracted $3$ times zero to go from the first line to the second. And so you see that $xi^2+xi-3=0$.
answered Jan 27 at 4:57
LubinLubin
45.3k44688
45.3k44688
$begingroup$
Thank you, Lubin.
$endgroup$
– usmndj
Jan 27 at 22:03
add a comment |
$begingroup$
Thank you, Lubin.
$endgroup$
– usmndj
Jan 27 at 22:03
$begingroup$
Thank you, Lubin.
$endgroup$
– usmndj
Jan 27 at 22:03
$begingroup$
Thank you, Lubin.
$endgroup$
– usmndj
Jan 27 at 22:03
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%2f3089030%2fthe-minimal-polynomial-satisfied-by-the-primitive-generator%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