Theorems · Theorem · group theory
Finset.prod_equiv
∀ {ι : Type u_1} {κ : Type u_2} {M : Type u_3} [inst : CommMonoid M] {s : Finset ι} {t : Finset κ} {f : ι → M}
{g : κ → M} (e : ι ≃ κ), (∀ (i : ι), i ∈ s ↔ e i ∈ t) → (∀ i ∈ s, f i = g (e i)) → ∏ i ∈ s, f i = ∏ i ∈ t, g iSpecialization of Finset.prod_nbij' that automatically fills in most arguments.
See Fintype.prod_equiv for the version where s and t are univ.
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- Equivstatement and proof · cited by 8,337
- Equiv.symmproof · cited by 3,681
- Finset.prodstatement · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Equiv.apply_symm_applyproof · cited by 346
- Equiv.symm_apply_applyproof · cited by 320
- Finset.prod_nbij'proof · cited by 5
Cited by11
Results whose statement or proof uses this declaration.
- Fintype.prod_bijectiveproof · cited by 5
- Matrix.detp_transposeproof · cited by 5
- Matrix.detp_eq_of_row_eqproof · cited by 3
- Matrix.detp_submatrix_equiv_equivproof · cited by 3
- Finset.prod_finset_productproof · cited by 2
- Finset.prod_finset_product_rightproof · cited by 2
- Matrix.adjp_transposeproof · cited by 2
- MeasureTheory.Measure.infinitePi_map_piCongrLeftproof · cited by 1
- Finset.prod_bijectiveproof · cited by 1
- Matrix.isAddUnit_detp_smul_mul_adjpproof · cited by 0
- Finsupp.prod_antidiagonal_swapproof · cited by 0