theorem
proved
term proof
deriv_coordRay_i
show as:
view Lean formalization →
formal statement (Lean)
383theorem deriv_coordRay_i (x : Fin 4 → ℝ) (i : Fin 4) :
384 deriv (fun t => (coordRay x i t) i) 0 = 1 := by
proof body
Term-mode proof.
385 simp only [coordRay_apply, basisVec_self, mul_one]
386 rw [deriv_const_add, deriv_id'']
387