Mathlib Map

Theorems · Theorem · sequences and series

hasProd_prod_of_ne_finset_one

∀ {α : Type u_1} {β : Type u_2} [inst : CommMonoid α] [inst_1 : TopologicalSpace α] {L : SummationFilter β} {f : β → α}
  {s : Finset β}, (∀ b ∉ s, f b = 1) → ∀ [L.LeAtTop], HasProd f (∏ b ∈ s, f b) L

If a function f is 1 outside of a finite set s, then it HasProd ∏ b ∈ s, f b.

Defined in
Mathlib.Topology.Algebra.InfiniteSum.Defs
Cited by
1 results in Mathlib
Foundations
Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommMonoidTopologicalSpaceSummationFilter.LeAtTop

Around this declaration

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

Cites15

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.