Mathlib Map

Theorems · Theorem · special functions

Real.Gamma_nat_add_one_add_half

∀ (k : ℕ), Real.Gamma (↑k + 1 + 1 / 2) = ↑(2 * k + 1).doubleFactorial * √Real.pi / 2 ^ (k + 1)

The special-value formula Γ(k + 1 + 1/2) = (2 * k + 1)‼ * √π / (2 ^ (k + 1)) for half-integer values of the gamma function in terms of Nat.doubleFactorial.

Defined in
Mathlib.Analysis.SpecialFunctions.Gaussian.GaussianIntegral
Cited by
2 results in Mathlib
Foundations
Depth 294 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites23

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

Cited by2

Results whose statement or proof uses this declaration.