pith. machine review for the scientific record. sign in
def

logicComplexAnalyticSubstrateCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Foundation.LogicComplexCompat
domain
Foundation
line
84 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Foundation.LogicComplexCompat on GitHub at line 84.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

used by

formal source

  81        logicCompletedRiemannZeta s
  82
  83/-- The analytic substrate compatibility certificate for Phase 2. -/
  84def logicComplexAnalyticSubstrateCert : LogicComplexAnalyticSubstrateCert where
  85  carrier_equiv := equivComplex
  86  zeta_transport := fun _ => rfl
  87  completed_zeta_transport := fun _ => rfl
  88  euler_product := logicRiemannZeta_eulerProduct_tendsto
  89  completed_functional_equation := logicCompletedRiemannZeta_one_sub
  90
  91end
  92
  93end LogicComplexCompat
  94end Foundation
  95end IndisputableMonolith