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)
312structure AngleCouplingAxioms (H : ℝ → ℝ) : Prop where
313 /-- Aθ1: d'Alembert functional equation -/
314 dAlembert : ∀ t u, H (t+u) + H (t-u) = 2 * H t * H u
315 /-- Aθ2: Continuity -/
316 continuous : Continuous H
317 /-- Aθ3: Normalization -/
318 normalized : H 0 = 1
319 /-- Aθ4: Calibration (selects cosine branch) -/
320 calibrated : deriv (deriv H) 0 = -1
321
322/-- **Standard Regularity Bundle for Angle Coupling**
323
324Packages the Aczél theory hypotheses. -/
used by (2)
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.
-
H
in IndisputableMonolith.Algebra.CostAlgebra
decl_use
-
H
in IndisputableMonolith.Cost.FunctionalEquation
decl_use
-
Calibration
in IndisputableMonolith.Foundation.CostAxioms
decl_use
-
Normalization
in IndisputableMonolith.Foundation.CostAxioms
decl_use
-
Calibration
in IndisputableMonolith.Foundation.CostFromDistinction
decl_use
-
for
in IndisputableMonolith.Foundation.UniversalForcingSelfReference
decl_use
-
Coupling
in IndisputableMonolith.Information.FEPBridgeFromJCost
decl_use
-
normalized
in IndisputableMonolith.NavierStokes.RunningMaxNormalization
decl_use