Mathlib Map

Theorems · Theorem · combinatorics

Finset.doubling_lt_golden_ratio

∀ {G : Type u_1} [inst : Group G] [inst_1 : DecidableEq G] {K : ℝ} {A : Finset G},
  1 < K →
    K < Real.goldenRatio →
      ↑(A⁻¹ * A).card ≤ K * ↑A.card →
        ↑(A * A⁻¹).card ≤ K * ↑A.card →
          ∃ H x Z, ↑Z.card ≤ (2 - K) * K / ((Real.goldenRatio - K) * (K - Real.goldenConj)) ∧ ↑H * ↑Z = ↑A * ↑A⁻¹

If A has doubling K strictly less than φ, then A * A⁻¹ is covered by at most a constant number of cosets of a finite subgroup of G.

Defined in
Mathlib.Combinatorics.Additive.VerySmallDoubling
Cited by
0 results in Mathlib
Foundations
Depth 135 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.

Cites101

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

  • Setstatement · cited by 53,352
  • Realstatement and proof · cited by 25,697
  • Finsetstatement and proof · cited by 13,712
  • SetLike.coestatement and proof · cited by 8,199
  • Fintypestatement and proof · cited by 7,736
  • Groupstatement and proof · cited by 6,238
  • Finset.sumproof · cited by 5,195
  • Bot.botproof · cited by 4,720
  • mul_oneproof · cited by 3,885
  • Subgroupstatement and proof · cited by 3,593
  • Finiteproof · cited by 3,029
  • one_mulproof · cited by 2,841

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.