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

RecognitionThetaPrefactor

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)

  26structure RecognitionThetaPrefactor where
  27  ρ : ℝ → ℝ
  28  continuous : Continuous ρ
  29  inversion :
  30    ∀ t : ℝ, 0 < t →
  31      recognitionTheta (1 / t) = ρ t * recognitionTheta t
  32
  33/-- Prefactor data is exactly the existing modular-identity structure. -/

used by (3)

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

depends on (7)

Lean names referenced from this declaration's body.