Theorems · Definition · order theory
RelSeries.inductionOn
{α : Type u_1} →
{r : SetRel α α} →
(motive : RelSeries r → Sort u_3) →
((x : α) → motive (RelSeries.singleton r x)) →
((p : RelSeries r) → (x : α) → (hx : (x, p.head) ∈ r) → motive p → motive (p.cons x hx)) →
(p : RelSeries r) → motive pTo show a proposition p for xs : RelSeries r it suffices to show it for all singletons
and to show that when p holds for xs it also holds for xs prepended with one element.
Note: This can also be used to construct data, but it does not have good definitional properties,
since (p.cons x hx).tail _ = p is not a definitional equality.
- Defined in
- Mathlib.Order.RelSeries
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- SetRelstatement and proof · cited by 581
- RelSeries.lengthproof · cited by 195
- RelSeriesstatement and proof · cited by 129
- RelSeries.headstatement and proof · cited by 89
- RelSeries.singletonstatement and proof · cited by 25
- RelSeries.consstatement and proof · cited by 18
- RelSeries.tailproof · cited by 8
Cited by3
Results whose statement or proof uses this declaration.
- Order.coheight_eq_of_strictMonoproof · cited by 3
- Ideal.exists_ltSeries_of_hasGoingDownproof · cited by 1
- Ideal.exists_ltSeries_of_hasGoingUpproof · cited by 0