Theorems · Theorem · sequences and series
HasProd.int_rec
∀ {M : Type u_1} [inst : CommMonoid M] [inst_1 : TopologicalSpace M] {m m' : M} [ContinuousMul M] {f g : ℕ → M},
HasProd f m → HasProd g m' → HasProd (fun t => Int.rec f g t) (m * m')If f₀, f₁, f₂, ... and g₀, g₁, g₂, ... have products a, b respectively, then
the ℤ-indexed sequence: ..., g₂, g₁, g₀, f₀, f₁, f₂, ... (with f₀ at the 0-th position) has
product a * b.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- CommMonoidstatement and proof · cited by 2,264
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- ContinuousMulstatement and proof · cited by 343
- HasProdstatement and proof · cited by 157
- HasProd.of_nat_of_neg_add_oneproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- tprod_int_recproof · cited by 0