Theorems · Definition · general topology
ContinuousMap.concat
{α : Type u_1} →
[inst : LinearOrder α] →
[inst_1 : TopologicalSpace α] →
[OrderTopology α] →
{a b c : α} →
[Fact (a ≤ b)] →
[Fact (b ≤ c)] →
{E : Type u_2} →
[inst_5 : TopologicalSpace E] → C(↑(Set.Icc a b), E) → C(↑(Set.Icc b c), E) → C(↑(Set.Icc a c), E)The concatenation of two continuous maps defined on adjacent intervals. If the values of the
functions on the common bound do not agree, this is defined as an arbitrarily chosen constant
map. See concatCM for the corresponding map on the subtype of compatible function pairs.
- Defined in
- Mathlib.Topology.ContinuousMap.Interval
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- TopologicalSpacestatement and proof · cited by 24,529
- Top.topproof · cited by 9,680
- LinearOrderstatement and proof · cited by 8,572
- Set.Elemstatement and proof · cited by 7,166
- Bot.botproof · cited by 4,720
- Factstatement and proof · cited by 2,726
- Continuousproof · cited by 2,592
- ContinuousMapstatement and proof · cited by 2,491
- Set.Iccstatement and proof · cited by 1,702
- OrderTopologystatement and proof · cited by 1,355
Cited by6
Results whose statement or proof uses this declaration.
- ContinuousMap.concat_comp_IccInclusionLeftstatement · cited by 2
- ContinuousMap.concat_comp_IccInclusionRightstatement · cited by 2
- ContinuousMap.concat_leftstatement and proof · cited by 2
- ContinuousMap.concat_rightstatement and proof · cited by 2
- ContinuousMap.concatCMproof · cited by 2
- ContinuousMap.tendsto_concatstatement and proof · cited by 0