No nontrivial subspaces implies irreducibility of characteristic polynomial
$begingroup$
Let $k$ be a field and let $V$ be a $k$-vector space. Let $T:Vto V$ be a linear transformation, and suppose $T$ has no invariant subspaces in $V$ other than $0$ and $V$ itself. Does it follow that the characteristic polynomial of $T$ is irreducible?
It's easy to show that the minimal polynomial $mu_T$ must be irreducible: if $mu_T=fg$ Is a nontrivial factorization then $W=ker(f(T))$ is a nontrivial subspace of $V$. Indeed if $W=0$ then $mu_T$ divides $g$, and if $W=V$ then the minimal polynomial divides $f$, a contradiction.
linear-algebra
$endgroup$
add a comment |
$begingroup$
Let $k$ be a field and let $V$ be a $k$-vector space. Let $T:Vto V$ be a linear transformation, and suppose $T$ has no invariant subspaces in $V$ other than $0$ and $V$ itself. Does it follow that the characteristic polynomial of $T$ is irreducible?
It's easy to show that the minimal polynomial $mu_T$ must be irreducible: if $mu_T=fg$ Is a nontrivial factorization then $W=ker(f(T))$ is a nontrivial subspace of $V$. Indeed if $W=0$ then $mu_T$ divides $g$, and if $W=V$ then the minimal polynomial divides $f$, a contradiction.
linear-algebra
$endgroup$
add a comment |
$begingroup$
Let $k$ be a field and let $V$ be a $k$-vector space. Let $T:Vto V$ be a linear transformation, and suppose $T$ has no invariant subspaces in $V$ other than $0$ and $V$ itself. Does it follow that the characteristic polynomial of $T$ is irreducible?
It's easy to show that the minimal polynomial $mu_T$ must be irreducible: if $mu_T=fg$ Is a nontrivial factorization then $W=ker(f(T))$ is a nontrivial subspace of $V$. Indeed if $W=0$ then $mu_T$ divides $g$, and if $W=V$ then the minimal polynomial divides $f$, a contradiction.
linear-algebra
$endgroup$
Let $k$ be a field and let $V$ be a $k$-vector space. Let $T:Vto V$ be a linear transformation, and suppose $T$ has no invariant subspaces in $V$ other than $0$ and $V$ itself. Does it follow that the characteristic polynomial of $T$ is irreducible?
It's easy to show that the minimal polynomial $mu_T$ must be irreducible: if $mu_T=fg$ Is a nontrivial factorization then $W=ker(f(T))$ is a nontrivial subspace of $V$. Indeed if $W=0$ then $mu_T$ divides $g$, and if $W=V$ then the minimal polynomial divides $f$, a contradiction.
linear-algebra
linear-algebra
asked Jan 16 at 20:32
leibnewtzleibnewtz
2,5861717
2,5861717
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
I did not read your answer; yet , in fact, it's an equivalence.
i) If there is a proper $T$-invariant space, then there is a basis s.t. the matrix of $T$ is in the form $begin{pmatrix}A&B\0&Cend{pmatrix}$, and therefore, its characteristic polynomial $chi_T=chi_Achi_C$ is reducible.
ii) Conversely, assume that $chi_T$ is reducible; then, there is a vector $vin Vsetminus {0}$ that is not $T$-cyclic (I wrote a post on this site about that, but I cannot find it). Then $span(v,Tv,T^2v,cdots)$ is a proper $T$-invariant space.
$endgroup$
$begingroup$
Why does such a vector exist?
$endgroup$
– leibnewtz
Jan 18 at 3:27
$begingroup$
See, for example, math.stackexchange.com/questions/414536/…
$endgroup$
– loup blanc
Jan 18 at 11:21
add a comment |
$begingroup$
I think I got it. The linear transformation $T$ makes $V$ into a $k[x]$-module. This is a PID so it has a decomposition into invariant factors. The matrix of $T$ with respect to this decomposition will be in block diagonal form, where the blocks are the companion matrices for the invariant factor polynomials. The characteristic polynomial is then the product of the invariant factors. If there are no nontrivial invariant subspaces in $V$, the characteristic polynomial is therefore equal to the minimal polynomial, which we know to be irreducible.
$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%2f3076250%2fno-nontrivial-subspaces-implies-irreducibility-of-characteristic-polynomial%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
I did not read your answer; yet , in fact, it's an equivalence.
i) If there is a proper $T$-invariant space, then there is a basis s.t. the matrix of $T$ is in the form $begin{pmatrix}A&B\0&Cend{pmatrix}$, and therefore, its characteristic polynomial $chi_T=chi_Achi_C$ is reducible.
ii) Conversely, assume that $chi_T$ is reducible; then, there is a vector $vin Vsetminus {0}$ that is not $T$-cyclic (I wrote a post on this site about that, but I cannot find it). Then $span(v,Tv,T^2v,cdots)$ is a proper $T$-invariant space.
$endgroup$
$begingroup$
Why does such a vector exist?
$endgroup$
– leibnewtz
Jan 18 at 3:27
$begingroup$
See, for example, math.stackexchange.com/questions/414536/…
$endgroup$
– loup blanc
Jan 18 at 11:21
add a comment |
$begingroup$
I did not read your answer; yet , in fact, it's an equivalence.
i) If there is a proper $T$-invariant space, then there is a basis s.t. the matrix of $T$ is in the form $begin{pmatrix}A&B\0&Cend{pmatrix}$, and therefore, its characteristic polynomial $chi_T=chi_Achi_C$ is reducible.
ii) Conversely, assume that $chi_T$ is reducible; then, there is a vector $vin Vsetminus {0}$ that is not $T$-cyclic (I wrote a post on this site about that, but I cannot find it). Then $span(v,Tv,T^2v,cdots)$ is a proper $T$-invariant space.
$endgroup$
$begingroup$
Why does such a vector exist?
$endgroup$
– leibnewtz
Jan 18 at 3:27
$begingroup$
See, for example, math.stackexchange.com/questions/414536/…
$endgroup$
– loup blanc
Jan 18 at 11:21
add a comment |
$begingroup$
I did not read your answer; yet , in fact, it's an equivalence.
i) If there is a proper $T$-invariant space, then there is a basis s.t. the matrix of $T$ is in the form $begin{pmatrix}A&B\0&Cend{pmatrix}$, and therefore, its characteristic polynomial $chi_T=chi_Achi_C$ is reducible.
ii) Conversely, assume that $chi_T$ is reducible; then, there is a vector $vin Vsetminus {0}$ that is not $T$-cyclic (I wrote a post on this site about that, but I cannot find it). Then $span(v,Tv,T^2v,cdots)$ is a proper $T$-invariant space.
$endgroup$
I did not read your answer; yet , in fact, it's an equivalence.
i) If there is a proper $T$-invariant space, then there is a basis s.t. the matrix of $T$ is in the form $begin{pmatrix}A&B\0&Cend{pmatrix}$, and therefore, its characteristic polynomial $chi_T=chi_Achi_C$ is reducible.
ii) Conversely, assume that $chi_T$ is reducible; then, there is a vector $vin Vsetminus {0}$ that is not $T$-cyclic (I wrote a post on this site about that, but I cannot find it). Then $span(v,Tv,T^2v,cdots)$ is a proper $T$-invariant space.
edited Jan 17 at 11:30
answered Jan 17 at 11:05
loup blancloup blanc
23.4k21851
23.4k21851
$begingroup$
Why does such a vector exist?
$endgroup$
– leibnewtz
Jan 18 at 3:27
$begingroup$
See, for example, math.stackexchange.com/questions/414536/…
$endgroup$
– loup blanc
Jan 18 at 11:21
add a comment |
$begingroup$
Why does such a vector exist?
$endgroup$
– leibnewtz
Jan 18 at 3:27
$begingroup$
See, for example, math.stackexchange.com/questions/414536/…
$endgroup$
– loup blanc
Jan 18 at 11:21
$begingroup$
Why does such a vector exist?
$endgroup$
– leibnewtz
Jan 18 at 3:27
$begingroup$
Why does such a vector exist?
$endgroup$
– leibnewtz
Jan 18 at 3:27
$begingroup$
See, for example, math.stackexchange.com/questions/414536/…
$endgroup$
– loup blanc
Jan 18 at 11:21
$begingroup$
See, for example, math.stackexchange.com/questions/414536/…
$endgroup$
– loup blanc
Jan 18 at 11:21
add a comment |
$begingroup$
I think I got it. The linear transformation $T$ makes $V$ into a $k[x]$-module. This is a PID so it has a decomposition into invariant factors. The matrix of $T$ with respect to this decomposition will be in block diagonal form, where the blocks are the companion matrices for the invariant factor polynomials. The characteristic polynomial is then the product of the invariant factors. If there are no nontrivial invariant subspaces in $V$, the characteristic polynomial is therefore equal to the minimal polynomial, which we know to be irreducible.
$endgroup$
add a comment |
$begingroup$
I think I got it. The linear transformation $T$ makes $V$ into a $k[x]$-module. This is a PID so it has a decomposition into invariant factors. The matrix of $T$ with respect to this decomposition will be in block diagonal form, where the blocks are the companion matrices for the invariant factor polynomials. The characteristic polynomial is then the product of the invariant factors. If there are no nontrivial invariant subspaces in $V$, the characteristic polynomial is therefore equal to the minimal polynomial, which we know to be irreducible.
$endgroup$
add a comment |
$begingroup$
I think I got it. The linear transformation $T$ makes $V$ into a $k[x]$-module. This is a PID so it has a decomposition into invariant factors. The matrix of $T$ with respect to this decomposition will be in block diagonal form, where the blocks are the companion matrices for the invariant factor polynomials. The characteristic polynomial is then the product of the invariant factors. If there are no nontrivial invariant subspaces in $V$, the characteristic polynomial is therefore equal to the minimal polynomial, which we know to be irreducible.
$endgroup$
I think I got it. The linear transformation $T$ makes $V$ into a $k[x]$-module. This is a PID so it has a decomposition into invariant factors. The matrix of $T$ with respect to this decomposition will be in block diagonal form, where the blocks are the companion matrices for the invariant factor polynomials. The characteristic polynomial is then the product of the invariant factors. If there are no nontrivial invariant subspaces in $V$, the characteristic polynomial is therefore equal to the minimal polynomial, which we know to be irreducible.
answered Jan 17 at 5:11
leibnewtzleibnewtz
2,5861717
2,5861717
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%2f3076250%2fno-nontrivial-subspaces-implies-irreducibility-of-characteristic-polynomial%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