Theorems · Theorem · general topology
IsClosed.mem_of_ge_of_forall_exists_lt
∀ {α : Type u} [inst : TopologicalSpace α] [inst_1 : ConditionallyCompleteLinearOrder α] [OrderTopology α] {a b : α}
{s : Set α}, IsClosed (s ∩ Set.Icc a b) → b ∈ s → a ≤ b → (∀ x ∈ s ∩ Set.Ioc a b, (s ∩ Set.Ico a x).Nonempty) → a ∈ sA "continuous induction principle" for a closed interval: if a set s meets [a, b]
on a closed subset, contains b, and the set s ∩ (a, b] has no minimal point, then a ∈ s.
- Defined in
- Mathlib.Topology.Order.IntermediateValue
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.preimageproof · cited by 4,946
- Equiv.symmproof · cited by 3,681
- Set.Nonemptystatement and proof · cited by 2,627
- Set.Iccstatement and proof · cited by 1,702
- IsClosedstatement and proof · cited by 1,639
- OrderTopologystatement and proof · cited by 1,355
- Set.Iocstatement and proof · cited by 971
- OrderDualproof · cited by 927
- Set.Icostatement and proof · cited by 799
Cited by1
Results whose statement or proof uses this declaration.
- IsClosed.Icc_subset_of_forall_exists_ltproof · cited by 0