Skip to content

Commit 4a52ed8

Browse files
authored
Merge pull request #122 from pitmonticone/fix-FGModuleTopology
Fix `FGModuleTopology`
2 parents ef6aea9 + 964fcb6 commit 4a52ed8

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
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/ForMathlib/FGModuleTopology.lean

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import Mathlib.Algebra.Module.Projective
1+
import FLT.ForMathlib.MiscLemmas
2+
import Mathlib.Data.Finite.Card
23
import Mathlib.LinearAlgebra.TensorProduct.RightExactness
34
import Mathlib.Topology.Algebra.Module.Basic
4-
import FLT.ForMathlib.MiscLemmas
55
/-!
66
77
# The module topology
@@ -31,8 +31,6 @@ or $p$-adics).
3131
3232
-/
3333

34-
set_option lang.lemmaCmd true
35-
3634
section basics
3735

3836
variable (R : Type*) [TopologicalSpace R] [Semiring R]

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)