Theorems · Definition · Lie groups
RestrictedProduct.mkUnit
{ι : Type u_1} →
{R : ι → Type u_2} →
[inst : (i : ι) → Monoid (R i)] →
{S : ι → Type u_3} →
[inst_1 : (i : ι) → SetLike (S i) (R i)] →
[inst_2 : ∀ (i : ι), SubmonoidClass (S i) (R i)] →
{B : (i : ι) → S i} →
{𝓕 : Filter ι} →
(x : (i : ι) → (R i)ˣ) →
(∀ᶠ (i : ι) in 𝓕, x i ∈ (Submonoid.ofClass (B i)).units) →
(RestrictedProduct (fun i => R i) (fun i => ↑(B i)) 𝓕)ˣConstructs a unit in a restricted product Πʳ i, [R i, B i]_[𝓕] given an element x of
the usual product and the condition that x is eventually in the units of B i along 𝓕.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Quot.sound
- Assumes
- MonoidSetLikeSubmonoidClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- SetLike.coestatement · cited by 8,199
- Filterstatement and proof · cited by 8,121
- Monoidstatement and proof · cited by 3,887
- Subgroupstatement · cited by 3,593
- Filter.Eventuallystatement and proof · cited by 3,134
- Unitsstatement and proof · cited by 2,804
- Units.valproof · cited by 1,966
- SetLikestatement and proof · cited by 1,084
- RestrictedProductstatement · cited by 117
- SubmonoidClassstatement and proof · cited by 60
- Submonoid.unitsstatement and proof · cited by 40
- Submonoid.ofClassstatement and proof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- RestrictedProduct.unitsEquivproof · cited by 3