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

sigmaCore

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)

  13def sigmaCore (n : ℕ) (a2 : ℝ) : ℝ :=

proof body

Definition body.

  14  let num := (3 : ℝ) ^ n * (a2) ^ n
  15  let den := 2 * (1 - 2 * a2) ^ (2 * n - 1)
  16  num / den
  17

used by (4)

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