Theorems · Theorem · sequences and series
Multipliable.tprod_eq_mul_tprod_ite
∀ {α : Type u_1} {β : Type u_2} [inst : CommGroup α] [inst_1 : TopologicalSpace α] [IsTopologicalGroup α] {f : β → α}
[T2Space α] [inst_4 : DecidableEq β],
Multipliable f → ∀ (b : β), ∏' (n : β), f n = f b * ∏' (n : β), if n = b then 1 else f nLet f : β → α be a multipliable function and let b ∈ β be an index.
Lemma tprod_eq_mul_tprod_ite writes ∏ n, f n as f b times the product of the
remaining terms.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- T2Spacestatement and proof · cited by 1,351
- CommGroupstatement and proof · cited by 990
- IsTopologicalGroupstatement and proof · cited by 469
- tprodstatement and proof · cited by 230
- Multipliablestatement and proof · cited by 213
- Multipliable.hasProdproof · cited by 88
- HasProd.tprod_eqproof · cited by 49
- mul_div_cancelproof · cited by 9
- hasProd_ite_div_hasProdproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.