Theorems · Theorem · Lie groups
RestrictedProduct.continuous_dom_prod_right
∀ {ι : Type u_1} {R : ι → Type u_2} {A : (i : ι) → Set (R i)} [inst : (i : ι) → TopologicalSpace (R i)],
(∀ (i : ι), IsOpen (A i)) →
∀ {X : Type u_3} {Y : Type u_4} [inst_1 : TopologicalSpace X] [inst_2 : TopologicalSpace Y]
{f : RestrictedProduct (fun i => R i) (fun i => A i) Filter.cofinite × Y → X},
Continuous f ↔
∀ (S : Set ι) (hS : Filter.cofinite ≤ Filter.principal S),
Continuous (f ∘ Prod.map (RestrictedProduct.inclusion R A hS) id)The universal property with parameters of the topology on the restricted product:
for any topological space Y of "parameters", a map from (Πʳ i, [R i, A i]) × Y is continuous
iff its restriction to each (Πʳ i, [R i, A i]_[𝓟 S]) × Y (with S cofinite) is continuous.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- Filterstatement and proof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
- Filter.Tendstoproof · cited by 3,814
- Continuousstatement and proof · cited by 2,592
- IsOpenstatement and proof · cited by 2,400
- SProd.sprodproof · cited by 1,750
- Filter.mapproof · cited by 819
- Filter.principalstatement and proof · cited by 740
Cited by1
Results whose statement or proof uses this declaration.
- RestrictedProduct.continuous_dom_prodproof · cited by 0