Skip to content

Commit

Permalink
Bump mathlib
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelDillies committed Jan 21, 2025
1 parent af6c796 commit bcfbd45
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 136 deletions.
5 changes: 0 additions & 5 deletions LeanCamCombi.lean
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import LeanCamCombi.Kneser.MulStab
import LeanCamCombi.Mathlib.Algebra.MvPolynomial.Basic
import LeanCamCombi.Mathlib.Algebra.MvPolynomial.Degrees
import LeanCamCombi.Mathlib.Algebra.MvPolynomial.Equiv
import LeanCamCombi.Mathlib.Algebra.Ring.Hom.Defs
import LeanCamCombi.Mathlib.Analysis.Convex.Exposed
import LeanCamCombi.Mathlib.Analysis.Convex.Extreme
import LeanCamCombi.Mathlib.Analysis.Convex.Independence
Expand All @@ -54,16 +53,12 @@ import LeanCamCombi.Mathlib.MeasureTheory.Function.ConditionalExpectation.AEMeas
import LeanCamCombi.Mathlib.MeasureTheory.Function.ConditionalExpectation.Basic
import LeanCamCombi.Mathlib.MeasureTheory.Function.ConditionalExpectation.Real
import LeanCamCombi.Mathlib.MeasureTheory.Function.L1Space
import LeanCamCombi.Mathlib.MeasureTheory.Function.LpSeminorm.Basic
import LeanCamCombi.Mathlib.MeasureTheory.Measure.Haar.NormedSpace
import LeanCamCombi.Mathlib.MeasureTheory.Measure.Typeclasses
import LeanCamCombi.Mathlib.Order.BooleanSubalgebra
import LeanCamCombi.Mathlib.Order.Flag
import LeanCamCombi.Mathlib.Order.Partition.Finpartition
import LeanCamCombi.Mathlib.Order.RelIso.Group
import LeanCamCombi.Mathlib.Probability.ProbabilityMassFunction.Constructions
import LeanCamCombi.Mathlib.Probability.Variance
import LeanCamCombi.Mathlib.RingTheory.FinitePresentation
import LeanCamCombi.Mathlib.RingTheory.Spectrum.Prime.Topology
import LeanCamCombi.Mathlib.Topology.MetricSpace.MetricSeparated
import LeanCamCombi.MetricBetween
Expand Down
1 change: 0 additions & 1 deletion LeanCamCombi/GrowthInGroups/Chevalley.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Mathlib.Data.DFinsupp.WellFounded
import Mathlib.RingTheory.Localization.Algebra
import Mathlib.RingTheory.Spectrum.Prime.Polynomial
import LeanCamCombi.Mathlib.Data.Prod.Lex
import LeanCamCombi.Mathlib.RingTheory.FinitePresentation
import LeanCamCombi.GrowthInGroups.ConstructiblePrimeSpectrum

open Polynomial PrimeSpectrum TensorProduct Topology
Expand Down
4 changes: 2 additions & 2 deletions LeanCamCombi/GrowthInGroups/Constructible.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Copyright (c) 2024 Yaël Dillies. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Yaël Dillies
-/
import Mathlib.Order.BooleanSubalgebra
import Mathlib.Topology.Spectral.Hom
import LeanCamCombi.Mathlib.Order.BooleanSubalgebra

/-!
# Constructible sets
Expand Down Expand Up @@ -342,7 +342,7 @@ lemma IsConstructible.induction_of_isTopologicalBasis {ι : Type*} [Nonempty ι]
basis.isConstructible' compact_inter _))
(union : ∀ s hs t ht, P s hs → P t ht → P (s ∪ t) (hs.union ht))
(s : Set X) (hs : IsConstructible s) : P s hs := by
induction s, hs using BooleanSubalgebra.closure_sdiff_sup_induction' with
induction s, hs using BooleanSubalgebra.closure_sdiff_sup_induction with
| isSublattice =>
exact ⟨fun s hs t ht ↦ ⟨hs.1.union ht.1, hs.2.union ht.2⟩,
fun s hs t ht ↦ ⟨hs.1.inter ht.1, hs.2.inter_isOpen ht.2 ht.1⟩⟩
Expand Down
8 changes: 0 additions & 8 deletions LeanCamCombi/Mathlib/Algebra/Ring/Hom/Defs.lean

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Mathlib.MeasureTheory.Function.ConditionalExpectation.Basic
import LeanCamCombi.Mathlib.MeasureTheory.Function.LpSeminorm.Basic

/-!
# TODO
Expand Down

This file was deleted.

50 changes: 0 additions & 50 deletions LeanCamCombi/Mathlib/Order/BooleanSubalgebra.lean

This file was deleted.

13 changes: 0 additions & 13 deletions LeanCamCombi/Mathlib/Probability/Variance.lean

This file was deleted.

46 changes: 0 additions & 46 deletions LeanCamCombi/Mathlib/RingTheory/FinitePresentation.lean

This file was deleted.

2 changes: 1 addition & 1 deletion LeanCamCombi/PhD/VCDim/CondVar.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Yaël Dillies
-/
import Mathlib.MeasureTheory.Integral.Average
import Mathlib.Probability.Variance
import LeanCamCombi.Mathlib.MeasureTheory.Function.ConditionalExpectation.AEMeasurable
import LeanCamCombi.Mathlib.MeasureTheory.Function.ConditionalExpectation.Basic
import LeanCamCombi.Mathlib.MeasureTheory.Function.ConditionalExpectation.Real
import LeanCamCombi.Mathlib.MeasureTheory.Function.L1Space
import LeanCamCombi.Mathlib.Probability.Variance

/-!
# Conditional variance
Expand Down
2 changes: 1 addition & 1 deletion docbuild/lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "3c2c5041203a2782a0772001c640ecccfe364a5a",
"rev": "e3ce54eedb2ab716b7f62aecc31b0308cb7719b8",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": null,
Expand Down
2 changes: 1 addition & 1 deletion lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "3c2c5041203a2782a0772001c640ecccfe364a5a",
"rev": "e3ce54eedb2ab716b7f62aecc31b0308cb7719b8",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": null,
Expand Down

0 comments on commit bcfbd45

Please sign in to comment.