Theorems · Theorem · general topology
ContinuousOn.surjOn_of_tendsto
∀ {α : Type u} [inst : TopologicalSpace α] [inst_1 : ConditionallyCompleteLinearOrder α] [OrderTopology α]
[DenselyOrdered α] {δ : Type u_1} [inst_4 : LinearOrder δ] [inst_5 : TopologicalSpace δ] [OrderClosedTopology δ]
{f : α → δ} {s : Set α} [s.OrdConnected],
s.Nonempty →
ContinuousOn f s →
Filter.Tendsto (fun x => f ↑x) Filter.atBot Filter.atBot →
Filter.Tendsto (fun x => f ↑x) Filter.atTop Filter.atTop → Set.SurjOn f s Set.univIf a function f : α → β is continuous on a nonempty interval s, its restriction to s
tends to Filter.atBot : Filter β along Filter.atBot : Filter ↥s and tends to
Filter.atTop : Filter β along Filter.atTop : Filter ↥s, then the restriction of f to s is
surjective. We formulate the conclusion as Function.surjOn f s Set.univ.
- Defined in
- Mathlib.Topology.Order.IntermediateValue
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · 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.univstatement · cited by 3,945
- Filter.Tendstostatement and proof · cited by 3,814
- Set.Nonemptystatement and proof · cited by 2,627
- Filter.atTopstatement and proof · cited by 2,405
- ContinuousOnstatement and proof · cited by 1,411
- OrderTopologystatement and proof · cited by 1,355
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- Filter.atBotstatement and proof · cited by 512
Cited by2
Results whose statement or proof uses this declaration.
- Real.surjOn_tanproof · cited by 2
- ContinuousOn.surjOn_of_tendsto'proof · cited by 0