Birkhoff representation of a stochastic matrix

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
6
down vote

favorite
1












From the Birkhoff theorem, it is known that every doubly stochastic matrix can be written as a convex combination of permutation matrices, although this representation might not be unique.



Assume that a stochastic matrix is given. How can I find a permutation matrix that has a nonzero weight in at least one convex representation of the given stochastic matrix?



For example, if



$$P = beginbmatrix frac 12 & frac 12\ frac 12 & frac 12endbmatrix$$



then $P$ can be written as follows



$$P = frac 12 beginbmatrix 1 & 0\ 0 & 1endbmatrix + frac 12 beginbmatrix 0 & 1\ 1 & 0endbmatrix$$



In this case, both permutation matrices in the right-hand side have the property that I wish because they receive nonzero weight in at least one convex representation of $P$.



Is there any simple algorithm to rapidly find at least one such permutation matrix for a given stochastic matrix?







share|cite|improve this question






















  • I thought of rewriting it as $P=(P-lambda I)+lambda I$ where $0<lambda<1$. But now, the sums of rows and columns in $(P-lambda I)$ is $1-lambda$ ?
    – Srinivas K
    Feb 24 '15 at 19:57










  • Thanks a lot. Yes, but the problem is that $P-lambda I$ might not be the convex combination of other permutation matrices.
    – Saeid Haghighatshoar
    Feb 25 '15 at 6:56






  • 1




    If $Q$ is a permutation matrix and $0<a<1$ such that all entries of $P-aQ$ are non-negative then $P=(1-a)fracP-aQ1-a+aQ$. Notice that $fracP-aQ1-a$ is doubly stochastic. Thus, a convex combination of permutations. Notice that $Q$'s weight is $a>0$. The converse is also true.
    – Daniel
    Aug 21 at 0:02















up vote
6
down vote

favorite
1












From the Birkhoff theorem, it is known that every doubly stochastic matrix can be written as a convex combination of permutation matrices, although this representation might not be unique.



Assume that a stochastic matrix is given. How can I find a permutation matrix that has a nonzero weight in at least one convex representation of the given stochastic matrix?



For example, if



$$P = beginbmatrix frac 12 & frac 12\ frac 12 & frac 12endbmatrix$$



then $P$ can be written as follows



$$P = frac 12 beginbmatrix 1 & 0\ 0 & 1endbmatrix + frac 12 beginbmatrix 0 & 1\ 1 & 0endbmatrix$$



In this case, both permutation matrices in the right-hand side have the property that I wish because they receive nonzero weight in at least one convex representation of $P$.



Is there any simple algorithm to rapidly find at least one such permutation matrix for a given stochastic matrix?







share|cite|improve this question






















  • I thought of rewriting it as $P=(P-lambda I)+lambda I$ where $0<lambda<1$. But now, the sums of rows and columns in $(P-lambda I)$ is $1-lambda$ ?
    – Srinivas K
    Feb 24 '15 at 19:57










  • Thanks a lot. Yes, but the problem is that $P-lambda I$ might not be the convex combination of other permutation matrices.
    – Saeid Haghighatshoar
    Feb 25 '15 at 6:56






  • 1




    If $Q$ is a permutation matrix and $0<a<1$ such that all entries of $P-aQ$ are non-negative then $P=(1-a)fracP-aQ1-a+aQ$. Notice that $fracP-aQ1-a$ is doubly stochastic. Thus, a convex combination of permutations. Notice that $Q$'s weight is $a>0$. The converse is also true.
    – Daniel
    Aug 21 at 0:02













up vote
6
down vote

favorite
1









up vote
6
down vote

favorite
1






1





From the Birkhoff theorem, it is known that every doubly stochastic matrix can be written as a convex combination of permutation matrices, although this representation might not be unique.



Assume that a stochastic matrix is given. How can I find a permutation matrix that has a nonzero weight in at least one convex representation of the given stochastic matrix?



For example, if



$$P = beginbmatrix frac 12 & frac 12\ frac 12 & frac 12endbmatrix$$



then $P$ can be written as follows



$$P = frac 12 beginbmatrix 1 & 0\ 0 & 1endbmatrix + frac 12 beginbmatrix 0 & 1\ 1 & 0endbmatrix$$



In this case, both permutation matrices in the right-hand side have the property that I wish because they receive nonzero weight in at least one convex representation of $P$.



Is there any simple algorithm to rapidly find at least one such permutation matrix for a given stochastic matrix?







share|cite|improve this question














From the Birkhoff theorem, it is known that every doubly stochastic matrix can be written as a convex combination of permutation matrices, although this representation might not be unique.



Assume that a stochastic matrix is given. How can I find a permutation matrix that has a nonzero weight in at least one convex representation of the given stochastic matrix?



For example, if



$$P = beginbmatrix frac 12 & frac 12\ frac 12 & frac 12endbmatrix$$



then $P$ can be written as follows



$$P = frac 12 beginbmatrix 1 & 0\ 0 & 1endbmatrix + frac 12 beginbmatrix 0 & 1\ 1 & 0endbmatrix$$



In this case, both permutation matrices in the right-hand side have the property that I wish because they receive nonzero weight in at least one convex representation of $P$.



Is there any simple algorithm to rapidly find at least one such permutation matrix for a given stochastic matrix?









share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Aug 17 at 7:31









Rodrigo de Azevedo

12.6k41751




12.6k41751










asked Feb 24 '15 at 19:02









Saeid Haghighatshoar

311




311











  • I thought of rewriting it as $P=(P-lambda I)+lambda I$ where $0<lambda<1$. But now, the sums of rows and columns in $(P-lambda I)$ is $1-lambda$ ?
    – Srinivas K
    Feb 24 '15 at 19:57










  • Thanks a lot. Yes, but the problem is that $P-lambda I$ might not be the convex combination of other permutation matrices.
    – Saeid Haghighatshoar
    Feb 25 '15 at 6:56






  • 1




    If $Q$ is a permutation matrix and $0<a<1$ such that all entries of $P-aQ$ are non-negative then $P=(1-a)fracP-aQ1-a+aQ$. Notice that $fracP-aQ1-a$ is doubly stochastic. Thus, a convex combination of permutations. Notice that $Q$'s weight is $a>0$. The converse is also true.
    – Daniel
    Aug 21 at 0:02

















  • I thought of rewriting it as $P=(P-lambda I)+lambda I$ where $0<lambda<1$. But now, the sums of rows and columns in $(P-lambda I)$ is $1-lambda$ ?
    – Srinivas K
    Feb 24 '15 at 19:57










  • Thanks a lot. Yes, but the problem is that $P-lambda I$ might not be the convex combination of other permutation matrices.
    – Saeid Haghighatshoar
    Feb 25 '15 at 6:56






  • 1




    If $Q$ is a permutation matrix and $0<a<1$ such that all entries of $P-aQ$ are non-negative then $P=(1-a)fracP-aQ1-a+aQ$. Notice that $fracP-aQ1-a$ is doubly stochastic. Thus, a convex combination of permutations. Notice that $Q$'s weight is $a>0$. The converse is also true.
    – Daniel
    Aug 21 at 0:02
















I thought of rewriting it as $P=(P-lambda I)+lambda I$ where $0<lambda<1$. But now, the sums of rows and columns in $(P-lambda I)$ is $1-lambda$ ?
– Srinivas K
Feb 24 '15 at 19:57




I thought of rewriting it as $P=(P-lambda I)+lambda I$ where $0<lambda<1$. But now, the sums of rows and columns in $(P-lambda I)$ is $1-lambda$ ?
– Srinivas K
Feb 24 '15 at 19:57












Thanks a lot. Yes, but the problem is that $P-lambda I$ might not be the convex combination of other permutation matrices.
– Saeid Haghighatshoar
Feb 25 '15 at 6:56




Thanks a lot. Yes, but the problem is that $P-lambda I$ might not be the convex combination of other permutation matrices.
– Saeid Haghighatshoar
Feb 25 '15 at 6:56




1




1




If $Q$ is a permutation matrix and $0<a<1$ such that all entries of $P-aQ$ are non-negative then $P=(1-a)fracP-aQ1-a+aQ$. Notice that $fracP-aQ1-a$ is doubly stochastic. Thus, a convex combination of permutations. Notice that $Q$'s weight is $a>0$. The converse is also true.
– Daniel
Aug 21 at 0:02





If $Q$ is a permutation matrix and $0<a<1$ such that all entries of $P-aQ$ are non-negative then $P=(1-a)fracP-aQ1-a+aQ$. Notice that $fracP-aQ1-a$ is doubly stochastic. Thus, a convex combination of permutations. Notice that $Q$'s weight is $a>0$. The converse is also true.
– Daniel
Aug 21 at 0:02
















active

oldest

votes











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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1163680%2fbirkhoff-representation-of-a-stochastic-matrix%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1163680%2fbirkhoff-representation-of-a-stochastic-matrix%23new-answer', 'question_page');

);

Post as a guest













































































這個網誌中的熱門文章

Is there any way to eliminate the singular point to solve this integral by hand or by approximations?

Why am i infinitely getting the same tweet with the Twitter Search API?

Carbon dioxide