Theorems · Definition · dynamical systems
Flow.reverse
{τ : Type u_1} →
{α : Type u_2} →
[inst : TopologicalSpace τ] →
[inst_1 : TopologicalSpace α] → [inst_2 : SubtractionCommMonoid τ] → [ContinuousNeg τ] → Flow τ α → Flow τ αThe time-reversal of a flow ϕ by a (commutative, additive) group
is defined ϕ.reverse t x = ϕ (-t) x.
- Defined in
- Mathlib.Dynamics.Flow
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- ContinuousNegstatement and proof · cited by 119
- SubtractionCommMonoidstatement and proof · cited by 79
- Flowstatement and proof · cited by 46
- Flow.toFunproof · cited by 34
Cited by1
Results whose statement or proof uses this declaration.
- Flow.reverse_applystatement · cited by 0