Superfactorial #
This file defines the superfactorial
sf n = 1! * 2! * 3! * ... * n!
.
Main declarations #
Nat.superFactorial
: The superfactorial, denoted bysf
.
@[simp]
@[simp]
@[simp]
This file defines the superfactorial
sf n = 1! * 2! * 3! * ... * n!
.
Nat.superFactorial
: The superfactorial, denoted by sf
.