Theorems · Theorem · general topology
Path.trans_continuous_family
∀ {X : Type u_1} [inst : TopologicalSpace X] {ι : Type u_4} [inst_1 : TopologicalSpace ι] {a b c : ι → X}
(γ₁ : (t : ι) → Path (a t) (b t)),
Continuous ↿γ₁ → ∀ (γ₂ : (t : ι) → Path (b t) (c t)), Continuous ↿γ₂ → Continuous ↿fun t => (γ₁ t).trans (γ₂ t)- Defined in
- Mathlib.Topology.Path
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 125 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemstatement and proof · cited by 7,166
- Continuousstatement and proof · cited by 2,592
- sub_selfproof · cited by 996
- one_divproof · cited by 624
- unitIntervalstatement and proof · cited by 607
- Continuous.compproof · cited by 371
- Pathstatement and proof · cited by 318
- continuous_id'proof · cited by 295
Cited by1
Results whose statement or proof uses this declaration.
- Continuous.path_transproof · cited by 1