Module docstring
{"# Factorial and variants
This file defines the factorial, along with the ascending and descending variants.
For the proof that the factorial of n counts the permutations of an n-element set,
see Fintype.card_perm.
Main declarations
Nat.factorial: The factorial.Nat.ascFactorial: The ascending factorial. It is the product of natural numbers fromnton + k - 1.Nat.descFactorial: The descending factorial. It is the product of natural numbers fromn - k + 1ton. ","### Ascending and descending factorials "}