Example for Berge's theorem on matching
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I'm reading about Berge's theorem on matching, but I think I misunderstood the theorem and definitions somehow, because I cannot make sense of the example below. In this example I've marked the matching in pink, and the alternating path in green. This is the only alternating path involving the matching that I could find, and it's clearly not an augmenting path.
I've realized that there is a bigger matching that could be obtained by taking out edge 3 and adding in edges 1 and 2. But since 1325679 is not an alternating path, shouldn't that possibility not be considered by the theorem?
=============================================
Here are the relevant theorem and definitions:
graph-theory proof-explanation matching-theory
add a comment |Â
up vote
1
down vote
favorite
I'm reading about Berge's theorem on matching, but I think I misunderstood the theorem and definitions somehow, because I cannot make sense of the example below. In this example I've marked the matching in pink, and the alternating path in green. This is the only alternating path involving the matching that I could find, and it's clearly not an augmenting path.
I've realized that there is a bigger matching that could be obtained by taking out edge 3 and adding in edges 1 and 2. But since 1325679 is not an alternating path, shouldn't that possibility not be considered by the theorem?
=============================================
Here are the relevant theorem and definitions:
graph-theory proof-explanation matching-theory
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm reading about Berge's theorem on matching, but I think I misunderstood the theorem and definitions somehow, because I cannot make sense of the example below. In this example I've marked the matching in pink, and the alternating path in green. This is the only alternating path involving the matching that I could find, and it's clearly not an augmenting path.
I've realized that there is a bigger matching that could be obtained by taking out edge 3 and adding in edges 1 and 2. But since 1325679 is not an alternating path, shouldn't that possibility not be considered by the theorem?
=============================================
Here are the relevant theorem and definitions:
graph-theory proof-explanation matching-theory
I'm reading about Berge's theorem on matching, but I think I misunderstood the theorem and definitions somehow, because I cannot make sense of the example below. In this example I've marked the matching in pink, and the alternating path in green. This is the only alternating path involving the matching that I could find, and it's clearly not an augmenting path.
I've realized that there is a bigger matching that could be obtained by taking out edge 3 and adding in edges 1 and 2. But since 1325679 is not an alternating path, shouldn't that possibility not be considered by the theorem?
=============================================
Here are the relevant theorem and definitions:
graph-theory proof-explanation matching-theory
edited Aug 29 at 11:04
asked Aug 29 at 9:47
ensbana
296113
296113
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
132 is an augmenting path.
It is not required that an augmenting path must contain all the edges that are in your matching so far.
(In fact it doesn't have to contain any edge that is in your matching so far -- say, if you have path graph with four vertices $a-b-c-d$ and start by matching $a$ to $b$, the augmenting path you need to match the other two nodes will consist of the edge $cd$ only).
I see. That's what I was suspecting: the definitions and theorem apply the criteria to each portion of the matching, not just the whole thing. I assume it's the same with alternating paths?
â ensbana
Aug 29 at 10:24
1
@ensbana: I don't understand that comment. The definitions and theorem apply exactly as written.
â Henning Makholm
Aug 29 at 10:25
The definition of M-alternating path is "a path that alternates between edges in M and edges not in M". Am I right to think that it is not required that this path contains all edges of the matching?
â ensbana
Aug 29 at 22:08
1
@ensbana: Since the definition you quote does not mention any such requirement, it is not required.
â Henning Makholm
Aug 29 at 22:10
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
132 is an augmenting path.
It is not required that an augmenting path must contain all the edges that are in your matching so far.
(In fact it doesn't have to contain any edge that is in your matching so far -- say, if you have path graph with four vertices $a-b-c-d$ and start by matching $a$ to $b$, the augmenting path you need to match the other two nodes will consist of the edge $cd$ only).
I see. That's what I was suspecting: the definitions and theorem apply the criteria to each portion of the matching, not just the whole thing. I assume it's the same with alternating paths?
â ensbana
Aug 29 at 10:24
1
@ensbana: I don't understand that comment. The definitions and theorem apply exactly as written.
â Henning Makholm
Aug 29 at 10:25
The definition of M-alternating path is "a path that alternates between edges in M and edges not in M". Am I right to think that it is not required that this path contains all edges of the matching?
â ensbana
Aug 29 at 22:08
1
@ensbana: Since the definition you quote does not mention any such requirement, it is not required.
â Henning Makholm
Aug 29 at 22:10
add a comment |Â
up vote
2
down vote
132 is an augmenting path.
It is not required that an augmenting path must contain all the edges that are in your matching so far.
(In fact it doesn't have to contain any edge that is in your matching so far -- say, if you have path graph with four vertices $a-b-c-d$ and start by matching $a$ to $b$, the augmenting path you need to match the other two nodes will consist of the edge $cd$ only).
I see. That's what I was suspecting: the definitions and theorem apply the criteria to each portion of the matching, not just the whole thing. I assume it's the same with alternating paths?
â ensbana
Aug 29 at 10:24
1
@ensbana: I don't understand that comment. The definitions and theorem apply exactly as written.
â Henning Makholm
Aug 29 at 10:25
The definition of M-alternating path is "a path that alternates between edges in M and edges not in M". Am I right to think that it is not required that this path contains all edges of the matching?
â ensbana
Aug 29 at 22:08
1
@ensbana: Since the definition you quote does not mention any such requirement, it is not required.
â Henning Makholm
Aug 29 at 22:10
add a comment |Â
up vote
2
down vote
up vote
2
down vote
132 is an augmenting path.
It is not required that an augmenting path must contain all the edges that are in your matching so far.
(In fact it doesn't have to contain any edge that is in your matching so far -- say, if you have path graph with four vertices $a-b-c-d$ and start by matching $a$ to $b$, the augmenting path you need to match the other two nodes will consist of the edge $cd$ only).
132 is an augmenting path.
It is not required that an augmenting path must contain all the edges that are in your matching so far.
(In fact it doesn't have to contain any edge that is in your matching so far -- say, if you have path graph with four vertices $a-b-c-d$ and start by matching $a$ to $b$, the augmenting path you need to match the other two nodes will consist of the edge $cd$ only).
edited Aug 29 at 10:26
answered Aug 29 at 10:18
Henning Makholm
230k16296526
230k16296526
I see. That's what I was suspecting: the definitions and theorem apply the criteria to each portion of the matching, not just the whole thing. I assume it's the same with alternating paths?
â ensbana
Aug 29 at 10:24
1
@ensbana: I don't understand that comment. The definitions and theorem apply exactly as written.
â Henning Makholm
Aug 29 at 10:25
The definition of M-alternating path is "a path that alternates between edges in M and edges not in M". Am I right to think that it is not required that this path contains all edges of the matching?
â ensbana
Aug 29 at 22:08
1
@ensbana: Since the definition you quote does not mention any such requirement, it is not required.
â Henning Makholm
Aug 29 at 22:10
add a comment |Â
I see. That's what I was suspecting: the definitions and theorem apply the criteria to each portion of the matching, not just the whole thing. I assume it's the same with alternating paths?
â ensbana
Aug 29 at 10:24
1
@ensbana: I don't understand that comment. The definitions and theorem apply exactly as written.
â Henning Makholm
Aug 29 at 10:25
The definition of M-alternating path is "a path that alternates between edges in M and edges not in M". Am I right to think that it is not required that this path contains all edges of the matching?
â ensbana
Aug 29 at 22:08
1
@ensbana: Since the definition you quote does not mention any such requirement, it is not required.
â Henning Makholm
Aug 29 at 22:10
I see. That's what I was suspecting: the definitions and theorem apply the criteria to each portion of the matching, not just the whole thing. I assume it's the same with alternating paths?
â ensbana
Aug 29 at 10:24
I see. That's what I was suspecting: the definitions and theorem apply the criteria to each portion of the matching, not just the whole thing. I assume it's the same with alternating paths?
â ensbana
Aug 29 at 10:24
1
1
@ensbana: I don't understand that comment. The definitions and theorem apply exactly as written.
â Henning Makholm
Aug 29 at 10:25
@ensbana: I don't understand that comment. The definitions and theorem apply exactly as written.
â Henning Makholm
Aug 29 at 10:25
The definition of M-alternating path is "a path that alternates between edges in M and edges not in M". Am I right to think that it is not required that this path contains all edges of the matching?
â ensbana
Aug 29 at 22:08
The definition of M-alternating path is "a path that alternates between edges in M and edges not in M". Am I right to think that it is not required that this path contains all edges of the matching?
â ensbana
Aug 29 at 22:08
1
1
@ensbana: Since the definition you quote does not mention any such requirement, it is not required.
â Henning Makholm
Aug 29 at 22:10
@ensbana: Since the definition you quote does not mention any such requirement, it is not required.
â Henning Makholm
Aug 29 at 22:10
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%2f2898170%2fexample-for-berges-theorem-on-matching%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