def
SimpleGraph.IsInAlternatingForest
{V : Type u_1}
(G : SimpleGraph V)
(M : G.Subgraph)
(A : Set V)
(b : V)
:
Instances For
theorem
SimpleGraph.Walk.IsAugmentingPath.odd_length
{V : Type u_1}
[DecidableEq V]
{G : SimpleGraph V}
{u v : V}
{p : G.Walk u v}
{M : G.Subgraph}
(haug : p.IsAugmentingPath M)
:
theorem
SimpleGraph.Walk.IsAlternatingFrom.reverse_of_odd
{V : Type u_1}
[DecidableEq V]
{G : SimpleGraph V}
{u v : V}
{p : G.Walk u v}
{M : G.Subgraph}
(halt : p.IsAlternatingFrom M)
(hodd : Odd p.edges.length)
:
theorem
SimpleGraph.Walk.IsAugmentingPath.reverse'
{V : Type u_1}
[DecidableEq V]
{G : SimpleGraph V}
{u v : V}
{p : G.Walk u v}
{M : G.Subgraph}
(haug : p.IsAugmentingPath M)
:
theorem
SimpleGraph.walk_endpoint_parity
{V : Type u_1}
[DecidableEq V]
{G : SimpleGraph V}
{A B : Set V}
(hbip : G.IsBipartiteWith A B)
{u v : V}
(p : G.Walk u v)
:
theorem
SimpleGraph.augmenting_to_forest
{V : Type u_1}
[DecidableEq V]
{G : SimpleGraph V}
{A B : Set V}
(hbip : G.IsBipartiteWith A B)
{M : G.Subgraph}
(haug : G.HasAugmentingPath M)
:
∃ b ∈ B, b ∉ M.verts ∧ G.IsInAlternatingForest M A b
theorem
SimpleGraph.forest_to_augmenting
{V : Type u_1}
[DecidableEq V]
{G : SimpleGraph V}
{A B : Set V}
(hbip : G.IsBipartiteWith A B)
{M : G.Subgraph}
{b : V}
(hb : b ∈ B)
(hbM : b ∉ M.verts)
(hforest : G.IsInAlternatingForest M A b)
:
theorem
SimpleGraph.forest_characterization
{V : Type u_1}
[DecidableEq V]
{G : SimpleGraph V}
(M : G.Subgraph)
(hM : M.IsMatching)
(hMfin : M.edgeSet.Finite)
(A B : Set V)
(hbip : G.IsBipartiteWith A B)
: