Theorems · Theorem · combinatorics
SimpleGraph.isBipartiteWith_degree_le
∀ {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.degree v ≤ t.cardIf G.IsBipartiteWith s t and v ∈ s, then the degree of v in G is at most the size of
t.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 64 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.
Cites12
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
- Finset.cardstatement and proof · cited by 2,327
- SimpleGraph.neighborSetstatement and proof · cited by 257
- Finset.card_le_cardproof · cited by 118
- SimpleGraph.degreestatement · cited by 112
- SimpleGraph.IsBipartiteWithstatement and proof · cited by 42
- SimpleGraph.card_neighborFinset_eq_degreeproof · cited by 5
- SimpleGraph.isBipartiteWith_neighborFinset_subsetproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.