Theorems · Theorem · sequences and series
hasProd_prod_disjoint
∀ {α : Type u_1} {β : Type u_2} [inst : CommMonoid α] [inst_1 : TopologicalSpace α] {f : β → α} [ContinuousMul α]
{ι : Type u_4} (s : Finset ι) {t : ι → Set β} {a : ι → α},
(↑s).Pairwise (Function.onFun Disjoint t) →
(∀ i ∈ s, HasProd (f ∘ Subtype.val) (a i)) → HasProd (f ∘ Subtype.val) (∏ i ∈ s, a i)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Set.Elemstatement and proof · cited by 7,166
- Set.iUnionstatement · cited by 2,483
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Disjointstatement and proof · cited by 2,201
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Function.onFunstatement and proof · cited by 570
- ContinuousMulstatement and proof · cited by 343
Cited by1
Results whose statement or proof uses this declaration.
- Multipliable.tprod_finset_bUnion_disjointproof · cited by 0