Does every graph have a maximal stable set?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
(Don't confuse this question with that one about maximum stable sets.)
The answer is positive for finite graphs of course. In infinite graphs the matter becomes interesting. Let's revisit the definitions first.
A (simple) graph is a pair $G=(V,E)$, with $V$ being the set of vertices and $E=binomV2$ being the set of unordered pairs of $V$. For vertices $v,win V$ we write $vw:=v,win E$ and say $v$ and $w$ are adjacent.
A subset $S$ of $V$ is called stable iff for any $v,win S$ we have $vwnotin E$, i.e. no two vertices of $S$ are adjacent. We call such a subset a stable set of $G$.
A stable set $S$ of $G$ is called maximal iff for any $vin Vsetminus S$ holds that $Scupv$ is no stable set of $G$ anymore.
In the finite case every graph has a maximal stable set because it has a maximum stable set and that implies a maximal stable set in the finite case.
In the infinite case that doesn't work anymore because there can be maximum sets which are not maximal (because adding a vertex to an infinite set doesn't change the cardinality).
However, the graphs I can think of always admit a maximal stable set. I tried to use the extensionality property of the rado graph to get another result, but that works only with finite subset, so once I've taken the union over a monotone series of stable sets I can't get any result. I've also tried working with $mathbbR$ with $rsin E$ iff (or iff not) $r-sinmathbbQ$, but I could find maximal sets again (take a representative system of the equivalence relation (or take $mathbbQ$ in case of "iff not")). I'm at loss.
Hence the question: Does every graph have a maximal stable set? Please provide a proof or reference to one in your answer.
graph-theory
add a comment |Â
up vote
1
down vote
favorite
(Don't confuse this question with that one about maximum stable sets.)
The answer is positive for finite graphs of course. In infinite graphs the matter becomes interesting. Let's revisit the definitions first.
A (simple) graph is a pair $G=(V,E)$, with $V$ being the set of vertices and $E=binomV2$ being the set of unordered pairs of $V$. For vertices $v,win V$ we write $vw:=v,win E$ and say $v$ and $w$ are adjacent.
A subset $S$ of $V$ is called stable iff for any $v,win S$ we have $vwnotin E$, i.e. no two vertices of $S$ are adjacent. We call such a subset a stable set of $G$.
A stable set $S$ of $G$ is called maximal iff for any $vin Vsetminus S$ holds that $Scupv$ is no stable set of $G$ anymore.
In the finite case every graph has a maximal stable set because it has a maximum stable set and that implies a maximal stable set in the finite case.
In the infinite case that doesn't work anymore because there can be maximum sets which are not maximal (because adding a vertex to an infinite set doesn't change the cardinality).
However, the graphs I can think of always admit a maximal stable set. I tried to use the extensionality property of the rado graph to get another result, but that works only with finite subset, so once I've taken the union over a monotone series of stable sets I can't get any result. I've also tried working with $mathbbR$ with $rsin E$ iff (or iff not) $r-sinmathbbQ$, but I could find maximal sets again (take a representative system of the equivalence relation (or take $mathbbQ$ in case of "iff not")). I'm at loss.
Hence the question: Does every graph have a maximal stable set? Please provide a proof or reference to one in your answer.
graph-theory
2
The assertion that every graph has a maximal stable set is equivalent to the axiom of choice.
â bof
Sep 5 at 12:14
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
(Don't confuse this question with that one about maximum stable sets.)
The answer is positive for finite graphs of course. In infinite graphs the matter becomes interesting. Let's revisit the definitions first.
A (simple) graph is a pair $G=(V,E)$, with $V$ being the set of vertices and $E=binomV2$ being the set of unordered pairs of $V$. For vertices $v,win V$ we write $vw:=v,win E$ and say $v$ and $w$ are adjacent.
A subset $S$ of $V$ is called stable iff for any $v,win S$ we have $vwnotin E$, i.e. no two vertices of $S$ are adjacent. We call such a subset a stable set of $G$.
A stable set $S$ of $G$ is called maximal iff for any $vin Vsetminus S$ holds that $Scupv$ is no stable set of $G$ anymore.
In the finite case every graph has a maximal stable set because it has a maximum stable set and that implies a maximal stable set in the finite case.
In the infinite case that doesn't work anymore because there can be maximum sets which are not maximal (because adding a vertex to an infinite set doesn't change the cardinality).
However, the graphs I can think of always admit a maximal stable set. I tried to use the extensionality property of the rado graph to get another result, but that works only with finite subset, so once I've taken the union over a monotone series of stable sets I can't get any result. I've also tried working with $mathbbR$ with $rsin E$ iff (or iff not) $r-sinmathbbQ$, but I could find maximal sets again (take a representative system of the equivalence relation (or take $mathbbQ$ in case of "iff not")). I'm at loss.
Hence the question: Does every graph have a maximal stable set? Please provide a proof or reference to one in your answer.
graph-theory
(Don't confuse this question with that one about maximum stable sets.)
The answer is positive for finite graphs of course. In infinite graphs the matter becomes interesting. Let's revisit the definitions first.
A (simple) graph is a pair $G=(V,E)$, with $V$ being the set of vertices and $E=binomV2$ being the set of unordered pairs of $V$. For vertices $v,win V$ we write $vw:=v,win E$ and say $v$ and $w$ are adjacent.
A subset $S$ of $V$ is called stable iff for any $v,win S$ we have $vwnotin E$, i.e. no two vertices of $S$ are adjacent. We call such a subset a stable set of $G$.
A stable set $S$ of $G$ is called maximal iff for any $vin Vsetminus S$ holds that $Scupv$ is no stable set of $G$ anymore.
In the finite case every graph has a maximal stable set because it has a maximum stable set and that implies a maximal stable set in the finite case.
In the infinite case that doesn't work anymore because there can be maximum sets which are not maximal (because adding a vertex to an infinite set doesn't change the cardinality).
However, the graphs I can think of always admit a maximal stable set. I tried to use the extensionality property of the rado graph to get another result, but that works only with finite subset, so once I've taken the union over a monotone series of stable sets I can't get any result. I've also tried working with $mathbbR$ with $rsin E$ iff (or iff not) $r-sinmathbbQ$, but I could find maximal sets again (take a representative system of the equivalence relation (or take $mathbbQ$ in case of "iff not")). I'm at loss.
Hence the question: Does every graph have a maximal stable set? Please provide a proof or reference to one in your answer.
graph-theory
graph-theory
asked Sep 5 at 12:07
SK19
1,556227
1,556227
2
The assertion that every graph has a maximal stable set is equivalent to the axiom of choice.
â bof
Sep 5 at 12:14
add a comment |Â
2
The assertion that every graph has a maximal stable set is equivalent to the axiom of choice.
â bof
Sep 5 at 12:14
2
2
The assertion that every graph has a maximal stable set is equivalent to the axiom of choice.
â bof
Sep 5 at 12:14
The assertion that every graph has a maximal stable set is equivalent to the axiom of choice.
â bof
Sep 5 at 12:14
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
With the axiom of choice, yes. If $X$ is the set of stable subsets of $(G,E)$, then we want to prove that $(X,subseteq )$ has maximal elements. This is the case, because it is an inductive partial order. In fact, let $mathscr Csubseteq X$ be a totally ordered subset. Then, $bigcupmathscr C$ (the union of the elements of $mathscr C$) is an upper bound of $mathscr C$ in $(X,subseteq)$. In fact, we just need to prove that $mathscr C$ is stable. Let $u,vin bigcupmathscr C$. By definition, there are $Uinmathscr C$ and $Vinmathscr C$ such that $uin U$ and $vin V$. Since $(mathscr C,subseteq)$ is a total order, we do not lose generality by assuming that $Usubseteq V$, and therefore that $uin V$ as well. Since by hypothesis $V$ is stable and $u,vin V$, $uvnotin E$.
By Zorn's lemma, $X$ has maximal elements, QED.
Added: Viceversa, if every graph has a maximal stable set, let $X$ be a set and $mathscr P$ be a partition of $X$. Let $G=X$ and define the adjacency relation $$uvin Eiff (une vland exists Pinmathscr P, uin Pland vin P).$$
A maximal stable set of $(G,E)$ is precisely what the axiom of choice demands.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
With the axiom of choice, yes. If $X$ is the set of stable subsets of $(G,E)$, then we want to prove that $(X,subseteq )$ has maximal elements. This is the case, because it is an inductive partial order. In fact, let $mathscr Csubseteq X$ be a totally ordered subset. Then, $bigcupmathscr C$ (the union of the elements of $mathscr C$) is an upper bound of $mathscr C$ in $(X,subseteq)$. In fact, we just need to prove that $mathscr C$ is stable. Let $u,vin bigcupmathscr C$. By definition, there are $Uinmathscr C$ and $Vinmathscr C$ such that $uin U$ and $vin V$. Since $(mathscr C,subseteq)$ is a total order, we do not lose generality by assuming that $Usubseteq V$, and therefore that $uin V$ as well. Since by hypothesis $V$ is stable and $u,vin V$, $uvnotin E$.
By Zorn's lemma, $X$ has maximal elements, QED.
Added: Viceversa, if every graph has a maximal stable set, let $X$ be a set and $mathscr P$ be a partition of $X$. Let $G=X$ and define the adjacency relation $$uvin Eiff (une vland exists Pinmathscr P, uin Pland vin P).$$
A maximal stable set of $(G,E)$ is precisely what the axiom of choice demands.
add a comment |Â
up vote
2
down vote
accepted
With the axiom of choice, yes. If $X$ is the set of stable subsets of $(G,E)$, then we want to prove that $(X,subseteq )$ has maximal elements. This is the case, because it is an inductive partial order. In fact, let $mathscr Csubseteq X$ be a totally ordered subset. Then, $bigcupmathscr C$ (the union of the elements of $mathscr C$) is an upper bound of $mathscr C$ in $(X,subseteq)$. In fact, we just need to prove that $mathscr C$ is stable. Let $u,vin bigcupmathscr C$. By definition, there are $Uinmathscr C$ and $Vinmathscr C$ such that $uin U$ and $vin V$. Since $(mathscr C,subseteq)$ is a total order, we do not lose generality by assuming that $Usubseteq V$, and therefore that $uin V$ as well. Since by hypothesis $V$ is stable and $u,vin V$, $uvnotin E$.
By Zorn's lemma, $X$ has maximal elements, QED.
Added: Viceversa, if every graph has a maximal stable set, let $X$ be a set and $mathscr P$ be a partition of $X$. Let $G=X$ and define the adjacency relation $$uvin Eiff (une vland exists Pinmathscr P, uin Pland vin P).$$
A maximal stable set of $(G,E)$ is precisely what the axiom of choice demands.
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
With the axiom of choice, yes. If $X$ is the set of stable subsets of $(G,E)$, then we want to prove that $(X,subseteq )$ has maximal elements. This is the case, because it is an inductive partial order. In fact, let $mathscr Csubseteq X$ be a totally ordered subset. Then, $bigcupmathscr C$ (the union of the elements of $mathscr C$) is an upper bound of $mathscr C$ in $(X,subseteq)$. In fact, we just need to prove that $mathscr C$ is stable. Let $u,vin bigcupmathscr C$. By definition, there are $Uinmathscr C$ and $Vinmathscr C$ such that $uin U$ and $vin V$. Since $(mathscr C,subseteq)$ is a total order, we do not lose generality by assuming that $Usubseteq V$, and therefore that $uin V$ as well. Since by hypothesis $V$ is stable and $u,vin V$, $uvnotin E$.
By Zorn's lemma, $X$ has maximal elements, QED.
Added: Viceversa, if every graph has a maximal stable set, let $X$ be a set and $mathscr P$ be a partition of $X$. Let $G=X$ and define the adjacency relation $$uvin Eiff (une vland exists Pinmathscr P, uin Pland vin P).$$
A maximal stable set of $(G,E)$ is precisely what the axiom of choice demands.
With the axiom of choice, yes. If $X$ is the set of stable subsets of $(G,E)$, then we want to prove that $(X,subseteq )$ has maximal elements. This is the case, because it is an inductive partial order. In fact, let $mathscr Csubseteq X$ be a totally ordered subset. Then, $bigcupmathscr C$ (the union of the elements of $mathscr C$) is an upper bound of $mathscr C$ in $(X,subseteq)$. In fact, we just need to prove that $mathscr C$ is stable. Let $u,vin bigcupmathscr C$. By definition, there are $Uinmathscr C$ and $Vinmathscr C$ such that $uin U$ and $vin V$. Since $(mathscr C,subseteq)$ is a total order, we do not lose generality by assuming that $Usubseteq V$, and therefore that $uin V$ as well. Since by hypothesis $V$ is stable and $u,vin V$, $uvnotin E$.
By Zorn's lemma, $X$ has maximal elements, QED.
Added: Viceversa, if every graph has a maximal stable set, let $X$ be a set and $mathscr P$ be a partition of $X$. Let $G=X$ and define the adjacency relation $$uvin Eiff (une vland exists Pinmathscr P, uin Pland vin P).$$
A maximal stable set of $(G,E)$ is precisely what the axiom of choice demands.
edited Sep 5 at 19:49
answered Sep 5 at 12:23
Saucy O'Path
3,826424
3,826424
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2906178%2fdoes-every-graph-have-a-maximal-stable-set%23new-answer', 'question_page');
);
Post as a guest
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
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
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
2
The assertion that every graph has a maximal stable set is equivalent to the axiom of choice.
â bof
Sep 5 at 12:14