Theorems · Theorem · general topology
IsPreconnected.intermediate_value_Iii
∀ {X : Type u} {α : Type v} [inst : TopologicalSpace X] [inst_1 : LinearOrder α] [inst_2 : TopologicalSpace α]
[OrderClosedTopology α] {s : Set X},
IsPreconnected s →
∀ {l₁ l₂ : Filter X} [l₁.NeBot] [l₂.NeBot],
l₁ ≤ Filter.principal s →
l₂ ≤ Filter.principal s →
∀ {f : X → α},
ContinuousOn f s → Filter.Tendsto f l₁ Filter.atBot → Filter.Tendsto f l₂ Filter.atTop → Set.univ ⊆ f '' s- Defined in
- Mathlib.Topology.Order.IntermediateValue
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- Filterstatement and proof · cited by 8,121
- Set.imagestatement · cited by 5,609
- Set.univstatement and proof · cited by 3,945
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- ContinuousOnstatement and proof · cited by 1,411
- Filter.NeBotstatement and proof · cited by 853
- Filter.principalstatement and proof · cited by 740
- Filter.atBotstatement and proof · cited by 512
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.