theorem
line_rpow_second_deriv_at0
{P : ℝ → ℝ}
{a : ℝ}
(hP0 : P 0 ≠ 0)
(hP_diff : ∀ᶠ (t : ℝ) in nhds 0, DifferentiableAt ℝ P t)
(hP_near : ∀ᶠ (t : ℝ) in nhds 0, P t ≠ 0)
(hP0_diff : DifferentiableAt ℝ P 0)
(hP' : DifferentiableAt ℝ (deriv P) 0)
:
Second derivative of t ↦ (P t)^a at 0 under a local nonzero hypothesis.