Skip to content

Commit 69a6c0d

Browse files
committed
Merge branch 'main' of github.com:ImperialCollegeLondon/FLT into main
2 parents 0066bf5 + 4a52ed8 commit 69a6c0d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

FLT/AutomorphicRepresentation/Example.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ lemma left_ideal_princ (I : Submodule 𝓞 𝓞) : ∃ a : 𝓞, I = Submodule.s
878878
rintro _ ⟨_, rfl⟩
879879
exact norm_nonneg _
880880
obtain ⟨a, ha⟩ : ∃ a : S, norm a = ⨅ i : S, norm i :=
881-
exists_eq_ciInf_of_not_isPredLimit hbdd (Order.not_isPredLimit)
881+
exists_eq_ciInf_of_not_isPredPrelimit hbdd (Order.not_isPredPrelimit)
882882
use a
883883
apply le_antisymm
884884
· intro i hi

FLT/HIMExperiments/FGModuleTopology.lean

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import Mathlib.Algebra.Module.Projective
1+
import FLT.ForMathlib.MiscLemmas
22
import Mathlib.Data.Finite.Card
33
import Mathlib.LinearAlgebra.TensorProduct.RightExactness
44
import Mathlib.Topology.Algebra.Module.Basic
5-
import FLT.ForMathlib.MiscLemmas
65
/-!
76
87
# The module topology

lake-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "3e96ea03edd48b932566ca9b201285ae2d57130d",
58+
"rev": "fb7841a6f4fb389ec0e47dd4677844d49906af3c",
5959
"name": "importGraph",
6060
"manifestFile": "lake-manifest.json",
6161
"inputRev": "main",
@@ -65,7 +65,7 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "",
68-
"rev": "df80b0dd2548c76fbdc3fe5d3a96873dfd46c0dc",
68+
"rev": "3fecb249afcf5ba40efe0a3f92f69e2460f142c7",
6969
"name": "mathlib",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": null,

0 commit comments

Comments
 (0)