Theorems · Theorem · combinatorics
Cycle.induction_on
∀ {α : Type u_1} {motive : Cycle α → Prop} (s : Cycle α),
motive Cycle.nil → (∀ (a : α) (l : List α), motive ↑l → motive ↑(a :: l)) → motive sAn induction principle for Cycle. Use as induction s.
- Defined in
- Mathlib.Data.List.Cycle
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Quot.sound
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.
- Cyclestatement and proof · cited by 79
- Quotient.inductionOn'proof · cited by 69
- Cycle.ofListstatement and proof · cited by 38
- Cycle.nilstatement and proof · cited by 26
Cited by4
Results whose statement or proof uses this declaration.
- Cycle.chain_iff_pairwiseproof · cited by 2
- Cycle.Chain.impproof · cited by 2
- Cycle.chain_of_pairwiseproof · cited by 1
- Cycle.Chain.eq_nil_of_irreflproof · cited by 1