def
definition
logicComplexAnalyticSubstrateCert
show as:
view math explainer →
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
depends on
-
equivComplex -
logicCompletedRiemannZeta_one_sub -
LogicComplexAnalyticSubstrateCert -
logicRiemannZeta_eulerProduct_tendsto
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