state
stringlengths
0
159k
srcUpToTactic
stringlengths
387
167k
nextTactic
stringlengths
3
9k
declUpToTactic
stringlengths
22
11.5k
declId
stringlengths
38
95
decl
stringlengths
16
1.89k
file_tag
stringlengths
17
73
case succ.refine_3 m : ℕ IH : ∀ (s : ℂ), -↑m < s.re → Tendsto (GammaSeq s) atTop (𝓝 (GammaAux m s)) s : ℂ hs : -↑m < (s + 1).re this : Tendsto ?succ.refine_1 atTop (𝓝 (GammaAux m (s + 1) / s)) ⊢ Tendsto (GammaSeq s) atTop (𝓝 ((fun s => GammaAux m (s + 1) / s) s)) case succ.refine_1 m : ℕ IH : ∀ (s : ℂ), -↑m < s.re →...
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
pick_goal 3
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices ∀ m : ℕ, -↑m < re s → Tendsto (GammaSeq s) atTop (𝓝 <| GammaAux m s) by rw [Gamma] apply this rw [neg_lt] rcases lt_or_le 0 (re s) with (hs |...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.351_0.in2QiCFW52coQT2
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case succ.refine_2 m : ℕ IH : ∀ (s : ℂ), -↑m < s.re → Tendsto (GammaSeq s) atTop (𝓝 (GammaAux m s)) s : ℂ hs : -↑m < (s + 1).re n : ℕ hn : n ≠ 0 ⊢ GammaSeq (s + 1) n / s = ?succ.refine_1 n
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
exact GammaSeq_add_one_left s hn
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices ∀ m : ℕ, -↑m < re s → Tendsto (GammaSeq s) atTop (𝓝 <| GammaAux m s) by rw [Gamma] apply this rw [neg_lt] rcases lt_or_le 0 (re s) with (hs |...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.351_0.in2QiCFW52coQT2
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case succ.refine_3 m : ℕ IH : ∀ (s : ℂ), -↑m < s.re → Tendsto (GammaSeq s) atTop (𝓝 (GammaAux m s)) s : ℂ hs : -↑m < (s + 1).re this : Tendsto (fun n => ↑n / (↑n + 1 + s) * GammaSeq s n) atTop (𝓝 (GammaAux m (s + 1) / s)) ⊢ Tendsto (GammaSeq s) atTop (𝓝 ((fun s => GammaAux m (s + 1) / s) s))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
conv at this => arg 1; intro n; rw [mul_comm]
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices ∀ m : ℕ, -↑m < re s → Tendsto (GammaSeq s) atTop (𝓝 <| GammaAux m s) by rw [Gamma] apply this rw [neg_lt] rcases lt_or_le 0 (re s) with (hs |...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.351_0.in2QiCFW52coQT2
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
m : ℕ IH : ∀ (s : ℂ), -↑m < s.re → Tendsto (GammaSeq s) atTop (𝓝 (GammaAux m s)) s : ℂ hs : -↑m < (s + 1).re this : Tendsto (fun n => ↑n / (↑n + 1 + s) * GammaSeq s n) atTop (𝓝 (GammaAux m (s + 1) / s)) | Tendsto (fun n => ↑n / (↑n + 1 + s) * GammaSeq s n) atTop (𝓝 (GammaAux m (s + 1) / s))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
arg 1; intro n; rw [mul_comm]
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices ∀ m : ℕ, -↑m < re s → Tendsto (GammaSeq s) atTop (𝓝 <| GammaAux m s) by rw [Gamma] apply this rw [neg_lt] rcases lt_or_le 0 (re s) with (hs |...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.351_0.in2QiCFW52coQT2
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
m : ℕ IH : ∀ (s : ℂ), -↑m < s.re → Tendsto (GammaSeq s) atTop (𝓝 (GammaAux m s)) s : ℂ hs : -↑m < (s + 1).re this : Tendsto (fun n => ↑n / (↑n + 1 + s) * GammaSeq s n) atTop (𝓝 (GammaAux m (s + 1) / s)) | Tendsto (fun n => ↑n / (↑n + 1 + s) * GammaSeq s n) atTop (𝓝 (GammaAux m (s + 1) / s))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
arg 1; intro n; rw [mul_comm]
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices ∀ m : ℕ, -↑m < re s → Tendsto (GammaSeq s) atTop (𝓝 <| GammaAux m s) by rw [Gamma] apply this rw [neg_lt] rcases lt_or_le 0 (re s) with (hs |...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.351_0.in2QiCFW52coQT2
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
m : ℕ IH : ∀ (s : ℂ), -↑m < s.re → Tendsto (GammaSeq s) atTop (𝓝 (GammaAux m s)) s : ℂ hs : -↑m < (s + 1).re this : Tendsto (fun n => ↑n / (↑n + 1 + s) * GammaSeq s n) atTop (𝓝 (GammaAux m (s + 1) / s)) | Tendsto (fun n => ↑n / (↑n + 1 + s) * GammaSeq s n) atTop (𝓝 (GammaAux m (s + 1) / s))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
arg 1
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices ∀ m : ℕ, -↑m < re s → Tendsto (GammaSeq s) atTop (𝓝 <| GammaAux m s) by rw [Gamma] apply this rw [neg_lt] rcases lt_or_le 0 (re s) with (hs |...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.351_0.in2QiCFW52coQT2
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
m : ℕ IH : ∀ (s : ℂ), -↑m < s.re → Tendsto (GammaSeq s) atTop (𝓝 (GammaAux m s)) s : ℂ hs : -↑m < (s + 1).re this : Tendsto (fun n => ↑n / (↑n + 1 + s) * GammaSeq s n) atTop (𝓝 (GammaAux m (s + 1) / s)) | fun n => ↑n / (↑n + 1 + s) * GammaSeq s n
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
intro n
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices ∀ m : ℕ, -↑m < re s → Tendsto (GammaSeq s) atTop (𝓝 <| GammaAux m s) by rw [Gamma] apply this rw [neg_lt] rcases lt_or_le 0 (re s) with (hs |...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.351_0.in2QiCFW52coQT2
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case h m : ℕ IH : ∀ (s : ℂ), -↑m < s.re → Tendsto (GammaSeq s) atTop (𝓝 (GammaAux m s)) s : ℂ hs : -↑m < (s + 1).re this : Tendsto (fun n => ↑n / (↑n + 1 + s) * GammaSeq s n) atTop (𝓝 (GammaAux m (s + 1) / s)) n : ℕ | ↑n / (↑n + 1 + s) * GammaSeq s n
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [mul_comm]
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices ∀ m : ℕ, -↑m < re s → Tendsto (GammaSeq s) atTop (𝓝 <| GammaAux m s) by rw [Gamma] apply this rw [neg_lt] rcases lt_or_le 0 (re s) with (hs |...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.351_0.in2QiCFW52coQT2
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case succ.refine_3 m : ℕ IH : ∀ (s : ℂ), -↑m < s.re → Tendsto (GammaSeq s) atTop (𝓝 (GammaAux m s)) s : ℂ hs : -↑m < (s + 1).re this : Tendsto (fun n => GammaSeq s n * (↑n / (↑n + 1 + s))) atTop (𝓝 (GammaAux m (s + 1) / s)) ⊢ Tendsto (GammaSeq s) atTop (𝓝 ((fun s => GammaAux m (s + 1) / s) s))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rwa [← mul_one (GammaAux m (s + 1) / s), tendsto_mul_iff_of_ne_zero _ (one_ne_zero' ℂ)] at this
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices ∀ m : ℕ, -↑m < re s → Tendsto (GammaSeq s) atTop (𝓝 <| GammaAux m s) by rw [Gamma] apply this rw [neg_lt] rcases lt_or_le 0 (re s) with (hs |...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.351_0.in2QiCFW52coQT2
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
m : ℕ IH : ∀ (s : ℂ), -↑m < s.re → Tendsto (GammaSeq s) atTop (𝓝 (GammaAux m s)) s : ℂ hs : -↑m < (s + 1).re this : Tendsto (fun n => GammaSeq s n * (↑n / (↑n + 1 + s))) atTop (𝓝 (GammaAux m (s + 1) / s * 1)) ⊢ Tendsto (fun n => ↑n / (↑n + 1 + s)) atTop (𝓝 1)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
simp_rw [add_assoc]
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices ∀ m : ℕ, -↑m < re s → Tendsto (GammaSeq s) atTop (𝓝 <| GammaAux m s) by rw [Gamma] apply this rw [neg_lt] rcases lt_or_le 0 (re s) with (hs |...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.351_0.in2QiCFW52coQT2
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
m : ℕ IH : ∀ (s : ℂ), -↑m < s.re → Tendsto (GammaSeq s) atTop (𝓝 (GammaAux m s)) s : ℂ hs : -↑m < (s + 1).re this : Tendsto (fun n => GammaSeq s n * (↑n / (↑n + 1 + s))) atTop (𝓝 (GammaAux m (s + 1) / s * 1)) ⊢ Tendsto (fun n => ↑n / (↑n + (1 + s))) atTop (𝓝 1)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
exact tendsto_coe_nat_div_add_atTop (1 + s)
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices ∀ m : ℕ, -↑m < re s → Tendsto (GammaSeq s) atTop (𝓝 <| GammaAux m s) by rw [Gamma] apply this rw [neg_lt] rcases lt_or_le 0 (re s) with (hs |...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.351_0.in2QiCFW52coQT2
/-- Euler's limit formula for the complex Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℂ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 ⊢ GammaSeq z n * GammaSeq (1 - z) n = ↑n / (↑n + 1 - z) * (1 / (z * ∏ j in Finset.range n, (1 - z ^ 2 / (↑j + 1) ^ 2)))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 ⊢ ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
intros
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 a✝ b✝ c✝ d✝ : ℂ ⊢ a✝ * b✝ * (c✝ * d✝) = a✝ * c✝ * (b✝ * d✝)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
ring
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros;
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) ⊢ GammaSeq z n * GammaSeq (1 - z) n = ↑n / (↑n + 1 - z) * (1 / (z * ∏ j in Finset.range n, (1 - z ^ 2 / (↑j + 1) ^ 2)))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [GammaSeq, GammaSeq, div_mul_div_comm, aux, ← pow_two]
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) ⊢ ↑n ^ z * ↑n ^ (1 - z) * ↑n ! ^ 2 / ((∏ j in Finset.range (n + 1), (z + ↑j)) * ∏ j in Finset.range (n + 1), (1 - z + ↑j)) = ↑n / (↑n + 1 - z) * (1 / (z * ∏ j in Finset.range n, (1 - z ^ 2 / (↑j + 1) ^ 2)))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
have : (n : ℂ) ^ z * (n : ℂ) ^ (1 - z) = n := by rw [← cpow_add _ _ (Nat.cast_ne_zero.mpr hn), add_sub_cancel'_right, cpow_one]
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) ⊢ ↑n ^ z * ↑n ^ (1 - z) = ↑n
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [← cpow_add _ _ (Nat.cast_ne_zero.mpr hn), add_sub_cancel'_right, cpow_one]
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this : ↑n ^ z * ↑n ^ (1 - z) = ↑n ⊢ ↑n ^ z * ↑n ^ (1 - z) * ↑n ! ^ 2 / ((∏ j in Finset.range (n + 1), (z + ↑j)) * ∏ j in Finset.range (n + 1), (1 - z + ↑j)) = ↑n / (↑n + 1 - z) * (1 / (z * ∏ j in Finset.range n, (1 - z ^ 2 / (↑j +...
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [this, Finset.prod_range_succ', Finset.prod_range_succ, aux, ← Finset.prod_mul_distrib, Nat.cast_zero, add_zero, add_comm (1 - z) n, ← add_sub_assoc]
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this : ↑n ^ z * ↑n ^ (1 - z) = ↑n ⊢ ↑n * ↑n ! ^ 2 / ((∏ x in Finset.range n, (z + ↑(x + 1)) * (1 - z + ↑x)) * (z * (↑n + 1 - z))) = ↑n / (↑n + 1 - z) * (1 / (z * ∏ j in Finset.range n, (1 - z ^ 2 / (↑j + 1) ^ 2)))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
have : ∀ j : ℕ, (z + ↑(j + 1)) * (↑1 - z + ↑j) = ((j + 1) ^ 2 :) * (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2) := by intro j push_cast have : (j : ℂ) + 1 ≠ 0 := by rw [← Nat.cast_succ, Nat.cast_ne_zero]; exact Nat.succ_ne_zero j field_simp; ring
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this : ↑n ^ z * ↑n ^ (1 - z) = ↑n ⊢ ∀ (j : ℕ), (z + ↑(j + 1)) * (1 - z + ↑j) = ↑((j + 1) ^ 2) * (1 - z ^ 2 / (↑j + 1) ^ 2)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
intro j
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this : ↑n ^ z * ↑n ^ (1 - z) = ↑n j : ℕ ⊢ (z + ↑(j + 1)) * (1 - z + ↑j) = ↑((j + 1) ^ 2) * (1 - z ^ 2 / (↑j + 1) ^ 2)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
push_cast
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this : ↑n ^ z * ↑n ^ (1 - z) = ↑n j : ℕ ⊢ (z + (↑j + 1)) * (1 - z + ↑j) = (↑j + 1) ^ 2 * (1 - z ^ 2 / (↑j + 1) ^ 2)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
have : (j : ℂ) + 1 ≠ 0 := by rw [← Nat.cast_succ, Nat.cast_ne_zero]; exact Nat.succ_ne_zero j
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this : ↑n ^ z * ↑n ^ (1 - z) = ↑n j : ℕ ⊢ ↑j + 1 ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [← Nat.cast_succ, Nat.cast_ne_zero]
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this : ↑n ^ z * ↑n ^ (1 - z) = ↑n j : ℕ ⊢ Nat.succ j ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
exact Nat.succ_ne_zero j
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this✝ : ↑n ^ z * ↑n ^ (1 - z) = ↑n j : ℕ this : ↑j + 1 ≠ 0 ⊢ (z + (↑j + 1)) * (1 - z + ↑j) = (↑j + 1) ^ 2 * (1 - z ^ 2 / (↑j + 1) ^ 2)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
field_simp
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this✝ : ↑n ^ z * ↑n ^ (1 - z) = ↑n j : ℕ this : ↑j + 1 ≠ 0 ⊢ (z + (↑j + 1)) * (1 - z + ↑j) * (↑j + 1) ^ 2 = (↑j + 1) ^ 2 * ((↑j + 1) ^ 2 - z ^ 2)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
ring
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this✝ : ↑n ^ z * ↑n ^ (1 - z) = ↑n this : ∀ (j : ℕ), (z + ↑(j + 1)) * (1 - z + ↑j) = ↑((j + 1) ^ 2) * (1 - z ^ 2 / (↑j + 1) ^ 2) ⊢ ↑n * ↑n ! ^ 2 / ((∏ x in Finset.range n, (z + ↑(x + 1)) * (1 - z + ↑x)) * (z * (↑n + 1 - z))) = ↑n / (↑n ...
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
simp_rw [this]
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this✝ : ↑n ^ z * ↑n ^ (1 - z) = ↑n this : ∀ (j : ℕ), (z + ↑(j + 1)) * (1 - z + ↑j) = ↑((j + 1) ^ 2) * (1 - z ^ 2 / (↑j + 1) ^ 2) ⊢ ↑n * ↑n ! ^ 2 / ((∏ x in Finset.range n, ↑((x + 1) ^ 2) * (1 - z ^ 2 / (↑x + 1) ^ 2)) * (z * (↑n + 1 - z))) =...
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [Finset.prod_mul_distrib, ← Nat.cast_prod, Finset.prod_pow, Finset.prod_range_add_one_eq_factorial, Nat.cast_pow, (by intros; ring : ∀ a b c d : ℂ, a * b * (c * d) = a * (d * (b * c))), ← div_div, mul_div_cancel, ← div_div, mul_comm z _, mul_one_div]
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this✝ : ↑n ^ z * ↑n ^ (1 - z) = ↑n this : ∀ (j : ℕ), (z + ↑(j + 1)) * (1 - z + ↑j) = ↑((j + 1) ^ 2) * (1 - z ^ 2 / (↑j + 1) ^ 2) ⊢ ∀ (a b c d : ℂ), a * b * (c * d) = a * (d * (b * c))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
intros
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this✝ : ↑n ^ z * ↑n ^ (1 - z) = ↑n this : ∀ (j : ℕ), (z + ↑(j + 1)) * (1 - z + ↑j) = ↑((j + 1) ^ 2) * (1 - z ^ 2 / (↑j + 1) ^ 2) a✝ b✝ c✝ d✝ : ℂ ⊢ a✝ * b✝ * (c✝ * d✝) = a✝ * (d✝ * (b✝ * c✝))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
ring
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case h z : ℂ n : ℕ hn : n ≠ 0 aux : ∀ (a b c d : ℂ), a * b * (c * d) = a * c * (b * d) this✝ : ↑n ^ z * ↑n ^ (1 - z) = ↑n this : ∀ (j : ℕ), (z + ↑(j + 1)) * (1 - z + ↑j) = ↑((j + 1) ^ 2) * (1 - z ^ 2 / (↑j + 1) ^ 2) ⊢ ↑n ! ^ 2 ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
exact pow_ne_zero 2 (Nat.cast_ne_zero.mpr <| Nat.factorial_ne_zero n)
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2))) := by -- also true for n = 0 but we don't need it have aux : ∀ a b c d : ℂ, a * b * (c * d) = a * c * (b * d) := by intros; ring ...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.395_0.in2QiCFW52coQT2
theorem GammaSeq_mul (z : ℂ) {n : ℕ} (hn : n ≠ 0) : GammaSeq z n * GammaSeq (1 - z) n = n / (n + ↑1 - z) * (↑1 / (z * ∏ j in Finset.range n, (↑1 - z ^ 2 / ((j : ℂ) + 1) ^ 2)))
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ ⊢ Gamma z * Gamma (1 - z) = ↑π / sin (↑π * z)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ pi_ne : ↑π ≠ 0 ⊢ Gamma z * Gamma (1 - z) = ↑π / sin (↑π * z)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
by_cases hs : sin (↑π * z) = 0
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos z : ℂ pi_ne : ↑π ≠ 0 hs : sin (↑π * z) = 0 ⊢ Gamma z * Gamma (1 - z) = ↑π / sin (↑π * z)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [hs, div_zero]
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos z : ℂ pi_ne : ↑π ≠ 0 hs : sin (↑π * z) = 0 ⊢ Gamma z * Gamma (1 - z) = 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [← neg_eq_zero, ← Complex.sin_neg, ← mul_neg, Complex.sin_eq_zero_iff, mul_comm] at hs
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos z : ℂ pi_ne : ↑π ≠ 0 hs : ∃ k, -z * ↑π = ↑k * ↑π ⊢ Gamma z * Gamma (1 - z) = 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
obtain ⟨k, hk⟩ := hs
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos.intro z : ℂ pi_ne : ↑π ≠ 0 k : ℤ hk : -z * ↑π = ↑k * ↑π ⊢ Gamma z * Gamma (1 - z) = 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [mul_eq_mul_right_iff, eq_false (ofReal_ne_zero.mpr pi_pos.ne'), or_false_iff, neg_eq_iff_eq_neg] at hk
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos.intro z : ℂ pi_ne : ↑π ≠ 0 k : ℤ hk : z = -↑k ⊢ Gamma z * Gamma (1 - z) = 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [hk]
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos.intro z : ℂ pi_ne : ↑π ≠ 0 k : ℤ hk : z = -↑k ⊢ Gamma (-↑k) * Gamma (1 - -↑k) = 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
cases k
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos.intro.ofNat z : ℂ pi_ne : ↑π ≠ 0 a✝ : ℕ hk : z = -↑(Int.ofNat a✝) ⊢ Gamma (-↑(Int.ofNat a✝)) * Gamma (1 - -↑(Int.ofNat a✝)) = 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [Int.ofNat_eq_coe, Int.cast_ofNat, Complex.Gamma_neg_nat_eq_zero, zero_mul]
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos.intro.negSucc z : ℂ pi_ne : ↑π ≠ 0 a✝ : ℕ hk : z = -↑(Int.negSucc a✝) ⊢ Gamma (-↑(Int.negSucc a✝)) * Gamma (1 - -↑(Int.negSucc a✝)) = 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [Int.cast_negSucc, neg_neg, Nat.cast_add, Nat.cast_one, add_comm, sub_add_cancel', Complex.Gamma_neg_nat_eq_zero, mul_zero]
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case neg z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 ⊢ Gamma z * Gamma (1 - z) = ↑π / sin (↑π * z)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
refine' tendsto_nhds_unique ((GammaSeq_tendsto_Gamma z).mul (GammaSeq_tendsto_Gamma <| 1 - z)) _
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case neg z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 ⊢ Tendsto (fun x => GammaSeq z x * GammaSeq (1 - z) x) atTop (𝓝 (↑π / sin (↑π * z)))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
have : ↑π / sin (↑π * z) = 1 * (π / sin (π * z)) := by rw [one_mul]
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 ⊢ ↑π / sin (↑π * z) = 1 * (↑π / sin (↑π * z))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [one_mul]
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case neg z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 this : ↑π / sin (↑π * z) = 1 * (↑π / sin (↑π * z)) ⊢ Tendsto (fun x => GammaSeq z x * GammaSeq (1 - z) x) atTop (𝓝 (↑π / sin (↑π * z)))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
convert Tendsto.congr' ((eventually_ne_atTop 0).mp (eventually_of_forall fun n hn => (GammaSeq_mul z hn).symm)) (Tendsto.mul _ _)
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case neg.convert_3 z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 this : ↑π / sin (↑π * z) = 1 * (↑π / sin (↑π * z)) ⊢ Tendsto (fun n => ↑n / (↑n + 1 - z)) atTop (𝓝 1)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
convert tendsto_coe_nat_div_add_atTop (1 - z) using 1
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case h.e'_3 z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 this : ↑π / sin (↑π * z) = 1 * (↑π / sin (↑π * z)) ⊢ (fun n => ↑n / (↑n + 1 - z)) = fun n => ↑n / (↑n + (1 - z))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
ext1 n
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case h.e'_3.h z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 this : ↑π / sin (↑π * z) = 1 * (↑π / sin (↑π * z)) n : ℕ ⊢ ↑n / (↑n + 1 - z) = ↑n / (↑n + (1 - z))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [add_sub_assoc]
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case neg.convert_4 z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 this : ↑π / sin (↑π * z) = 1 * (↑π / sin (↑π * z)) ⊢ Tendsto (fun n => 1 / (z * ∏ j in Finset.range n, (1 - z ^ 2 / (↑j + 1) ^ 2))) atTop (𝓝 (↑π / sin (↑π * z)))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
have : ↑π / sin (↑π * z) = 1 / (sin (π * z) / π) := by field_simp
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 this : ↑π / sin (↑π * z) = 1 * (↑π / sin (↑π * z)) ⊢ ↑π / sin (↑π * z) = 1 / (sin (↑π * z) / ↑π)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
field_simp
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case neg.convert_4 z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 this✝ : ↑π / sin (↑π * z) = 1 * (↑π / sin (↑π * z)) this : ↑π / sin (↑π * z) = 1 / (sin (↑π * z) / ↑π) ⊢ Tendsto (fun n => 1 / (z * ∏ j in Finset.range n, (1 - z ^ 2 / (↑j + 1) ^ 2))) atTop (𝓝 (↑π / sin (↑π * z)))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
convert tendsto_const_nhds.div _ (div_ne_zero hs pi_ne)
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case neg.convert_4.convert_5 z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 this✝ : ↑π / sin (↑π * z) = 1 * (↑π / sin (↑π * z)) this : ↑π / sin (↑π * z) = 1 / (sin (↑π * z) / ↑π) ⊢ Tendsto (fun x => z * ∏ j in Finset.range x, (1 - z ^ 2 / (↑j + 1) ^ 2)) atTop (𝓝 (sin (↑π * z) / ↑π))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [← tendsto_mul_iff_of_ne_zero tendsto_const_nhds pi_ne, div_mul_cancel _ pi_ne]
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case neg.convert_4.convert_5 z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 this✝ : ↑π / sin (↑π * z) = 1 * (↑π / sin (↑π * z)) this : ↑π / sin (↑π * z) = 1 / (sin (↑π * z) / ↑π) ⊢ Tendsto (fun n => (z * ∏ j in Finset.range n, (1 - z ^ 2 / (↑j + 1) ^ 2)) * ↑π) atTop (𝓝 (sin (↑π * z)))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
convert tendsto_euler_sin_prod z using 1
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case h.e'_3 z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 this✝ : ↑π / sin (↑π * z) = 1 * (↑π / sin (↑π * z)) this : ↑π / sin (↑π * z) = 1 / (sin (↑π * z) / ↑π) ⊢ (fun n => (z * ∏ j in Finset.range n, (1 - z ^ 2 / (↑j + 1) ^ 2)) * ↑π) = fun n => ↑π * z * ∏ j in Finset.range n, (1 - z ^ 2 / (↑j + 1) ^ 2)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
ext1 n
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case h.e'_3.h z : ℂ pi_ne : ↑π ≠ 0 hs : ¬sin (↑π * z) = 0 this✝ : ↑π / sin (↑π * z) = 1 * (↑π / sin (↑π * z)) this : ↑π / sin (↑π * z) = 1 / (sin (↑π * z) / ↑π) n : ℕ ⊢ (z * ∏ j in Finset.range n, (1 - z ^ 2 / (↑j + 1) ^ 2)) * ↑π = ↑π * z * ∏ j in Finset.range n, (1 - z ^ 2 / (↑j + 1) ^ 2)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [mul_comm, ← mul_assoc]
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z) := by have pi_ne : (π : ℂ) ≠ 0 := Complex.ofReal_ne_zero.mpr pi_ne_zero by_cases hs : sin (↑π * z) = 0 · -- first deal with silly case z = integer rw [hs, div_z...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.419_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the complex Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (z : ℂ) : Gamma z * Gamma (1 - z) = π / sin (π * z)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m ⊢ Gamma s ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
by_cases h_im : s.im = 0
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : s.im = 0 ⊢ Gamma s ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
have : s = ↑s.re := by conv_lhs => rw [← Complex.re_add_im s] rw [h_im, ofReal_zero, zero_mul, add_zero]
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 ·
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : s.im = 0 ⊢ s = ↑s.re
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
conv_lhs => rw [← Complex.re_add_im s]
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : s.im = 0 | s
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [← Complex.re_add_im s]
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs =>
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : s.im = 0 | s
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [← Complex.re_add_im s]
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs =>
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : s.im = 0 | s
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [← Complex.re_add_im s]
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs =>
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : s.im = 0 ⊢ ↑s.re + ↑s.im * I = ↑s.re
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [h_im, ofReal_zero, zero_mul, add_zero]
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : s.im = 0 this : s = ↑s.re ⊢ Gamma s ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [this, Gamma_ofReal, ofReal_ne_zero]
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : s.im = 0 this : s = ↑s.re ⊢ Real.Gamma s.re ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
refine' Real.Gamma_ne_zero fun n => _
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : s.im = 0 this : s = ↑s.re n : ℕ ⊢ s.re ≠ -↑n
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
specialize hs n
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos s : ℂ h_im : s.im = 0 this : s = ↑s.re n : ℕ hs : s ≠ -↑n ⊢ s.re ≠ -↑n
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
contrapose! hs
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case pos s : ℂ h_im : s.im = 0 this : s = ↑s.re n : ℕ hs : s.re = -↑n ⊢ s = -↑n
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rwa [this, ← ofReal_nat_cast, ← ofReal_neg, ofReal_inj]
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case neg s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : ¬s.im = 0 ⊢ Gamma s ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
have : sin (↑π * s) ≠ 0 := by rw [Complex.sin_ne_zero_iff] intro k apply_fun im rw [ofReal_mul_im, ← ofReal_int_cast, ← ofReal_mul, ofReal_im] exact mul_ne_zero Real.pi_pos.ne' h_im
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : ¬s.im = 0 ⊢ sin (↑π * s) ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [Complex.sin_ne_zero_iff]
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : ¬s.im = 0 ⊢ ∀ (k : ℤ), ↑π * s ≠ ↑k * ↑π
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
intro k
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : ¬s.im = 0 k : ℤ ⊢ ↑π * s ≠ ↑k * ↑π
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
apply_fun im
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : ¬s.im = 0 k : ℤ ⊢ (↑π * s).im ≠ (↑k * ↑π).im
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [ofReal_mul_im, ← ofReal_int_cast, ← ofReal_mul, ofReal_im]
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : ¬s.im = 0 k : ℤ ⊢ π * s.im ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
exact mul_ne_zero Real.pi_pos.ne' h_im
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case neg s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : ¬s.im = 0 this : sin (↑π * s) ≠ 0 ⊢ Gamma s ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
have A := div_ne_zero (ofReal_ne_zero.mpr Real.pi_pos.ne') this
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case neg s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : ¬s.im = 0 this : sin (↑π * s) ≠ 0 A : ↑π / sin (↑π * s) ≠ 0 ⊢ Gamma s ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [← Complex.Gamma_mul_Gamma_one_sub s, mul_ne_zero_iff] at A
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case neg s : ℂ hs : ∀ (m : ℕ), s ≠ -↑m h_im : ¬s.im = 0 this : sin (↑π * s) ≠ 0 A : Gamma s ≠ 0 ∧ Gamma (1 - s) ≠ 0 ⊢ Gamma s ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
exact A.1
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0 := by by_cases h_im : s.im = 0 · have : s = ↑s.re := by conv_lhs => rw [← Co...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.446_0.in2QiCFW52coQT2
/-- The Gamma function does not vanish on `ℂ` (except at non-positive integers, where the function is mathematically undefined and we set it to `0` by convention). -/ theorem Gamma_ne_zero {s : ℂ} (hs : ∀ m : ℕ, s ≠ -m) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ ⊢ Gamma s = 0 ↔ ∃ m, s = -↑m
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
constructor
theorem Gamma_eq_zero_iff (s : ℂ) : Gamma s = 0 ↔ ∃ m : ℕ, s = -m := by
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.469_0.in2QiCFW52coQT2
theorem Gamma_eq_zero_iff (s : ℂ) : Gamma s = 0 ↔ ∃ m : ℕ, s = -m
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case mp s : ℂ ⊢ Gamma s = 0 → ∃ m, s = -↑m
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
contrapose!
theorem Gamma_eq_zero_iff (s : ℂ) : Gamma s = 0 ↔ ∃ m : ℕ, s = -m := by constructor ·
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.469_0.in2QiCFW52coQT2
theorem Gamma_eq_zero_iff (s : ℂ) : Gamma s = 0 ↔ ∃ m : ℕ, s = -m
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case mp s : ℂ ⊢ (∀ (m : ℕ), s ≠ -↑m) → Gamma s ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
exact Gamma_ne_zero
theorem Gamma_eq_zero_iff (s : ℂ) : Gamma s = 0 ↔ ∃ m : ℕ, s = -m := by constructor · contrapose!;
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.469_0.in2QiCFW52coQT2
theorem Gamma_eq_zero_iff (s : ℂ) : Gamma s = 0 ↔ ∃ m : ℕ, s = -m
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case mpr s : ℂ ⊢ (∃ m, s = -↑m) → Gamma s = 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rintro ⟨m, rfl⟩
theorem Gamma_eq_zero_iff (s : ℂ) : Gamma s = 0 ↔ ∃ m : ℕ, s = -m := by constructor · contrapose!; exact Gamma_ne_zero ·
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.469_0.in2QiCFW52coQT2
theorem Gamma_eq_zero_iff (s : ℂ) : Gamma s = 0 ↔ ∃ m : ℕ, s = -m
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case mpr.intro m : ℕ ⊢ Gamma (-↑m) = 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
exact Gamma_neg_nat_eq_zero m
theorem Gamma_eq_zero_iff (s : ℂ) : Gamma s = 0 ↔ ∃ m : ℕ, s = -m := by constructor · contrapose!; exact Gamma_ne_zero · rintro ⟨m, rfl⟩;
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.469_0.in2QiCFW52coQT2
theorem Gamma_eq_zero_iff (s : ℂ) : Gamma s = 0 ↔ ∃ m : ℕ, s = -m
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ hs : 0 < s.re ⊢ Gamma s ≠ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
refine' Gamma_ne_zero fun m => _
/-- A weaker, but easier-to-apply, version of `Complex.Gamma_ne_zero`. -/ theorem Gamma_ne_zero_of_re_pos {s : ℂ} (hs : 0 < re s) : Gamma s ≠ 0 := by
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.475_0.in2QiCFW52coQT2
/-- A weaker, but easier-to-apply, version of `Complex.Gamma_ne_zero`. -/ theorem Gamma_ne_zero_of_re_pos {s : ℂ} (hs : 0 < re s) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ hs : 0 < s.re m : ℕ ⊢ s ≠ -↑m
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
contrapose! hs
/-- A weaker, but easier-to-apply, version of `Complex.Gamma_ne_zero`. -/ theorem Gamma_ne_zero_of_re_pos {s : ℂ} (hs : 0 < re s) : Gamma s ≠ 0 := by refine' Gamma_ne_zero fun m => _
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.475_0.in2QiCFW52coQT2
/-- A weaker, but easier-to-apply, version of `Complex.Gamma_ne_zero`. -/ theorem Gamma_ne_zero_of_re_pos {s : ℂ} (hs : 0 < re s) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ m : ℕ hs : s = -↑m ⊢ s.re ≤ 0
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
simpa only [hs, neg_re, ← ofReal_nat_cast, ofReal_re, neg_nonpos] using Nat.cast_nonneg _
/-- A weaker, but easier-to-apply, version of `Complex.Gamma_ne_zero`. -/ theorem Gamma_ne_zero_of_re_pos {s : ℂ} (hs : 0 < re s) : Gamma s ≠ 0 := by refine' Gamma_ne_zero fun m => _ contrapose! hs
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.475_0.in2QiCFW52coQT2
/-- A weaker, but easier-to-apply, version of `Complex.Gamma_ne_zero`. -/ theorem Gamma_ne_zero_of_re_pos {s : ℂ} (hs : 0 < re s) : Gamma s ≠ 0
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℝ ⊢ Tendsto (GammaSeq s) atTop (𝓝 (Gamma s))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
suffices : Tendsto ((↑) ∘ GammaSeq s : ℕ → ℂ) atTop (𝓝 <| Complex.Gamma s)
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.492_0.in2QiCFW52coQT2
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℝ this : Tendsto (Complex.ofReal' ∘ GammaSeq s) atTop (𝓝 (Complex.Gamma ↑s)) ⊢ Tendsto (GammaSeq s) atTop (𝓝 (Gamma s)) case this s : ℝ ⊢ Tendsto (Complex.ofReal' ∘ GammaSeq s) atTop (𝓝 (Complex.Gamma ↑s))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
exact (Complex.continuous_re.tendsto (Complex.Gamma ↑s)).comp this
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices : Tendsto ((↑) ∘ GammaSeq s : ℕ → ℂ) atTop (𝓝 <| Complex.Gamma s)
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.492_0.in2QiCFW52coQT2
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case this s : ℝ ⊢ Tendsto (Complex.ofReal' ∘ GammaSeq s) atTop (𝓝 (Complex.Gamma ↑s))
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
convert Complex.GammaSeq_tendsto_Gamma s
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices : Tendsto ((↑) ∘ GammaSeq s : ℕ → ℂ) atTop (𝓝 <| Complex.Gamma s) exact (Complex.continuous_re.tendsto (Complex.Gamma ↑s)).comp this
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.492_0.in2QiCFW52coQT2
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case h.e'_3 s : ℝ ⊢ Complex.ofReal' ∘ GammaSeq s = Complex.GammaSeq ↑s
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
ext1 n
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices : Tendsto ((↑) ∘ GammaSeq s : ℕ → ℂ) atTop (𝓝 <| Complex.Gamma s) exact (Complex.continuous_re.tendsto (Complex.Gamma ↑s)).comp this convert Complex.GammaSe...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.492_0.in2QiCFW52coQT2
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case h.e'_3.h s : ℝ n : ℕ ⊢ (Complex.ofReal' ∘ GammaSeq s) n = Complex.GammaSeq (↑s) n
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
dsimp only [GammaSeq, Function.comp_apply, Complex.GammaSeq]
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices : Tendsto ((↑) ∘ GammaSeq s : ℕ → ℂ) atTop (𝓝 <| Complex.Gamma s) exact (Complex.continuous_re.tendsto (Complex.Gamma ↑s)).comp this convert Complex.GammaSe...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.492_0.in2QiCFW52coQT2
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case h.e'_3.h s : ℝ n : ℕ ⊢ ↑(↑n ^ s * ↑n ! / ∏ j in Finset.range (n + 1), (s + ↑j)) = ↑n ^ ↑s * ↑n ! / ∏ j in Finset.range (n + 1), (↑s + ↑j)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
push_cast
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices : Tendsto ((↑) ∘ GammaSeq s : ℕ → ℂ) atTop (𝓝 <| Complex.Gamma s) exact (Complex.continuous_re.tendsto (Complex.Gamma ↑s)).comp this convert Complex.GammaSe...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.492_0.in2QiCFW52coQT2
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case h.e'_3.h s : ℝ n : ℕ ⊢ ↑(↑n ^ s) * ↑n ! / ∏ x in Finset.range (n + 1), (↑s + ↑x) = ↑n ^ ↑s * ↑n ! / ∏ x in Finset.range (n + 1), (↑s + ↑x)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [Complex.ofReal_cpow n.cast_nonneg, Complex.ofReal_nat_cast]
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s) := by suffices : Tendsto ((↑) ∘ GammaSeq s : ℕ → ℂ) atTop (𝓝 <| Complex.Gamma s) exact (Complex.continuous_re.tendsto (Complex.Gamma ↑s)).comp this convert Complex.GammaSe...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.492_0.in2QiCFW52coQT2
/-- Euler's limit formula for the real Gamma function. -/ theorem GammaSeq_tendsto_Gamma (s : ℝ) : Tendsto (GammaSeq s) atTop (𝓝 <| Gamma s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℝ ⊢ Gamma s * Gamma (1 - s) = π / sin (π * s)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
simp_rw [← Complex.ofReal_inj, Complex.ofReal_div, Complex.ofReal_sin, Complex.ofReal_mul, ← Complex.Gamma_ofReal, Complex.ofReal_sub, Complex.ofReal_one]
/-- Euler's reflection formula for the real Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (s : ℝ) : Gamma s * Gamma (1 - s) = π / sin (π * s) := by
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.503_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the real Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (s : ℝ) : Gamma s * Gamma (1 - s) = π / sin (π * s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℝ ⊢ Complex.Gamma ↑s * Complex.Gamma (1 - ↑s) = ↑π / Complex.sin (↑π * ↑s)
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
exact Complex.Gamma_mul_Gamma_one_sub s
/-- Euler's reflection formula for the real Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (s : ℝ) : Gamma s * Gamma (1 - s) = π / sin (π * s) := by simp_rw [← Complex.ofReal_inj, Complex.ofReal_div, Complex.ofReal_sin, Complex.ofReal_mul, ← Complex.Gamma_ofReal, Complex.ofReal_sub, Complex.ofReal_one]
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.503_0.in2QiCFW52coQT2
/-- Euler's reflection formula for the real Gamma function. -/ theorem Gamma_mul_Gamma_one_sub (s : ℝ) : Gamma s * Gamma (1 - s) = π / sin (π * s)
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
s : ℂ ⊢ (Gamma s)⁻¹ = s * (Gamma (s + 1))⁻¹
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rcases ne_or_eq s 0 with (h | rfl)
/-- A reformulation of the Gamma recurrence relation which is true for `s = 0` as well. -/ theorem one_div_Gamma_eq_self_mul_one_div_Gamma_add_one (s : ℂ) : (Gamma s)⁻¹ = s * (Gamma (s + 1))⁻¹ := by
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.527_0.in2QiCFW52coQT2
/-- A reformulation of the Gamma recurrence relation which is true for `s = 0` as well. -/ theorem one_div_Gamma_eq_self_mul_one_div_Gamma_add_one (s : ℂ) : (Gamma s)⁻¹ = s * (Gamma (s + 1))⁻¹
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case inl s : ℂ h : s ≠ 0 ⊢ (Gamma s)⁻¹ = s * (Gamma (s + 1))⁻¹
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [Gamma_add_one s h, mul_inv, mul_inv_cancel_left₀ h]
/-- A reformulation of the Gamma recurrence relation which is true for `s = 0` as well. -/ theorem one_div_Gamma_eq_self_mul_one_div_Gamma_add_one (s : ℂ) : (Gamma s)⁻¹ = s * (Gamma (s + 1))⁻¹ := by rcases ne_or_eq s 0 with (h | rfl) ·
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.527_0.in2QiCFW52coQT2
/-- A reformulation of the Gamma recurrence relation which is true for `s = 0` as well. -/ theorem one_div_Gamma_eq_self_mul_one_div_Gamma_add_one (s : ℂ) : (Gamma s)⁻¹ = s * (Gamma (s + 1))⁻¹
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case inr ⊢ (Gamma 0)⁻¹ = 0 * (Gamma (0 + 1))⁻¹
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
rw [zero_add, Gamma_zero, inv_zero, zero_mul]
/-- A reformulation of the Gamma recurrence relation which is true for `s = 0` as well. -/ theorem one_div_Gamma_eq_self_mul_one_div_Gamma_add_one (s : ℂ) : (Gamma s)⁻¹ = s * (Gamma (s + 1))⁻¹ := by rcases ne_or_eq s 0 with (h | rfl) · rw [Gamma_add_one s h, mul_inv, mul_inv_cancel_left₀ h] ·
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.527_0.in2QiCFW52coQT2
/-- A reformulation of the Gamma recurrence relation which is true for `s = 0` as well. -/ theorem one_div_Gamma_eq_self_mul_one_div_Gamma_add_one (s : ℂ) : (Gamma s)⁻¹ = s * (Gamma (s + 1))⁻¹
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
⊢ Differentiable ℂ fun s => (Gamma s)⁻¹
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
suffices : ∀ n : ℕ, ∀ (s : ℂ) (_ : -s.re < n), DifferentiableAt ℂ (fun u : ℂ => (Gamma u)⁻¹) s
/-- The reciprocal of the Gamma function is differentiable everywhere (including the points where Gamma itself is not). -/ theorem differentiable_one_div_Gamma : Differentiable ℂ fun s : ℂ => (Gamma s)⁻¹ := by
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.535_0.in2QiCFW52coQT2
/-- The reciprocal of the Gamma function is differentiable everywhere (including the points where Gamma itself is not). -/ theorem differentiable_one_div_Gamma : Differentiable ℂ fun s : ℂ => (Gamma s)⁻¹
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
this : ∀ (n : ℕ) (s : ℂ), -s.re < ↑n → DifferentiableAt ℂ (fun u => (Gamma u)⁻¹) s ⊢ Differentiable ℂ fun s => (Gamma s)⁻¹ case this ⊢ ∀ (n : ℕ) (s : ℂ), -s.re < ↑n → DifferentiableAt ℂ (fun u => (Gamma u)⁻¹) s
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
exact fun s => let ⟨n, h⟩ := exists_nat_gt (-s.re) this n s h
/-- The reciprocal of the Gamma function is differentiable everywhere (including the points where Gamma itself is not). -/ theorem differentiable_one_div_Gamma : Differentiable ℂ fun s : ℂ => (Gamma s)⁻¹ := by suffices : ∀ n : ℕ, ∀ (s : ℂ) (_ : -s.re < n), DifferentiableAt ℂ (fun u : ℂ => (Gamma u)⁻¹) s
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.535_0.in2QiCFW52coQT2
/-- The reciprocal of the Gamma function is differentiable everywhere (including the points where Gamma itself is not). -/ theorem differentiable_one_div_Gamma : Differentiable ℂ fun s : ℂ => (Gamma s)⁻¹
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case this ⊢ ∀ (n : ℕ) (s : ℂ), -s.re < ↑n → DifferentiableAt ℂ (fun u => (Gamma u)⁻¹) s
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
intro n
/-- The reciprocal of the Gamma function is differentiable everywhere (including the points where Gamma itself is not). -/ theorem differentiable_one_div_Gamma : Differentiable ℂ fun s : ℂ => (Gamma s)⁻¹ := by suffices : ∀ n : ℕ, ∀ (s : ℂ) (_ : -s.re < n), DifferentiableAt ℂ (fun u : ℂ => (Gamma u)⁻¹) s exact fun s...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.535_0.in2QiCFW52coQT2
/-- The reciprocal of the Gamma function is differentiable everywhere (including the points where Gamma itself is not). -/ theorem differentiable_one_div_Gamma : Differentiable ℂ fun s : ℂ => (Gamma s)⁻¹
Mathlib_Analysis_SpecialFunctions_Gamma_Beta
case this n : ℕ ⊢ ∀ (s : ℂ), -s.re < ↑n → DifferentiableAt ℂ (fun u => (Gamma u)⁻¹) s
/- Copyright (c) 2023 David Loeffler. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Loeffler -/ import Mathlib.Analysis.Convolution import Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd import Mathlib.Analysis.SpecialFunctions.Gamma.BohrMollerup i...
induction' n with m hm
/-- The reciprocal of the Gamma function is differentiable everywhere (including the points where Gamma itself is not). -/ theorem differentiable_one_div_Gamma : Differentiable ℂ fun s : ℂ => (Gamma s)⁻¹ := by suffices : ∀ n : ℕ, ∀ (s : ℂ) (_ : -s.re < n), DifferentiableAt ℂ (fun u : ℂ => (Gamma u)⁻¹) s exact fun s...
Mathlib.Analysis.SpecialFunctions.Gamma.Beta.535_0.in2QiCFW52coQT2
/-- The reciprocal of the Gamma function is differentiable everywhere (including the points where Gamma itself is not). -/ theorem differentiable_one_div_Gamma : Differentiable ℂ fun s : ℂ => (Gamma s)⁻¹
Mathlib_Analysis_SpecialFunctions_Gamma_Beta