class
definition
def or abbrev
AczelSmoothnessPackage
show as:
view Lean formalization →
formal statement (Lean)
37class AczelSmoothnessPackage : Prop where
38 smooth_of_dAlembert :
39 ∀ (H : ℝ → ℝ),
40 H 0 = 1 →
41 Continuous H →
42 (∀ t u, H (t + u) + H (t - u) = 2 * H t * H u) →
43 ContDiff ℝ ⊤ H
44
45/-- Smoothness of continuous d'Alembert solutions, parameterized by an
46`AczelSmoothnessPackage` instance. -/
used by (13)
-
aczel_dAlembert_smooth -
aczel_kernel_ode -
aczel_kernel_smooth -
aczelRegularityKernel -
primitive_to_uniqueness_aczel -
dAlembert_contDiff_top -
h_aczel_classification_proved -
dAlembert_cosh_solution_aczel -
dAlembert_smooth_of_aczel -
washburn_uniqueness_aczel -
aczel_kannappan_via_cases -
cosh_rescaling_lemma -
J_is_unique_cost_under_logic