Theorems · Theorem · combinatorics
SimpleGraph.isBipartiteWith_neighborFinset_disjoint
∀ {V : Type u_1} {v : V} {G : SimpleGraph V} {s t : Finset V} [inst : Fintype ↑(G.neighborSet v)],
G.IsBipartiteWith ↑s ↑t → v ∈ s → Disjoint (G.neighborFinset v) sIf G.IsBipartiteWith s t and v ∈ s, then the neighbor finset of v is disjoint to s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 65 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.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- 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
- Disjointstatement and proof · cited by 2,201
- SimpleGraph.neighborSetstatement and proof · cited by 257
- SimpleGraph.neighborFinsetstatement · cited by 72
- Set.coe_toFinsetproof · cited by 51
- SimpleGraph.IsBipartiteWithstatement and proof · cited by 42
- Finset.disjoint_coeproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.degree_le_between_addproof · cited by 0