Mathlib Map

Theorems · Theorem · general topology

intermediate_value_Ici

∀ {α : Type u} [inst : TopologicalSpace α] [inst_1 : ConditionallyCompleteLinearOrder α] [OrderTopology α]
  [DenselyOrdered α] {δ : Type u_1} [inst_4 : LinearOrder δ] [inst_5 : TopologicalSpace δ] [OrderClosedTopology δ]
  {a : α} {f : α → δ},
  ContinuousOn f (Set.Ici a) → Filter.Tendsto f Filter.atTop Filter.atTop → Set.Ici (f a) ⊆ f '' Set.Ici a
Defined in
Mathlib.Topology.Order.IntermediateValue
Cited by
2 results in Mathlib
Foundations
Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceConditionallyCompleteLinearOrderOrderTopologyDenselyOrderedLinearOrderTopologicalSpaceOrderClosedTopology

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.