Theorems · Theorem · sequences and series
tprod_def
∀ {α : Type u_4} {β : Type u_5} [inst : CommMonoid α] [inst_1 : TopologicalSpace α] (f : β → α) (L : SummationFilter β),
tprod f L =
if h : Multipliable f L then
if L.HasSupport ∧ (Function.mulSupport f ∩ L.support).Finite then finprod (L.support.mulIndicator f)
else if HasProd f 1 L then 1 else Exists.choose h
else 1- Cited by
- 11 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoidTopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- CommMonoidstatement and proof · cited by 2,264
- Set.Finitestatement and proof · cited by 1,814
- SummationFilterstatement and proof · cited by 607
- finprodstatement and proof · cited by 257
- Function.mulSupportstatement and proof · cited by 240
- tprodstatement · cited by 230
- Multipliablestatement and proof · cited by 213
- Set.mulIndicatorstatement and proof · cited by 163
- HasProdstatement and proof · cited by 157
- SummationFilter.HasSupportstatement and proof · cited by 38
Cited by11
Results whose statement or proof uses this declaration.
- Multipliable.hasProdproof · cited by 88
- tprod_eq_one_of_not_multipliableproof · cited by 14
- tprod_oneproof · cited by 12
- tprod_botproof · cited by 6
- Function.Injective.tprod_eqproof · cited by 6
- tprod_eq_finprodproof · cited by 1
- Function.Surjective.tprod_eq_tprod_of_hasProd_iff_hasProdproof · cited by 1
- MeasureTheory.StronglyMeasurable.tprod'proof · cited by 0
- Measurable.tprod'proof · cited by 0
- MeasureTheory.AEStronglyMeasurable.tprod'proof · cited by 0
- AEMeasurable.tprod'proof · cited by 0