Theorems · Theorem · order theory
IsWellFounded.fix_eq
∀ {α : Type u} (r : α → α → Prop) [inst : IsWellFounded α r] {motive : α → Sort u_1}
(ind : (x : α) → ((y : α) → r y x → motive y) → motive x) (x : α),
IsWellFounded.fix r ind x = ind x fun y x => IsWellFounded.fix r ind yThe value from IsWellFounded.fix is built from the previous ones as specified.
- Defined in
- Mathlib.Order.RelClasses
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
- Assumes
- IsWellFounded
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- IsWellFounded.wfproof · cited by 43
- IsWellFoundedstatement and proof · cited by 18
- IsWellFounded.fixstatement · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- WellFoundedGT.fix_eqproof · cited by 0
- WellFoundedLT.fix_eqproof · cited by 0