File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
FLT/GlobalLanglandsConjectures Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -340,9 +340,8 @@ structure AutomorphicFormForGLnOverQ (n : ℕ) (ρ : Weight n) where
340
340
341
341
namespace AutomorphicFormForGLnOverQ
342
342
343
- -- attribute [ coe ] toFun
344
-
345
343
-- not entirely sure what I'm doing here. Is it as simple as this?
344
+ -- attribute [ coe ] toFun
346
345
variable (n : ℕ) (ρ : Weight n) in
347
346
instance : CoeFun (AutomorphicFormForGLnOverQ n ρ) (fun _ ↦ (GL (Fin n) (FiniteAdeleRing ℤ ℚ)) ×
348
347
(GL (Fin n) ℝ) → ℂ) :=
@@ -352,15 +351,4 @@ end AutomorphicFormForGLnOverQ
352
351
353
352
end GLn
354
353
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
-
366
354
end AutomorphicForm
You can’t perform that action at this time.
0 commit comments