Skip to content

Integral representation of the Zeta function #59

@SnirBroshi

Description

@SnirBroshi
import Mathlib

example {s : ℂ} (h : 1 < s.re) :
    riemannZeta s = (1 / Complex.Gamma s) *
      ∫ x in Set.Ioi (0 : ℝ), (x : ℂ) ^ (s - 1) / (Real.exp x - 1) := by
  sorry

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions