Theorems · Theorem · group theory
Finset.mul_eq_one_iff
∀ {α : Type u_2} [inst : DecidableEq α] [inst_1 : DivisionMonoid α] {s t : Finset α},
s * t = 1 ↔ ∃ a b, s = {a} ∧ t = {b} ∧ a * b = 1- Cited by
- 1 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqDivisionMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- SetLike.coeproof · cited by 8,199
- DivisionMonoidstatement and proof · cited by 201
- Finset.mulstatement · cited by 155
- Finset.coe_singletonproof · cited by 145
- Finset.onestatement · cited by 43
- Finset.coe_mulproof · cited by 18
- Finset.coe_oneproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Finset.isUnit_iffproof · cited by 0