Documentation

LeanPool.DirectedTopologyLean4.DirectedUnitInterval

LeanPool.DirectedTopologyLean4.DirectedUnitInterval #

@[implicit_reducible]

Construct the directed unit interval by using the preorder inherited from ℝ

Equations

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.

    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

    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) :
    t₀ γ t γ t t₁

    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 γ) :
    t₀ t₁

    The source of a directed path on I is than its target