pith. machine review for the scientific record. sign in
def definition def or abbrev

uniformChargeMesh

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  69noncomputable def uniformChargeMesh (N : ℕ) (m : ℤ) : AnnularMesh N where
  70  rings := fun n => uniformRingSample n.val m

proof body

Definition body.

  71  charge := m
  72  uniform_charge := by
  73    intro n
  74    rfl
  75
  76/-- The Fredholm–Carleman carrier associated with the Euler product.
  77    C(s) = det₂(I−A(s))² = ∏_p (1−p^{−s})² exp(2p^{−s}).
  78    Holomorphic and nonvanishing on Re(s) > 1/2. -/

used by (6)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (8)

Lean names referenced from this declaration's body.