Theorems · Theorem · combinatorics
Set.ruzsa_covering_mul
∀ {G : Type u_1} [inst : Group G] {K : ℝ} {A B : Set G},
A.Finite →
B.Finite →
B.Nonempty → ↑(Nat.card ↑(A * B)) ≤ K * ↑(Nat.card ↑B) → ∃ F ⊆ A, ↑(Nat.card ↑F) ≤ K ∧ A ⊆ F * (B / B) ∧ F.FiniteRuzsa's covering lemma for sets. See also Finset.ruzsa_covering_mul.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Group
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Finsetproof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Set.Elemstatement and proof · cited by 7,166
- Groupstatement and proof · cited by 6,238
- Set.Nonemptystatement and proof · cited by 2,627
- Finset.cardproof · cited by 2,327
- Set.Finitestatement and proof · cited by 1,814
- Nat.cardstatement and proof · cited by 844
- Set.mulstatement · cited by 297
- Nat.card_eq_fintype_cardproof · cited by 200
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.