Mathlib Map

Theorems · Theorem · special functions

Real.Gamma_nat_add_half

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

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

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

Around this declaration

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

Cites18

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.