Theorems · Definition · combinatorics
Graph.Simple.casesOn
{α : Type u_1} →
{β : Type u_2} →
{G : Graph α β} →
{motive : G.Simple → Sort u} →
(t : G.Simple) →
([toLoopless : G.Loopless] →
(eq_of_isLink : ∀ ⦃e f : β⦄ ⦃x y : α⦄, G.IsLink e x y → G.IsLink f x y → e = f) → motive ⋯) →
motive t- Defined in
- Mathlib.Combinatorics.Graph.Simple
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Graphstatement and proof · cited by 242
- Graph.IsLinkstatement and proof · cited by 124
- Graph.Looplessstatement and proof · cited by 12
- Graph.Simplestatement and proof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Graph.simple_iffproof · cited by 0