lemma
proved
term proof
interp_one
show as:
view Lean formalization →
formal statement (Lean)
146lemma interp_one {a b : ℝ} (γ₁ γ₂ : AdmissiblePath a b) :
147 ∀ t, (interp γ₁ γ₂ 1 ⟨by norm_num, le_refl 1⟩).toFun t = γ₂.toFun t := by
proof body
Term-mode proof.
148 intro t; simp [interp_apply]
149
150/-- Interpolation preserves shared endpoints. -/