Mathlib Map

Theorems · Theorem · number theory

Nat.cast_descFactorial_two

∀ (S : Type u_1) [inst : Ring S] (a : ℕ), ↑(a.descFactorial 2) = ↑a * (↑a - 1)

Convenience lemma. The a - 1 is not using truncated subtraction, as opposed to the definition of Nat.descFactorial as a natural.

Defined in
Mathlib.Data.Nat.Factorial.Cast
Cited by
1 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext
Assumes
Ring

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.