theorem
proved
term proof
differentiableAt_coordRay_i_sq
show as:
view Lean formalization →
formal statement (Lean)
360theorem differentiableAt_coordRay_i_sq (x : Fin 4 → ℝ) (μ i : Fin 4) :
361 DifferentiableAt ℝ (fun t => (coordRay x μ t) i ^ 2) 0 := by
proof body
Term-mode proof.
362 apply DifferentiableAt.pow (differentiableAt_coordRay_i x μ i) 2
363
364/-- Closed form for ∂μ (xᵢ²). -/