From b715bb26eab22c9e6e44d102a1ea869f199bd003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C3=ABl=20Dillies?= Date: Wed, 28 Feb 2024 19:56:16 +0000 Subject: [PATCH] Bump mathlib --- LeanAPAP.lean | 1 - LeanAPAP/Mathlib/GroupTheory/Submonoid/Operations.lean | 9 --------- LeanAPAP/Prereqs/AddChar/PontryaginDuality.lean | 1 - lake-manifest.json | 6 +++--- 4 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 LeanAPAP/Mathlib/GroupTheory/Submonoid/Operations.lean diff --git a/LeanAPAP.lean b/LeanAPAP.lean index b0063100e3..22f6ca8a69 100644 --- a/LeanAPAP.lean +++ b/LeanAPAP.lean @@ -19,7 +19,6 @@ import LeanAPAP.Mathlib.Data.NNRat.Defs import LeanAPAP.Mathlib.Data.Real.Sqrt import LeanAPAP.Mathlib.Data.ZMod.Basic import LeanAPAP.Mathlib.GroupTheory.GroupAction.BigOperators -import LeanAPAP.Mathlib.GroupTheory.Submonoid.Operations import LeanAPAP.Mathlib.Tactic.Positivity import LeanAPAP.Mathlib.Tactic.Positivity.Finset import LeanAPAP.Physics.AlmostPeriodicity diff --git a/LeanAPAP/Mathlib/GroupTheory/Submonoid/Operations.lean b/LeanAPAP/Mathlib/GroupTheory/Submonoid/Operations.lean deleted file mode 100644 index 2d5b61836f..0000000000 --- a/LeanAPAP/Mathlib/GroupTheory/Submonoid/Operations.lean +++ /dev/null @@ -1,9 +0,0 @@ -import Mathlib.GroupTheory.Submonoid.Operations - -namespace Submonoid -variable {M : Type*} [MulOneClass M] {S : Submonoid M} - -@[to_additive (attr := simp)] -lemma mk_eq_one {a : M} {ha} : (⟨a, ha⟩ : S) = 1 ↔ a = 1 := by simp [← SetLike.coe_eq_coe] - -end Submonoid diff --git a/LeanAPAP/Prereqs/AddChar/PontryaginDuality.lean b/LeanAPAP/Prereqs/AddChar/PontryaginDuality.lean index cda9775de0..4c8880cc89 100644 --- a/LeanAPAP/Prereqs/AddChar/PontryaginDuality.lean +++ b/LeanAPAP/Prereqs/AddChar/PontryaginDuality.lean @@ -1,6 +1,5 @@ import Mathlib.GroupTheory.FiniteAbelian import LeanAPAP.Mathlib.Data.ZMod.Basic -import LeanAPAP.Mathlib.GroupTheory.Submonoid.Operations import LeanAPAP.Prereqs.AddChar.Circle /-! diff --git a/lake-manifest.json b/lake-manifest.json index eb526e831e..993e8bcfe0 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -4,7 +4,7 @@ [{"url": "https://github.com/leanprover/std4", "type": "git", "subDir": null, - "rev": "4c366aba55d28778421b8a1841e5512fd5c53c43", + "rev": "cbc437aed076ea3aeb83f318d572f8b6de38265d", "name": "std", "manifestFile": "lake-manifest.json", "inputRev": "main", @@ -22,7 +22,7 @@ {"url": "https://github.com/leanprover-community/aesop", "type": "git", "subDir": null, - "rev": "e4660fa21444bcfe5c70d37b09cc0517accd8ad7", + "rev": "82ac8cce559c3da0ade17cee3e275111fb7f1920", "name": "aesop", "manifestFile": "lake-manifest.json", "inputRev": "master", @@ -58,7 +58,7 @@ {"url": "https://github.com/leanprover-community/mathlib4.git", "type": "git", "subDir": null, - "rev": "72c702f69ce58dfc92f44b2713ccdc103405cedc", + "rev": "449a4a9b1f60534d5b369625de6347db35182ba2", "name": "mathlib", "manifestFile": "lake-manifest.json", "inputRev": null,