Skip to content

Commit 3991179

Browse files
committed
tidy up fie
1 parent a9bd716 commit 3991179

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

FLT/GlobalLanglandsConjectures/GLnDefs.lean

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,8 @@ structure AutomorphicFormForGLnOverQ (n : ℕ) (ρ : Weight n) where
340340

341341
namespace AutomorphicFormForGLnOverQ
342342

343-
-- attribute [coe] toFun
344-
345343
-- not entirely sure what I'm doing here. Is it as simple as this?
344+
-- attribute [coe] toFun
346345
variable (n : ℕ) (ρ : Weight n) in
347346
instance : CoeFun (AutomorphicFormForGLnOverQ n ρ) (fun _ ↦ (GL (Fin n) (FiniteAdeleRing ℤ ℚ)) ×
348347
(GL (Fin n) ℝ) → ℂ) :=
@@ -352,15 +351,4 @@ end AutomorphicFormForGLnOverQ
352351

353352
end GLn
354353

355-
namespace GL0
356-
357-
open GLn
358-
359-
-- /-- The classification theorem for automorphic representations for GL(0).
360-
-- The first step towards the proof of the global Langlands conjectures. -/
361-
-- theorem classification : ∀ (ρ : weight 0),
362-
-- Function.Bijective (fun f ↦ f 1 : AutomorphicFormForGLnOverQ 0 ρ → ℂ) := sorry
363-
364-
end GL0
365-
366354
end AutomorphicForm

0 commit comments

Comments
 (0)