def
definition
def or abbrev
dAlembert_continuous_implies_smooth_hypothesis
show as:
view Lean formalization →
formal statement (Lean)
525def dAlembert_continuous_implies_smooth_hypothesis (H : ℝ → ℝ) : Prop :=
proof body
Definition body.
526 H 0 = 1 → Continuous H → (∀ t u, H (t+u) + H (t-u) = 2 * H t * H u) → ContDiff ℝ ⊤ H
527
528/-- **d'Alembert to ODE derivation.**
529
530 If H satisfies the d'Alembert equation and is smooth, then H'' = H.
531
532 Proof sketch: Differentiate H(t+u) + H(t-u) = 2H(t)H(u) twice with respect to u,
533 then set u = 0 to get H''(t) = H''(0) · H(t). With calibration H''(0) = 1, this
534 gives H''(t) = H(t). -/
used by (16)
-
cost_algebra_unique -
aczel_kernel_smooth -
AczelRegularityKernel -
cosh_dAlembert_smooth -
dAlembert_cosh_solution -
dAlembert_cosh_solution_of_log_curvature -
dAlembert_smooth_of_aczel -
symmetric_second_diff_limit_hypothesis -
washburn_uniqueness -
dAlembert_smooth_of_aczel -
T5_uniqueness_complete -
UniqueCostAxioms -
unique_cost_on_pos_from_rcl -
uniqueness_specification -
dAlembert_classification -
ZeroCompositionLaw