Documentation

LeanPool.DirectedTopologyLean4.Interpolate

LeanPool.DirectedTopologyLean4.Interpolate #

theorem interp_mem_I (T a b : unitInterval) :
(unitInterval.symm T) * a + T * b unitInterval
theorem interp_const_le_of_le_of_le {a b T₀ T₁ : unitInterval} (hab : a b) (hT : T₀ T₁) :
(unitInterval.symm T₀) * a + T₀ * b (unitInterval.symm T₁) * a + T₁ * b

The continuous map t ↦ (1 - t) * a + t * b interpolating between a and b in I.

Equations
Instances For

    The directed-map version of interpolateConst when a ≤ b.

    Equations
    Instances For

      Two-parameter interpolation (s, t) ↦ (1 - s) * f t + s * g t.

      Equations
      Instances For
        theorem interpolate_constant_apply (f g : C(unitInterval, unitInterval)) (t v : unitInterval) (hf : f t = v) (hg : g t = v) (x : unitInterval) :
        (interpolate f g) (x, t) = v