jacobson radical nilpotence, associative algebras.
$begingroup$
In $Pierce, Associative Algebras$, it is mentioned that the Jacobson radical of an associative algebra $A$ is nilpotent, meaning $J(A)^k=0$ for a natural number $k$. However, my professor said that this isn't meant in the sense that $a^k=0$ for all elements $ain J(A)$, rather that the Jacobson radical is $0$, when written as a linear combination of $k$ elements. What does this mean, and, is there an example for this?
I am now trying to write a code in GAP to calculate the quiver for non-commutative Algebras. However, I am stuck at this point, as I don't know how this linear combination is supposed to look.
abstract-algebra representation-theory gap
$endgroup$
add a comment |
$begingroup$
In $Pierce, Associative Algebras$, it is mentioned that the Jacobson radical of an associative algebra $A$ is nilpotent, meaning $J(A)^k=0$ for a natural number $k$. However, my professor said that this isn't meant in the sense that $a^k=0$ for all elements $ain J(A)$, rather that the Jacobson radical is $0$, when written as a linear combination of $k$ elements. What does this mean, and, is there an example for this?
I am now trying to write a code in GAP to calculate the quiver for non-commutative Algebras. However, I am stuck at this point, as I don't know how this linear combination is supposed to look.
abstract-algebra representation-theory gap
$endgroup$
1
$begingroup$
There seems to be a missing assumption for $A$, since the Jacobson radical of a ring is not nilpotent in general (take $A=mathbb{R}[[x]]$, for example). Is it possible that Pierce assumes that $A$ is Artinian?
$endgroup$
– Pierre-Guy Plamondon
Dec 16 '18 at 12:37
$begingroup$
@Pierre-GuyPlamondon Oh, sorry. Indeed, $A$ is assumed to be right-Artinian.
$endgroup$
– UnexpectedExpectation
Dec 16 '18 at 13:05
add a comment |
$begingroup$
In $Pierce, Associative Algebras$, it is mentioned that the Jacobson radical of an associative algebra $A$ is nilpotent, meaning $J(A)^k=0$ for a natural number $k$. However, my professor said that this isn't meant in the sense that $a^k=0$ for all elements $ain J(A)$, rather that the Jacobson radical is $0$, when written as a linear combination of $k$ elements. What does this mean, and, is there an example for this?
I am now trying to write a code in GAP to calculate the quiver for non-commutative Algebras. However, I am stuck at this point, as I don't know how this linear combination is supposed to look.
abstract-algebra representation-theory gap
$endgroup$
In $Pierce, Associative Algebras$, it is mentioned that the Jacobson radical of an associative algebra $A$ is nilpotent, meaning $J(A)^k=0$ for a natural number $k$. However, my professor said that this isn't meant in the sense that $a^k=0$ for all elements $ain J(A)$, rather that the Jacobson radical is $0$, when written as a linear combination of $k$ elements. What does this mean, and, is there an example for this?
I am now trying to write a code in GAP to calculate the quiver for non-commutative Algebras. However, I am stuck at this point, as I don't know how this linear combination is supposed to look.
abstract-algebra representation-theory gap
abstract-algebra representation-theory gap
asked Dec 16 '18 at 10:22
UnexpectedExpectationUnexpectedExpectation
518
518
1
$begingroup$
There seems to be a missing assumption for $A$, since the Jacobson radical of a ring is not nilpotent in general (take $A=mathbb{R}[[x]]$, for example). Is it possible that Pierce assumes that $A$ is Artinian?
$endgroup$
– Pierre-Guy Plamondon
Dec 16 '18 at 12:37
$begingroup$
@Pierre-GuyPlamondon Oh, sorry. Indeed, $A$ is assumed to be right-Artinian.
$endgroup$
– UnexpectedExpectation
Dec 16 '18 at 13:05
add a comment |
1
$begingroup$
There seems to be a missing assumption for $A$, since the Jacobson radical of a ring is not nilpotent in general (take $A=mathbb{R}[[x]]$, for example). Is it possible that Pierce assumes that $A$ is Artinian?
$endgroup$
– Pierre-Guy Plamondon
Dec 16 '18 at 12:37
$begingroup$
@Pierre-GuyPlamondon Oh, sorry. Indeed, $A$ is assumed to be right-Artinian.
$endgroup$
– UnexpectedExpectation
Dec 16 '18 at 13:05
1
1
$begingroup$
There seems to be a missing assumption for $A$, since the Jacobson radical of a ring is not nilpotent in general (take $A=mathbb{R}[[x]]$, for example). Is it possible that Pierce assumes that $A$ is Artinian?
$endgroup$
– Pierre-Guy Plamondon
Dec 16 '18 at 12:37
$begingroup$
There seems to be a missing assumption for $A$, since the Jacobson radical of a ring is not nilpotent in general (take $A=mathbb{R}[[x]]$, for example). Is it possible that Pierce assumes that $A$ is Artinian?
$endgroup$
– Pierre-Guy Plamondon
Dec 16 '18 at 12:37
$begingroup$
@Pierre-GuyPlamondon Oh, sorry. Indeed, $A$ is assumed to be right-Artinian.
$endgroup$
– UnexpectedExpectation
Dec 16 '18 at 13:05
$begingroup$
@Pierre-GuyPlamondon Oh, sorry. Indeed, $A$ is assumed to be right-Artinian.
$endgroup$
– UnexpectedExpectation
Dec 16 '18 at 13:05
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
An ideal $I$ is said to be a nilpotent ideal if the ideal product $I^k={0}$ for some natural number $k$.
Now in general, the ideal product $I^k$ would consist of all finite sums of products of $k$ elements in $I$. In other words, each element looks like $sum_{j=1}^n prod_{m=1}^k i_{jm}$ where all $i_{jm}in I$ and $n$ can be any natural number (but $k$ is the one we specified.)
But in our case, if $I^k={0}$, any product of $k$ elements of $I$ is zero, and hence any finite sum of them is zero too. So, this is equivalent to every product of length $k$ of elements of $I$ being $0$. So, you can see that this is strictly stronger than every element simply being nilpotent.
An ideal for which every element is nilpotent is called a nil ideal. The Jacobson radical also need not be nil, either. Here are some rings whose Jacobson radicals aren't nil and here are some whose Jacobson radical isn't nilpotent, but is nil. There are even rings whose Jacobson radicals are nilpotent but are not Artinian.
the Jacobson radical is ${0}$, when written as a linear combination of $k$ elements. What does this mean, and, is there an example for this?
This seems to be what I'm describing above, although perhaps a little garbled. The things that are being combined come from $J(R)$ and we are not really talking about linear combinations, but sums of products.
I think an easy to understand example would be something like $k[x,y]/(x,y)^2$. The Jacobson radical is easily seen to be $(x,y)$, and not only are $x^2=y^2=0$, but also $xy=0$.
$endgroup$
$begingroup$
So, if I have determined the generators of the Jacobson radical, I can determine $J(A)^2$ by taking the products of each pair of generators?
$endgroup$
– UnexpectedExpectation
Dec 16 '18 at 14:47
$begingroup$
@UnexpectedExpectation if you have a generating set for $J(R)$, the products will be of the form $g_irg_js$, after you distribute. It doesn’t really simplify anything. The products of pairs of generators is only a small subset of those...
$endgroup$
– rschwieb
Dec 16 '18 at 18:11
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%2f3042442%2fjacobson-radical-nilpotence-associative-algebras%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$
An ideal $I$ is said to be a nilpotent ideal if the ideal product $I^k={0}$ for some natural number $k$.
Now in general, the ideal product $I^k$ would consist of all finite sums of products of $k$ elements in $I$. In other words, each element looks like $sum_{j=1}^n prod_{m=1}^k i_{jm}$ where all $i_{jm}in I$ and $n$ can be any natural number (but $k$ is the one we specified.)
But in our case, if $I^k={0}$, any product of $k$ elements of $I$ is zero, and hence any finite sum of them is zero too. So, this is equivalent to every product of length $k$ of elements of $I$ being $0$. So, you can see that this is strictly stronger than every element simply being nilpotent.
An ideal for which every element is nilpotent is called a nil ideal. The Jacobson radical also need not be nil, either. Here are some rings whose Jacobson radicals aren't nil and here are some whose Jacobson radical isn't nilpotent, but is nil. There are even rings whose Jacobson radicals are nilpotent but are not Artinian.
the Jacobson radical is ${0}$, when written as a linear combination of $k$ elements. What does this mean, and, is there an example for this?
This seems to be what I'm describing above, although perhaps a little garbled. The things that are being combined come from $J(R)$ and we are not really talking about linear combinations, but sums of products.
I think an easy to understand example would be something like $k[x,y]/(x,y)^2$. The Jacobson radical is easily seen to be $(x,y)$, and not only are $x^2=y^2=0$, but also $xy=0$.
$endgroup$
$begingroup$
So, if I have determined the generators of the Jacobson radical, I can determine $J(A)^2$ by taking the products of each pair of generators?
$endgroup$
– UnexpectedExpectation
Dec 16 '18 at 14:47
$begingroup$
@UnexpectedExpectation if you have a generating set for $J(R)$, the products will be of the form $g_irg_js$, after you distribute. It doesn’t really simplify anything. The products of pairs of generators is only a small subset of those...
$endgroup$
– rschwieb
Dec 16 '18 at 18:11
add a comment |
$begingroup$
An ideal $I$ is said to be a nilpotent ideal if the ideal product $I^k={0}$ for some natural number $k$.
Now in general, the ideal product $I^k$ would consist of all finite sums of products of $k$ elements in $I$. In other words, each element looks like $sum_{j=1}^n prod_{m=1}^k i_{jm}$ where all $i_{jm}in I$ and $n$ can be any natural number (but $k$ is the one we specified.)
But in our case, if $I^k={0}$, any product of $k$ elements of $I$ is zero, and hence any finite sum of them is zero too. So, this is equivalent to every product of length $k$ of elements of $I$ being $0$. So, you can see that this is strictly stronger than every element simply being nilpotent.
An ideal for which every element is nilpotent is called a nil ideal. The Jacobson radical also need not be nil, either. Here are some rings whose Jacobson radicals aren't nil and here are some whose Jacobson radical isn't nilpotent, but is nil. There are even rings whose Jacobson radicals are nilpotent but are not Artinian.
the Jacobson radical is ${0}$, when written as a linear combination of $k$ elements. What does this mean, and, is there an example for this?
This seems to be what I'm describing above, although perhaps a little garbled. The things that are being combined come from $J(R)$ and we are not really talking about linear combinations, but sums of products.
I think an easy to understand example would be something like $k[x,y]/(x,y)^2$. The Jacobson radical is easily seen to be $(x,y)$, and not only are $x^2=y^2=0$, but also $xy=0$.
$endgroup$
$begingroup$
So, if I have determined the generators of the Jacobson radical, I can determine $J(A)^2$ by taking the products of each pair of generators?
$endgroup$
– UnexpectedExpectation
Dec 16 '18 at 14:47
$begingroup$
@UnexpectedExpectation if you have a generating set for $J(R)$, the products will be of the form $g_irg_js$, after you distribute. It doesn’t really simplify anything. The products of pairs of generators is only a small subset of those...
$endgroup$
– rschwieb
Dec 16 '18 at 18:11
add a comment |
$begingroup$
An ideal $I$ is said to be a nilpotent ideal if the ideal product $I^k={0}$ for some natural number $k$.
Now in general, the ideal product $I^k$ would consist of all finite sums of products of $k$ elements in $I$. In other words, each element looks like $sum_{j=1}^n prod_{m=1}^k i_{jm}$ where all $i_{jm}in I$ and $n$ can be any natural number (but $k$ is the one we specified.)
But in our case, if $I^k={0}$, any product of $k$ elements of $I$ is zero, and hence any finite sum of them is zero too. So, this is equivalent to every product of length $k$ of elements of $I$ being $0$. So, you can see that this is strictly stronger than every element simply being nilpotent.
An ideal for which every element is nilpotent is called a nil ideal. The Jacobson radical also need not be nil, either. Here are some rings whose Jacobson radicals aren't nil and here are some whose Jacobson radical isn't nilpotent, but is nil. There are even rings whose Jacobson radicals are nilpotent but are not Artinian.
the Jacobson radical is ${0}$, when written as a linear combination of $k$ elements. What does this mean, and, is there an example for this?
This seems to be what I'm describing above, although perhaps a little garbled. The things that are being combined come from $J(R)$ and we are not really talking about linear combinations, but sums of products.
I think an easy to understand example would be something like $k[x,y]/(x,y)^2$. The Jacobson radical is easily seen to be $(x,y)$, and not only are $x^2=y^2=0$, but also $xy=0$.
$endgroup$
An ideal $I$ is said to be a nilpotent ideal if the ideal product $I^k={0}$ for some natural number $k$.
Now in general, the ideal product $I^k$ would consist of all finite sums of products of $k$ elements in $I$. In other words, each element looks like $sum_{j=1}^n prod_{m=1}^k i_{jm}$ where all $i_{jm}in I$ and $n$ can be any natural number (but $k$ is the one we specified.)
But in our case, if $I^k={0}$, any product of $k$ elements of $I$ is zero, and hence any finite sum of them is zero too. So, this is equivalent to every product of length $k$ of elements of $I$ being $0$. So, you can see that this is strictly stronger than every element simply being nilpotent.
An ideal for which every element is nilpotent is called a nil ideal. The Jacobson radical also need not be nil, either. Here are some rings whose Jacobson radicals aren't nil and here are some whose Jacobson radical isn't nilpotent, but is nil. There are even rings whose Jacobson radicals are nilpotent but are not Artinian.
the Jacobson radical is ${0}$, when written as a linear combination of $k$ elements. What does this mean, and, is there an example for this?
This seems to be what I'm describing above, although perhaps a little garbled. The things that are being combined come from $J(R)$ and we are not really talking about linear combinations, but sums of products.
I think an easy to understand example would be something like $k[x,y]/(x,y)^2$. The Jacobson radical is easily seen to be $(x,y)$, and not only are $x^2=y^2=0$, but also $xy=0$.
edited Dec 16 '18 at 14:42
answered Dec 16 '18 at 14:22
rschwiebrschwieb
106k12102249
106k12102249
$begingroup$
So, if I have determined the generators of the Jacobson radical, I can determine $J(A)^2$ by taking the products of each pair of generators?
$endgroup$
– UnexpectedExpectation
Dec 16 '18 at 14:47
$begingroup$
@UnexpectedExpectation if you have a generating set for $J(R)$, the products will be of the form $g_irg_js$, after you distribute. It doesn’t really simplify anything. The products of pairs of generators is only a small subset of those...
$endgroup$
– rschwieb
Dec 16 '18 at 18:11
add a comment |
$begingroup$
So, if I have determined the generators of the Jacobson radical, I can determine $J(A)^2$ by taking the products of each pair of generators?
$endgroup$
– UnexpectedExpectation
Dec 16 '18 at 14:47
$begingroup$
@UnexpectedExpectation if you have a generating set for $J(R)$, the products will be of the form $g_irg_js$, after you distribute. It doesn’t really simplify anything. The products of pairs of generators is only a small subset of those...
$endgroup$
– rschwieb
Dec 16 '18 at 18:11
$begingroup$
So, if I have determined the generators of the Jacobson radical, I can determine $J(A)^2$ by taking the products of each pair of generators?
$endgroup$
– UnexpectedExpectation
Dec 16 '18 at 14:47
$begingroup$
So, if I have determined the generators of the Jacobson radical, I can determine $J(A)^2$ by taking the products of each pair of generators?
$endgroup$
– UnexpectedExpectation
Dec 16 '18 at 14:47
$begingroup$
@UnexpectedExpectation if you have a generating set for $J(R)$, the products will be of the form $g_irg_js$, after you distribute. It doesn’t really simplify anything. The products of pairs of generators is only a small subset of those...
$endgroup$
– rschwieb
Dec 16 '18 at 18:11
$begingroup$
@UnexpectedExpectation if you have a generating set for $J(R)$, the products will be of the form $g_irg_js$, after you distribute. It doesn’t really simplify anything. The products of pairs of generators is only a small subset of those...
$endgroup$
– rschwieb
Dec 16 '18 at 18:11
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%2f3042442%2fjacobson-radical-nilpotence-associative-algebras%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$
There seems to be a missing assumption for $A$, since the Jacobson radical of a ring is not nilpotent in general (take $A=mathbb{R}[[x]]$, for example). Is it possible that Pierce assumes that $A$ is Artinian?
$endgroup$
– Pierre-Guy Plamondon
Dec 16 '18 at 12:37
$begingroup$
@Pierre-GuyPlamondon Oh, sorry. Indeed, $A$ is assumed to be right-Artinian.
$endgroup$
– UnexpectedExpectation
Dec 16 '18 at 13:05