Theorems · Definition · number theory
Nat.ascFactorial
ℕ → ℕ → ℕ
n.ascFactorial k = n (n + 1) ⋯ (n + k - 1). This is closely related to ascPochhammer, but
much less general.
- Defined in
- Mathlib.Data.Nat.Factorial.Basic
- Cited by
- 41 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by41
Results whose statement or proof uses this declaration.
- Nat.factorial_mul_ascFactorialstatement · cited by 7
- ascPochhammer_nat_eq_ascFactorialstatement · cited by 6
- Nat.one_ascFactorialstatement · cited by 4
- Nat.ascFactorial_succstatement · cited by 4
- ascPochhammer_nat_eq_descFactorialproof · cited by 3
- Nat.succ_ascFactorialstatement · cited by 3
- Nat.ascFactorial_eq_factorial_mul_choosestatement and proof · cited by 3
- Nat.add_descFactorial_eq_ascFactorialstatement · cited by 2
- Nat.add_descFactorial_eq_ascFactorial'statement · cited by 2
- Nat.pow_succ_le_ascFactorialstatement · cited by 2
- Nat.ascFactorial_eq_factorial_mul_choose'statement · cited by 2
- Nat.ascFactorial_le_pow_addstatement · cited by 2