Theorems · Definition · general topology
Path.truncate
{X : Type u_4} →
[inst : TopologicalSpace X] → {a b : X} → (γ : Path a b) → (t₀ t₁ : ℝ) → Path (γ.extend (min t₀ t₁)) (γ.extend t₁)γ.truncate t₀ t₁ is the path which follows the path γ on the time interval [t₀, t₁]
and stays still otherwise.
- Defined in
- Mathlib.Topology.Path
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 124 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemproof · cited by 7,166
- ContinuousMapstatement · cited by 2,491
- unitIntervalproof · cited by 607
- Pathstatement and proof · cited by 318
- Path.extendstatement and proof · cited by 52
Cited by8
Results whose statement or proof uses this declaration.
- Path.truncate_selfstatement · cited by 2
- Path.truncateOfLEproof · cited by 1
- Path.truncate_continuous_familystatement · cited by 1
- Path.truncate_const_continuous_familystatement · cited by 0
- Path.truncate_one_onestatement and proof · cited by 0
- Path.truncate_rangestatement and proof · cited by 0
- Path.truncate_zero_onestatement and proof · cited by 0
- Path.truncate_zero_zerostatement and proof · cited by 0