Vector space basis for a quotient ring
$begingroup$
Given the polynomial ring $mathbb{F}_2[x,y,z]$ with some ideal $I$, what is the method to find a basis (as a vector space over $mathbb{F}_2$) for the quotient ring $R/I$?
For example, take
$$
S = mathbb{F_2}[x,y,z]/(z^2+zx^{2l}−1+zx+1;y^2+yx^{2l}−1+yx+1; x^{2g}+1)
$$
where $l$ and $g$ are integers. We know that $S$ can be expressed with a Groebner basis. How do I find a linear basis or the dimension of $S$?
commutative-algebra groebner-basis groebner-generators
$endgroup$
add a comment |
$begingroup$
Given the polynomial ring $mathbb{F}_2[x,y,z]$ with some ideal $I$, what is the method to find a basis (as a vector space over $mathbb{F}_2$) for the quotient ring $R/I$?
For example, take
$$
S = mathbb{F_2}[x,y,z]/(z^2+zx^{2l}−1+zx+1;y^2+yx^{2l}−1+yx+1; x^{2g}+1)
$$
where $l$ and $g$ are integers. We know that $S$ can be expressed with a Groebner basis. How do I find a linear basis or the dimension of $S$?
commutative-algebra groebner-basis groebner-generators
$endgroup$
1
$begingroup$
You mean a basis as a vector space over $mathbb{F}_2$?
$endgroup$
– Daniel Schepler
Dec 19 '18 at 22:38
$begingroup$
@DanielSchepler yes, I meant as a vector space over $mathbb{F}_2$. For example, the basis for $mathbb{F}_2[x,y]/(x+y,y^2+1)$ is ${1,x}$. Let me clarify that in the question.
$endgroup$
– cleanplay
Dec 19 '18 at 22:43
add a comment |
$begingroup$
Given the polynomial ring $mathbb{F}_2[x,y,z]$ with some ideal $I$, what is the method to find a basis (as a vector space over $mathbb{F}_2$) for the quotient ring $R/I$?
For example, take
$$
S = mathbb{F_2}[x,y,z]/(z^2+zx^{2l}−1+zx+1;y^2+yx^{2l}−1+yx+1; x^{2g}+1)
$$
where $l$ and $g$ are integers. We know that $S$ can be expressed with a Groebner basis. How do I find a linear basis or the dimension of $S$?
commutative-algebra groebner-basis groebner-generators
$endgroup$
Given the polynomial ring $mathbb{F}_2[x,y,z]$ with some ideal $I$, what is the method to find a basis (as a vector space over $mathbb{F}_2$) for the quotient ring $R/I$?
For example, take
$$
S = mathbb{F_2}[x,y,z]/(z^2+zx^{2l}−1+zx+1;y^2+yx^{2l}−1+yx+1; x^{2g}+1)
$$
where $l$ and $g$ are integers. We know that $S$ can be expressed with a Groebner basis. How do I find a linear basis or the dimension of $S$?
commutative-algebra groebner-basis groebner-generators
commutative-algebra groebner-basis groebner-generators
edited Dec 21 '18 at 9:58
user26857
39.4k124183
39.4k124183
asked Dec 19 '18 at 14:06
cleanplaycleanplay
209110
209110
1
$begingroup$
You mean a basis as a vector space over $mathbb{F}_2$?
$endgroup$
– Daniel Schepler
Dec 19 '18 at 22:38
$begingroup$
@DanielSchepler yes, I meant as a vector space over $mathbb{F}_2$. For example, the basis for $mathbb{F}_2[x,y]/(x+y,y^2+1)$ is ${1,x}$. Let me clarify that in the question.
$endgroup$
– cleanplay
Dec 19 '18 at 22:43
add a comment |
1
$begingroup$
You mean a basis as a vector space over $mathbb{F}_2$?
$endgroup$
– Daniel Schepler
Dec 19 '18 at 22:38
$begingroup$
@DanielSchepler yes, I meant as a vector space over $mathbb{F}_2$. For example, the basis for $mathbb{F}_2[x,y]/(x+y,y^2+1)$ is ${1,x}$. Let me clarify that in the question.
$endgroup$
– cleanplay
Dec 19 '18 at 22:43
1
1
$begingroup$
You mean a basis as a vector space over $mathbb{F}_2$?
$endgroup$
– Daniel Schepler
Dec 19 '18 at 22:38
$begingroup$
You mean a basis as a vector space over $mathbb{F}_2$?
$endgroup$
– Daniel Schepler
Dec 19 '18 at 22:38
$begingroup$
@DanielSchepler yes, I meant as a vector space over $mathbb{F}_2$. For example, the basis for $mathbb{F}_2[x,y]/(x+y,y^2+1)$ is ${1,x}$. Let me clarify that in the question.
$endgroup$
– cleanplay
Dec 19 '18 at 22:43
$begingroup$
@DanielSchepler yes, I meant as a vector space over $mathbb{F}_2$. For example, the basis for $mathbb{F}_2[x,y]/(x+y,y^2+1)$ is ${1,x}$. Let me clarify that in the question.
$endgroup$
– cleanplay
Dec 19 '18 at 22:43
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Suppose that $k$ is a field, and $G$ is a Groebner basis for an ideal $I$ of $R = k[x_1, x_2, ldots, x_n]$ with respect to some given monomial order. Then a basis for $R / I$ as a $k$-vector space is given by the set of monomials $M$ over $x_1, ldots, x_n$ such that for every initial monomial $N$ of an element of $G$, $N$ does not divide $M$. (The repeated division process shows that these monomials span the quotient, since any polynomial with initial element not in this set can be reduced by division by the appropriate element of $G$. Conversely, essentially by the definition of Groebner basis, you get that the elements are linearly independent.)
In the example you give, let us consider the monomial order given by lexicographic order on powers of $z$ first, then on powers of $y$, then on powers of $x$. Then since the initial monomials $z^2, y^2, x^{2g}$ are pairwise relatively prime, the given set of generators already forms a Groebner basis with respect to this monomial order. Therefore, a basis for $S$ as an $mathbb{F}_2$-vector space consists of the monomials $x^a y^b z^c$ which are not divisible by any of $z^2, y^2, x^{2g}$. This condition is equivalent to $0 le a < 2g, 0 le b < 2, 0 le c < 2$. As a corollary, $dim_{mathbb{F}_2}(S) = 8g$.
$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%2f3046431%2fvector-space-basis-for-a-quotient-ring%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$
Suppose that $k$ is a field, and $G$ is a Groebner basis for an ideal $I$ of $R = k[x_1, x_2, ldots, x_n]$ with respect to some given monomial order. Then a basis for $R / I$ as a $k$-vector space is given by the set of monomials $M$ over $x_1, ldots, x_n$ such that for every initial monomial $N$ of an element of $G$, $N$ does not divide $M$. (The repeated division process shows that these monomials span the quotient, since any polynomial with initial element not in this set can be reduced by division by the appropriate element of $G$. Conversely, essentially by the definition of Groebner basis, you get that the elements are linearly independent.)
In the example you give, let us consider the monomial order given by lexicographic order on powers of $z$ first, then on powers of $y$, then on powers of $x$. Then since the initial monomials $z^2, y^2, x^{2g}$ are pairwise relatively prime, the given set of generators already forms a Groebner basis with respect to this monomial order. Therefore, a basis for $S$ as an $mathbb{F}_2$-vector space consists of the monomials $x^a y^b z^c$ which are not divisible by any of $z^2, y^2, x^{2g}$. This condition is equivalent to $0 le a < 2g, 0 le b < 2, 0 le c < 2$. As a corollary, $dim_{mathbb{F}_2}(S) = 8g$.
$endgroup$
add a comment |
$begingroup$
Suppose that $k$ is a field, and $G$ is a Groebner basis for an ideal $I$ of $R = k[x_1, x_2, ldots, x_n]$ with respect to some given monomial order. Then a basis for $R / I$ as a $k$-vector space is given by the set of monomials $M$ over $x_1, ldots, x_n$ such that for every initial monomial $N$ of an element of $G$, $N$ does not divide $M$. (The repeated division process shows that these monomials span the quotient, since any polynomial with initial element not in this set can be reduced by division by the appropriate element of $G$. Conversely, essentially by the definition of Groebner basis, you get that the elements are linearly independent.)
In the example you give, let us consider the monomial order given by lexicographic order on powers of $z$ first, then on powers of $y$, then on powers of $x$. Then since the initial monomials $z^2, y^2, x^{2g}$ are pairwise relatively prime, the given set of generators already forms a Groebner basis with respect to this monomial order. Therefore, a basis for $S$ as an $mathbb{F}_2$-vector space consists of the monomials $x^a y^b z^c$ which are not divisible by any of $z^2, y^2, x^{2g}$. This condition is equivalent to $0 le a < 2g, 0 le b < 2, 0 le c < 2$. As a corollary, $dim_{mathbb{F}_2}(S) = 8g$.
$endgroup$
add a comment |
$begingroup$
Suppose that $k$ is a field, and $G$ is a Groebner basis for an ideal $I$ of $R = k[x_1, x_2, ldots, x_n]$ with respect to some given monomial order. Then a basis for $R / I$ as a $k$-vector space is given by the set of monomials $M$ over $x_1, ldots, x_n$ such that for every initial monomial $N$ of an element of $G$, $N$ does not divide $M$. (The repeated division process shows that these monomials span the quotient, since any polynomial with initial element not in this set can be reduced by division by the appropriate element of $G$. Conversely, essentially by the definition of Groebner basis, you get that the elements are linearly independent.)
In the example you give, let us consider the monomial order given by lexicographic order on powers of $z$ first, then on powers of $y$, then on powers of $x$. Then since the initial monomials $z^2, y^2, x^{2g}$ are pairwise relatively prime, the given set of generators already forms a Groebner basis with respect to this monomial order. Therefore, a basis for $S$ as an $mathbb{F}_2$-vector space consists of the monomials $x^a y^b z^c$ which are not divisible by any of $z^2, y^2, x^{2g}$. This condition is equivalent to $0 le a < 2g, 0 le b < 2, 0 le c < 2$. As a corollary, $dim_{mathbb{F}_2}(S) = 8g$.
$endgroup$
Suppose that $k$ is a field, and $G$ is a Groebner basis for an ideal $I$ of $R = k[x_1, x_2, ldots, x_n]$ with respect to some given monomial order. Then a basis for $R / I$ as a $k$-vector space is given by the set of monomials $M$ over $x_1, ldots, x_n$ such that for every initial monomial $N$ of an element of $G$, $N$ does not divide $M$. (The repeated division process shows that these monomials span the quotient, since any polynomial with initial element not in this set can be reduced by division by the appropriate element of $G$. Conversely, essentially by the definition of Groebner basis, you get that the elements are linearly independent.)
In the example you give, let us consider the monomial order given by lexicographic order on powers of $z$ first, then on powers of $y$, then on powers of $x$. Then since the initial monomials $z^2, y^2, x^{2g}$ are pairwise relatively prime, the given set of generators already forms a Groebner basis with respect to this monomial order. Therefore, a basis for $S$ as an $mathbb{F}_2$-vector space consists of the monomials $x^a y^b z^c$ which are not divisible by any of $z^2, y^2, x^{2g}$. This condition is equivalent to $0 le a < 2g, 0 le b < 2, 0 le c < 2$. As a corollary, $dim_{mathbb{F}_2}(S) = 8g$.
edited Dec 21 '18 at 13:20
answered Dec 19 '18 at 22:55
Daniel ScheplerDaniel Schepler
9,1191721
9,1191721
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%2f3046431%2fvector-space-basis-for-a-quotient-ring%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
1
$begingroup$
You mean a basis as a vector space over $mathbb{F}_2$?
$endgroup$
– Daniel Schepler
Dec 19 '18 at 22:38
$begingroup$
@DanielSchepler yes, I meant as a vector space over $mathbb{F}_2$. For example, the basis for $mathbb{F}_2[x,y]/(x+y,y^2+1)$ is ${1,x}$. Let me clarify that in the question.
$endgroup$
– cleanplay
Dec 19 '18 at 22:43