Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.Walk.IsEulerian.even_degree_iff

∀ {V : Type u_1} {G : SimpleGraph V} [inst : DecidableEq V] {x u v : V} {p : G.Walk u v},
  p.IsEulerian → ∀ [inst : Fintype V] [inst_1 : DecidableRel G.Adj], Even (G.degree x) ↔ u ≠ v → x ≠ u ∧ x ≠ v
Defined in
Mathlib.Combinatorics.SimpleGraph.Trails
Cited by
1 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqFintypeDecidableRel

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites28

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.