Theorems · Theorem · group theory
Equiv.Perm.prod_Iio_comp_eq_sign_mul_prod
∀ {n : ℕ} {R : Type u_1} [inst : CommRing R] (σ : Equiv.Perm (Fin n)) {f : Fin n → Fin n → R},
(∀ (i j : Fin n), f i j = -f j i) → ∏ j, ∏ i < j, f (σ i) (σ j) = ↑↑(Equiv.Perm.sign σ) * ∏ j, ∏ i < j, f i j- Defined in
- Mathlib.GroupTheory.Perm.Fin
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites45
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
- CommRingstatement and proof · cited by 17,173
- Finsetproof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Equiv.symmproof · cited by 3,681
- MonoidHomstatement · cited by 3,629
- Finset.univstatement and proof · cited by 3,473
- one_mulproof · cited by 2,841
- Unitsstatement · cited by 2,804
- Finset.prodstatement and proof · cited by 2,356
- Finset.cardproof · cited by 2,327
- LT.lt.leproof · cited by 2,189
Cited by1
Results whose statement or proof uses this declaration.
- Equiv.Perm.prod_Ioi_comp_eq_sign_mul_prodproof · cited by 0