Theorems · Theorem · combinatorics
SimpleGraph.Walk.IsEulerian.card_filter_odd_degree
∀ {V : Type u_1} {G : SimpleGraph V} [inst : DecidableEq V] [inst_1 : Fintype V] [inst_2 : DecidableRel G.Adj] {u v : V}
{p : G.Walk u v}, p.IsEulerian → ∀ {s : Finset V}, s = {v | Odd (G.degree v)} → s.card = 0 ∨ s.card = 2- Defined in
- Mathlib.Combinatorics.SimpleGraph.Trails
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- Fintypestatement and proof · cited by 7,736
- Finset.univstatement and proof · cited by 3,473
- SimpleGraphstatement and proof · cited by 3,072
- Finset.cardstatement and proof · cited by 2,327
- SimpleGraph.Adjstatement and proof · cited by 1,346
- eq_or_neproof · cited by 1,117
- Finset.filterstatement and proof · cited by 949
- SimpleGraph.Walkstatement and proof · cited by 915
- Finset.extproof · cited by 565
- Oddstatement and proof · cited by 364
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.Walk.IsEulerian.card_odd_degreeproof · cited by 0