Theorems · Theorem · general topology
ContinuousAt.IccExtend
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : LinearOrder α] {a b : α} {h : a ≤ b}
[inst_1 : TopologicalSpace α] [OrderTopology α] [inst_3 : TopologicalSpace β] [inst_4 : TopologicalSpace γ] {x : γ}
(f : γ → ↑(Set.Icc a b) → β) {g : γ → α},
ContinuousAt ↿f (x, Set.projIcc a b h (g x)) →
ContinuousAt g x → ContinuousAt (fun a_1 => Set.IccExtend h (f a_1) (g a_1)) x- Defined in
- Mathlib.Topology.Order.ProjIcc
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- Set.Elemstatement and proof · cited by 7,166
- Set.Iccstatement and proof · cited by 1,702
- OrderTopologystatement and proof · cited by 1,355
- ContinuousAtstatement and proof · cited by 697
- Continuous.continuousAtproof · cited by 297
- Function.HasUncurry.uncurrystatement and proof · cited by 57
- Set.projIccstatement and proof · cited by 56
- ContinuousAt.compproof · cited by 56
- continuousAt_idproof · cited by 28
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousAt.pathExtendproof · cited by 0