Theorems · Theorem · group theory
Finset.prod_congr_set
∀ {ι : Type u_1} {M : Type u_4} [inst : CommMonoid M] [inst_1 : Fintype ι] (s : Set ι)
[inst_2 : DecidablePred fun x => x ∈ s] (f : ι → M) (g : ↑s → M),
(∀ (x : ι) (hx : x ∈ s), f x = g ⟨x, hx⟩) → (∀ x ∉ s, f x = 1) → ∏ i, f i = ∏ i, g iThe product of a function g defined only on a set s is equal to
the product of a function f defined everywhere,
as long as f and g agree on s, and f = 1 off s.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Fintypestatement and proof · cited by 7,736
- Set.Elemstatement and proof · cited by 7,166
- Finset.univstatement and proof · cited by 3,473
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Finset.prod_congrproof · cited by 646
- Set.toFinsetproof · cited by 217
- Finset.subset_univproof · cited by 60
- Finset.prod_subsetproof · cited by 31
- Finset.prod_subtypeproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.