Theorems · Theorem · general topology
isTopologicalBasis_biInter_Ioi_Iio_of_generateFrom
∀ {α : Type u} [ts : TopologicalSpace α] [inst : Preorder α] (c : Set α),
ts = TopologicalSpace.generateFrom {s | ∃ a ∈ c, s = Set.Ioi a ∨ s = Set.Iio a} →
TopologicalSpace.IsTopologicalBasis
{s | ∃ f g, f ⊆ c ∧ g ⊆ c ∧ f.Finite ∧ g.Finite ∧ s = (⋂ a ∈ f, Set.Ioi a) ∩ ⋂ a ∈ g, Set.Iio a}If a topology is generated by half-open intervals with endpoints in a set c, then the sets
formed by intersecting finitely many of these intervals form a topological basis.
- Defined in
- Mathlib.Topology.Order.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpacePreorder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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
- Preorderstatement and proof · cited by 7,952
- Set.Elemproof · cited by 7,166
- Set.ofPredstatement and proof · cited by 6,101
- Set.imageproof · cited by 5,609
- Set.rangeproof · cited by 4,705
- Finiteproof · cited by 3,029
- IsOpenproof · cited by 2,400
- Set.extproof · cited by 2,266
- Set.Finitestatement and proof · cited by 1,814
- Set.Ioistatement and proof · cited by 1,463
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.