Mathlib Map

Theorems · Theorem · sequences and series

multipliable_int_iff_multipliable_nat_and_neg

∀ {G : Type u_2} [inst : CommGroup G] [inst_1 : UniformSpace G] [IsUniformGroup G] [CompleteSpace G] {f : ℤ → G},
  Multipliable f ↔ (Multipliable fun n => f ↑n) ∧ Multipliable fun n => f (-↑n)

"iff" version of Multipliable.of_nat_of_neg.

Defined in
Mathlib.Topology.Algebra.InfiniteSum.NatInt
Cited by
1 results in Mathlib
Foundations
Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommGroupUniformSpaceIsUniformGroupCompleteSpace

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 by1

Results whose statement or proof uses this declaration.