theorem
proved
primitive_to_uniqueness_aczel
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Cost.AczelClassification on GitHub at line 116.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
113
114/-- Convenience form of the canonical T5 theorem using the current Aczél
115smoothness package to supply the regularity kernel automatically. -/
116theorem primitive_to_uniqueness_aczel [AczelSmoothnessPackage] (F : ℝ → ℝ)
117 (hF : PrimitiveCostHypotheses F) :
118 ∀ x : ℝ, 0 < x → F x = Cost.Jcost x :=
119 primitive_to_uniqueness_of_kernel F hF (aczelRegularityKernel (H F))
120
121end FunctionalEquation
122end Cost
123end IndisputableMonolith