Mathlib Map

Theorems · Theorem · sequences and series

HasSum.mul_eq

∀ {ι : Type u_1} {κ : Type u_2} {α : Type u_3} [inst : TopologicalSpace α] [T3Space α]
  [inst_2 : NonUnitalNonAssocSemiring α] [IsTopologicalSemiring α] {f : ι → α} {g : κ → α} {s t u : α},
  HasSum f s → HasSum g t → HasSum (fun x => f x.1 * g x.2) u → s * t = u
Defined in
Mathlib.Topology.Algebra.InfiniteSum.Ring
Cited by
2 results in Mathlib
Foundations
Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceT3SpaceNonUnitalNonAssocSemiringIsTopologicalSemiring

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.