Theorems · Theorem · sequences and series
hasProd_prod_support_of_ne_finset_one
∀ {α : Type u_1} {β : Type u_2} [inst : CommMonoid α] [inst_1 : TopologicalSpace α] {L : SummationFilter β} {f : β → α}
{s : Finset β},
(∀ b ∈ L.support, b ∉ s → f b = 1) →
∀ [L.HasSupport] [inst_3 : DecidablePred fun x => x ∈ L.support], HasProd f (∏ b ∈ (↑s ∩ L.support).toFinset, f b) LIf a function f is 1 outside of a finite set s, then it HasProd ∏ b ∈ s, f b.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Set.ofPredproof · cited by 6,101
- Finset.prodstatement · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- Set.iInterproof · cited by 1,084
- SummationFilterstatement and proof · cited by 607
- Set.toFinsetstatement · cited by 217
Cited by2
Results whose statement or proof uses this declaration.
- Multipliable.hasProdproof · cited by 88
- multipliable_of_ne_finset_oneproof · cited by 1