Theorems · Definition · general topology
RestrictedProduct
{ι : Type u_1} → (R : ι → Type u_2) → ((i : ι) → Set (R i)) → Filter ι → Type (max u_1 u_2)The restricted product of a family R : ι → Type* of types, relative to subsets
A : (i : ι) → Set (R i) and the filter 𝓕 : Filter ι, is the set of all x : Π i, R i
such that the set {j | x j ∈ A j} belongs to 𝓕. We denote it by Πʳ i, [R i, A i]_[𝓕].
The most common use case is with 𝓕 = cofinite, in which case the restricted product is the set
of all x : Π i, R i such that x j ∈ A j for all but finitely many j. We denote it simply
by Πʳ i, [R i, A i].
Similarly, if S is a principal filter, the restricted product Πʳ i, [R i, A i]_[𝓟 s]
is the set of all x : Π i, R i such that ∀ j ∈ S, x j ∈ A j.
- Cited by
- 117 results in Mathlib
- Foundations
- Depth 6 from the axioms, rests on 13 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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
- Filterstatement and proof · cited by 8,121
- Filter.Eventuallyproof · cited by 3,134
Cited by138
Results whose statement or proof uses this declaration.
- RestrictedProduct.inclusionstatement and proof · cited by 21
- RestrictedProduct.singlestatement · cited by 18
- RestrictedProduct.mulSinglestatement · cited by 16
- RestrictedProduct.extstatement and proof · cited by 15
- IsDedekindDomain.FiniteAdeleRingproof · cited by 9
- RestrictedProduct.continuous_inclusionstatement · cited by 8
- RestrictedProduct.structureMapstatement · cited by 8
- RestrictedProduct.continuous_coestatement · cited by 5
- RestrictedProduct.isEmbedding_coe_of_principalstatement · cited by 5
- RestrictedProduct.nhds_eq_map_inclusionstatement and proof · cited by 5
- RestrictedProduct.topologicalSpace_eq_of_principalstatement and proof · cited by 5
- RestrictedProduct.exists_inclusion_eq_of_eventuallystatement and proof · cited by 4