LeanPool.DirectedTopologyLean4.DirectedUnitInterval #
@[implicit_reducible]
Construct the directed unit interval by using the preorder inherited from ℝ
The identity on I as a path I → I.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The identity path is a directed path.
theorem
DirectedUnitInterval.isDipath_of_isDipath_comp_id
{X : Type u}
[DirectedSpace X]
{x y : X}
{γ : Path x y}
(h : IsDipath (IdentityPath.map ⋯))
:
IsDipath γ
If γ is path and the identity path on I composed with γ is a directed path, then γ is a
directed path.
A directed map from I to I is monotone
theorem
DirectedUnitInterval.directed_of_monotone
(f : C(↑unitInterval, ↑unitInterval))
(hf_mono : Monotone ⇑f)
:
A continuous map from I to I that is monotone is directed
theorem
DirectedUnitInterval.directed_path_bounded
{t₀ t₁ : ↑unitInterval}
{γ : Path t₀ t₁}
(γ_dipath : IsDipath γ)
(t : ↑unitInterval)
:
A directed path on I is bounded by its source and target
theorem
DirectedUnitInterval.directed_path_source_le_target
{t₀ t₁ : ↑unitInterval}
{γ : Path t₀ t₁}
(γ_dipath : IsDipath γ)
:
The source of a directed path on I is ≤ than its target