pith. machine review for the scientific record. sign in
lemma proved term proof

interp_one

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

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. -/

depends on (4)

Lean names referenced from this declaration's body.