Theorems · Theorem · group theory
Finset.prod_union_eq_right
∀ {ι : Type u_1} {M : Type u_4} {s₁ s₂ : Finset ι} [inst : CommMonoid M] {f : ι → M} [inst_1 : DecidableEq ι],
(∀ a ∈ s₁, a ∉ s₂ → f a = 1) → ∏ a ∈ s₁ ∪ s₂, f a = ∏ a ∈ s₂, f a- Cited by
- 1 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoidDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Finset.union_commproof · cited by 25
- Finset.prod_union_eq_leftproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Finset.prod_congr_of_eq_on_interproof · cited by 4