Theorems · Theorem · combinatorics
SimpleGraph.isBipartiteWith_neighborFinset_subset
∀ {V : Type u_1} {v : V} {G : SimpleGraph V} {s t : Finset V} [inst : Fintype ↑(G.neighborSet v)],
G.IsBipartiteWith ↑s ↑t → v ∈ s → G.neighborFinset v ⊆ tIf G.IsBipartiteWith s t and v ∈ s, then the neighbor finset of v is a subset of s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Fintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.Adjproof · cited by 1,346
- SimpleGraph.neighborSetstatement and proof · cited by 257
- SimpleGraph.neighborFinsetstatement · cited by 72
- Finset.filter_subsetproof · cited by 55
- SimpleGraph.IsBipartiteWithstatement and proof · cited by 42
- SimpleGraph.isBipartiteWith_neighborFinsetproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.isBipartiteWith_degree_leproof · cited by 0