lemma
proved
term proof
coe_mk
show as:
view Lean formalization →
formal statement (Lean)
47@[simp] lemma coe_mk (f : ℝ → ℝ) (hc : ContinuousOn f (Icc a b))
48 (hp : ∀ t ∈ Icc a b, 0 < f t) :
49 (⟨f, hc, hp⟩ : AdmissiblePath a b).toFun = f := rfl
proof body
Term-mode proof.
50
51/-- The constant path at value `c > 0`. -/