Theorems · Theorem · combinatorics
Finset.ruzsa_triangle_inequality_add_add_add
∀ {G : Type u_1} [inst : DecidableEq G] [inst_1 : AddCommGroup G] (A B C : Finset G),
(A + C).card * B.card ≤ (A + B).card * (B + C).cardRuzsa's triangle inequality. Addition version.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqAddCommGroup
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
- AddCommGroupstatement and proof · cited by 12,871
- Finset.cardstatement and proof · cited by 2,327
- MulZeroClass.mul_zeroproof · cited by 2,091
- le_reflproof · cited by 2,061
- add_commproof · cited by 1,535
- Finset.Nonemptyproof · cited by 1,001
- add_assocproof · cited by 746
- 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_add_sub_subproof · cited by 2
- Finset.ruzsa_triangle_inequality_sub_add_subproof · cited by 0