Theorems · Theorem · general topology
inducing_sigma
∀ {X : Type u} {ι : Type u_5} {σ : ι → Type u_7} [inst : (i : ι) → TopologicalSpace (σ i)] [inst_1 : TopologicalSpace X]
{f : Sigma σ → X},
Topology.IsInducing f ↔
(∀ (i : ι), Topology.IsInducing (f ∘ Sigma.mk i)) ∧ ∀ (i : ι), ∃ U, IsOpen U ∧ ∀ (x : Sigma σ), f x ∈ U ↔ x.fst = iA map defined on a sigma type (a.k.a. the disjoint union of an indexed family of topological
spaces) is inducing iff its restriction to each component is inducing and each the image of each
component under f can be separated from the images of all other components by an open set.
- Defined in
- Mathlib.Topology.Constructions
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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
- Filterproof · cited by 8,121
- nhdsproof · cited by 5,554
- Set.preimageproof · cited by 4,946
- Set.rangeproof · cited by 4,705
- IsOpenstatement and proof · cited by 2,400
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- Filter.mapproof · cited by 819
- Filter.comapproof · cited by 546
- IsOpen.mem_nhdsproof · cited by 470
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMap.isEmbedding_sigmaMk_compproof · cited by 0