Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelDillies committed Aug 16, 2024
1 parent 9307368 commit 0634d75
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions LeanAPAP/Extras/FreimanRuzsa.lean
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
import Mathlib.Combinatorics.Additive.PluenneckeRuzsa
import Mathlib.Data.Finset.Pointwise
import Mathlib.Data.Real.Basic
import Mathlib.Data.Set.Card
import Mathlib.Algebra.Group.Subgroup.Basic
import Mathlib.Data.Finset.Pointwise.Basic
import Mathlib.SetTheory.Cardinal.Finite
import Mathlib.Tactic.Linarith
import Mathlib.Tactic.LinearCombination
import Mathlib.Tactic.Positivity.Finset
import Mathlib.Tactic.Rify
import LeanAPAP.Mathlib.Algebra.Group.Subgroup.Basic
import LeanAPAP.Mathlib.Combinatorics.Enumerative.DoubleCounting

open Finset
open scoped Pointwise

attribute [norm_cast] Subgroup.coe_set_mk

variable {G : Type*} [CommGroup G] [DecidableEq G] {K L : ℝ} {A B : Finset G} {a : G}

/-- If `A` has doubling strictly less than `3 / 2`, then it is contained in a subspace of size at
Expand Down

0 comments on commit 0634d75

Please sign in to comment.