Theorems · Definition · general topology
TopologicalSpace.GenerateOpen.recOn
∀ {α : Type u} {g : Set (Set α)} {motive : (a : Set α) → TopologicalSpace.GenerateOpen g a → Prop} {a : Set α}
(t : TopologicalSpace.GenerateOpen g a),
(∀ (s : Set α) (a : s ∈ g), motive s ⋯) →
motive Set.univ ⋯ →
(∀ (s t : Set α) (a : TopologicalSpace.GenerateOpen g s) (a_1 : TopologicalSpace.GenerateOpen g t),
motive s a → motive t a_1 → motive (s ∩ t) ⋯) →
(∀ (S : Set (Set α)) (a : ∀ s ∈ S, TopologicalSpace.GenerateOpen g s),
(∀ (s : Set α) (a_1 : s ∈ S), motive s ⋯) → motive (⋃₀ S) ⋯) →
motive a t- Defined in
- Mathlib.Topology.Order
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
- Set.univstatement and proof · cited by 3,945
- Set.sUnionstatement and proof · cited by 392
- TopologicalSpace.GenerateOpenstatement and proof · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- TopologicalSpace.le_generateFrom_iff_subset_isOpenproof · cited by 5