Theorems · Theorem · combinatorics
SimpleGraph.isBipartiteWith_neighborFinset
∀ {V : Type u_1} {v : V} {G : SimpleGraph V} {s t : Finset V} [inst : Fintype ↑(G.neighborSet v)]
[inst_1 : DecidableRel G.Adj], G.IsBipartiteWith ↑s ↑t → v ∈ s → G.neighborFinset v = {w ∈ t | G.Adj v w}If G.IsBipartiteWith s t and v ∈ s, then the neighbor finset of v is the set of vertices
in s adjacent to v in G.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FintypeDecidableRel
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Set.Elemstatement and proof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Finset.filterstatement and proof · cited by 949
- Finset.extproof · cited by 565
- SimpleGraph.neighborSetstatement and proof · cited by 257
- Finset.mem_filterproof · cited by 185
- SimpleGraph.neighborFinsetstatement · cited by 72
- SimpleGraph.IsBipartiteWithstatement and proof · cited by 42
Cited by2
Results whose statement or proof uses this declaration.
- SimpleGraph.isBipartiteWith_neighborFinset_subsetproof · cited by 1
- SimpleGraph.isBipartiteWith_bipartiteAboveproof · cited by 1