Theorems · Theorem · order theory
Nat.le_induction
∀ {m : ℕ} {P : (n : ℕ) → m ≤ n → Prop},
P m ⋯ → (∀ (n : ℕ) (hmn : m ≤ n), P n hmn → P (n + 1) ⋯) → ∀ (n : ℕ) (hmn : m ≤ n), P n hmnInduction principle starting at a non-zero number.
To use in an induction proof, the syntax is induction n, hn using Nat.le_induction (or the same
for induction').
This is an alias of Nat.leRec, specialized to Prop.
- Defined in
- Mathlib.Data.Nat.Init
- Cited by
- 46 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 by46
Results whose statement or proof uses this declaration.
- intervalIntegral.sum_integral_adjacent_intervals_Icoproof · cited by 4
- IntervalIntegrable.trans_iterate_Icoproof · cited by 3
- Convex.helly_theorem'proof · cited by 3
- ProbabilityTheory.Kernel.partialTraj_comp_partialTrajproof · cited by 3
- ProbabilityTheory.Kernel.partialTraj_eq_prodproof · cited by 3
- ProbabilityTheory.Kernel.partialTraj_map_frestrictLe₂proof · cited by 3
- Subgroup.upperCentralSeries.eq_ge_of_eq_succproof · cited by 3
- ProbabilityTheory.Kernel.partialTraj_succ_of_leproof · cited by 3
- tendsto_pow_atTop_nhds_zero_iff_norm_lt_oneproof · cited by 3
- MeasureTheory.martingale_natproof · cited by 2
- dist_le_Ico_sum_distproof · cited by 2
- Real.BohrMollerup.f_nat_eqproof · cited by 2