Theorems · Definition · order theory
Nat.leRecOn
{C : ℕ → Sort u_1} → {n m : ℕ} → n ≤ m → ({k : ℕ} → C k → C (k + 1)) → C n → C mRecursion starting at a non-zero number: given a map C k → C (k + 1) for each k,
there is a map from C n to each C m, n ≤ m. For a version where the assumption is only made
when k ≥ n, see Nat.leRec.
- Defined in
- Mathlib.Data.Nat.Init
- Cited by
- 13 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nat.leRecproof · cited by 13
Cited by15
Results whose statement or proof uses this declaration.
- Nat.leRecOn_selfstatement · cited by 5
- Nat.leRecOn_succstatement · cited by 4
- FirstOrder.Language.DirectedSystem.natLERecproof · cited by 3
- Metric.inductiveLimitDist_eq_diststatement · cited by 2
- Metric.inductiveLimitDistproof · cited by 1
- Metric.toInductiveLimit_isometryproof · cited by 1
- Nat.set_induction_boundedproof · cited by 1
- Nat.leRecOn_injectivestatement and proof · cited by 0
- Nat.leRecOn.congr_simpstatement and proof · cited by 0
- Nat.leRecOn_succ'statement · cited by 0
- Nat.leRecOn_succ_leftstatement · cited by 0
- Nat.leRecOn_surjectivestatement and proof · cited by 0