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)
28noncomputable def aczelRegularityKernel [AczelSmoothnessPackage] (H : ℝ → ℝ) :
29 AczelRegularityKernel H where
30 smooth := dAlembert_smooth_of_aczel H
proof body
Definition body.
31 ode := by
32 intro h_one h_cont h_dAlembert h_d2_zero
33 have h_smooth : ContDiff ℝ ⊤ H :=
34 dAlembert_smooth_of_aczel H h_one h_cont h_dAlembert
35 exact dAlembert_to_ODE_theorem H h_smooth h_dAlembert h_d2_zero
36
37/-- Convenience projection: the smoothness theorem exported by the kernel. -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (12)
Lean names referenced from this declaration's body.
-
H
in IndisputableMonolith.Algebra.CostAlgebra
decl_use
-
kernel
in IndisputableMonolith.Cosmology.BITKernelFamilies
decl_use
-
AczelSmoothnessPackage
in IndisputableMonolith.Cost.AczelClass
decl_use
-
AczelRegularityKernel
in IndisputableMonolith.Cost.AczelClassification
decl_use
-
smooth
in IndisputableMonolith.Cost.AczelProof
decl_use
-
smooth
in IndisputableMonolith.Cost.AczelTheorem
decl_use
-
dAlembert_smooth_of_aczel
in IndisputableMonolith.Cost.FunctionalEquation
decl_use
-
dAlembert_to_ODE_theorem
in IndisputableMonolith.Cost.FunctionalEquation
decl_use
-
H
in IndisputableMonolith.Cost.FunctionalEquation
decl_use
-
dAlembert_smooth_of_aczel
in IndisputableMonolith.Cost.FunctionalEquationAczel
decl_use
-
dAlembert_to_ODE_theorem
in IndisputableMonolith.Cost.FunctionalEquationAczel
decl_use
-
kernel
in IndisputableMonolith.ILG.Kernel
decl_use