Theorems · Theorem · general topology
IsPreconnected.intermediate_value_Ioc
∀ {X : Type u} {α : Type v} [inst : TopologicalSpace X] [inst_1 : LinearOrder α] [inst_2 : TopologicalSpace α]
[OrderClosedTopology α] {s : Set X},
IsPreconnected s →
∀ {a : X} {l : Filter X},
a ∈ s →
∀ [l.NeBot],
l ≤ Filter.principal s →
∀ {f : X → α}, ContinuousOn f s → ∀ {v : α}, Filter.Tendsto f l (nhds v) → Set.Ioc v (f a) ⊆ f '' s- Defined in
- Mathlib.Topology.Order.IntermediateValue
- Cited by
- 2 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.
Cites16
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
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- ContinuousOnstatement and proof · cited by 1,411
- Set.Iocstatement and proof · cited by 971
- Filter.NeBotstatement and proof · cited by 853
- Filter.principalstatement and proof · cited by 740
- OrderClosedTopologystatement and proof · cited by 445
Cited by2
Results whose statement or proof uses this declaration.
- intermediate_value_Iocproof · cited by 2
- intermediate_value_Ico'proof · cited by 1