Theorems · Theorem · number theory
cauchy_davenport_minOrder_mul
∀ {α : Type u_2} [inst : Group α] [inst_1 : DecidableEq α] {s t : Finset α},
s.Nonempty → t.Nonempty → min (Monoid.minOrder α) ↑(s.card + t.card - 1) ≤ ↑(s * t).cardA generalisation of the Cauchy-Davenport theorem to arbitrary groups. The size of s * t is
lower-bounded by |s| + |t| - 1 unless this quantity is greater than the size of the smallest
subgroup.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- GroupDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites78
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Set.Elemproof · cited by 7,166
- Groupstatement and proof · cited by 6,238
- Set.ofPredproof · cited by 6,101
- ENatstatement · cited by 4,985
- LE.le.transproof · cited by 3,151
- Finset.cardstatement and proof · cited by 2,327
- Disjointproof · cited by 2,201
- LT.lt.leproof · cited by 2,189
- le_reflproof · cited by 2,061
Cited by1
Results whose statement or proof uses this declaration.
- cauchy_davenport_of_isMulTorsionFreeproof · cited by 0