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

primitive_to_uniqueness_aczel

proved
show as:
view math explainer →
module
IndisputableMonolith.Cost.AczelClassification
domain
Cost
line
116 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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