Skip to content

Commit

Permalink
Bump mathlib
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelDillies committed Oct 19, 2024
1 parent 9ac7f5b commit ee35aa0
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 45 deletions.
3 changes: 0 additions & 3 deletions PFR.lean
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ import PFR.ImprovedPFR
import PFR.Kullback
import PFR.Main
import PFR.Mathlib.Algebra.Group.Pointwise.Set.Basic
import PFR.Mathlib.Algebra.Module.Submodule.Ker
import PFR.Mathlib.Algebra.Module.Submodule.Map
import PFR.Mathlib.Algebra.Module.Submodule.Range
import PFR.Mathlib.Analysis.SpecialFunctions.NegMulLog
import PFR.Mathlib.Data.Set.Pointwise.Finite
import PFR.Mathlib.Data.Set.Pointwise.SMul
Expand Down
1 change: 0 additions & 1 deletion PFR/ForMathlib/Entropy/Kernel/RuzsaDist.lean
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import PFR.Mathlib.MeasureTheory.Measure.MeasureSpace
import PFR.ForMathlib.Entropy.Kernel.Group

/-!
Expand Down
2 changes: 1 addition & 1 deletion PFR/ImprovedPFR.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ theorem PFR_conjecture_improv (h₀A : A.Nonempty) (hA : Nat.card (A + A) ≤ K
refine ⟨H', c + u, ?_, IH'A, by rwa [add_assoc, HH'u]⟩
calc
(Nat.card (c + u) : ℝ)
≤ Nat.card c * Nat.card u := mod_cast card_add_le
≤ Nat.card c * Nat.card u := mod_cast natCard_add_le
_ ≤ (K ^ 6 * Nat.card A ^ (1 / 2) * (Nat.card H ^ (-1 / 2)))
* (Nat.card H / Nat.card H') := by
gcongr
Expand Down
5 changes: 0 additions & 5 deletions PFR/Mathlib/Algebra/Module/Submodule/Ker.lean

This file was deleted.

12 changes: 0 additions & 12 deletions PFR/Mathlib/Algebra/Module/Submodule/Map.lean

This file was deleted.

9 changes: 0 additions & 9 deletions PFR/Mathlib/Algebra/Module/Submodule/Range.lean

This file was deleted.

1 change: 1 addition & 0 deletions PFR/Mathlib/LinearAlgebra/Basis/VectorSpace.lean
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Mathlib.Algebra.Module.Projective
import Mathlib.LinearAlgebra.Basis.VectorSpace

namespace Submodule
Expand Down
7 changes: 0 additions & 7 deletions PFR/Mathlib/MeasureTheory/Measure/MeasureSpace.lean

This file was deleted.

3 changes: 0 additions & 3 deletions PFR/WeakPFR.lean
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import Mathlib.LinearAlgebra.FreeModule.PID
import Mathlib.MeasureTheory.Constructions.SubmoduleQuotient
import PFR.Mathlib.Algebra.Module.Submodule.Ker
import PFR.Mathlib.Algebra.Module.Submodule.Map
import PFR.Mathlib.Algebra.Module.Submodule.Range
import PFR.Mathlib.Data.Set.Pointwise.SMul
import PFR.ForMathlib.AffineSpaceDim
import PFR.ForMathlib.Entropy.RuzsaSetDist
Expand Down
8 changes: 4 additions & 4 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "c521f0185f4dd42b6aa4898010d5ba5357c57c9f",
"rev": "10130798199d306703dee5ab2567961444ebbd04",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -15,7 +15,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "fa3d73a2cf077f4b14c7840352ac7b08aeb6eb41",
"rev": "1357f4f49450abb9dfd4783e38219f4ce84f9785",
"name": "Qq",
"manifestFile": "lake-manifest.json",
"inputRev": "master",
Expand Down Expand Up @@ -75,7 +75,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "3f297f53816d8a85d03f8c08b3a7d475dfa51a6b",
"rev": "66f63643834286e06540e60e459b22c7bbd25475",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": null,
Expand All @@ -85,7 +85,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "1f236c616968ac588983fddd0b4ed2cf58483670",
"rev": "ece13c901dde033807bd3c72c40c9ae48f060f7b",
"name": "LeanAPAP",
"manifestFile": "lake-manifest.json",
"inputRev": null,
Expand Down

0 comments on commit ee35aa0

Please sign in to comment.