Theorems · Theorem · combinatorics
Finset.ruzsa_triangle_inequality_mul_mul_mul
∀ {G : Type u_1} [inst : DecidableEq G] [inst_1 : CommGroup G] (A B C : Finset G),
(A * C).card * B.card ≤ (A * B).card * (B * C).cardRuzsa's triangle inequality. Multiplication version.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
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
- Finset.cardstatement and proof · cited by 2,327
- mul_commproof · cited by 2,262
- MulZeroClass.mul_zeroproof · cited by 2,091
- le_reflproof · cited by 2,061
- mul_assocproof · cited by 1,667
- Finset.Nonemptyproof · cited by 1,001
- CommGroupstatement and proof · cited by 990
- le_imp_le_of_le_of_leproof · cited by 576
- NNRatproof · cited by 523
- Finset.eraseproof · cited by 455
- Nat.cast_mulproof · cited by 309
Cited by2
Results whose statement or proof uses this declaration.
- Finset.ruzsa_triangle_inequality_mul_div_divproof · cited by 2
- Finset.ruzsa_triangle_inequality_div_mul_divproof · cited by 0