出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
版主: verdelite, TheMatrix
#1 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
1) 1, 0, 1, 1, 0, 0, 2, 0, 1, 0, 0, 1, 2, 0, 0, 1, 0, 0,......
2) 1, 1, 0, 1, 2, 0, 0, 1, 1, 2, 0, 0, 2, 0, 0, 1, 2, 1,......
2) 1, 1, 0, 1, 2, 0, 0, 1, 1, 2, 0, 0, 2, 0, 0, 1, 2, 1,......
上次由 randomatrices 在 2023年 12月 11日 22:21 修改。
#2 Re: 出个和Langlands program 相关的题,下面的数列接下来十位分别是什么?
和黎曼猜想直接相关的数列是:
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,。。。。。。
及定义黎曼zeta函数的级数的每一项的系数
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,。。。。。。
及定义黎曼zeta函数的级数的每一项的系数
randomatrices 写了: 2023年 12月 11日 21:38 1) 1, 0, 1, 1, 0, 0, 2, 0, 1, 0, 0, 1, 2, 0, 0, 1, 0, 0,......
2) 1, 1, 0, 1, 2, 0, 0, 1, 1, 2, 0, 0, 2, 0, 0, 1, 2, 1,......
-
- 论坛支柱
2024年度优秀版主
TheMatrix 的博客 - 帖子互动: 277
- 帖子: 13631
- 注册时间: 2022年 7月 26日 00:35
#3 Re: 出个和Langlands program 相关的题,下面的数列接下来十位分别是什么?
哦你这么说一下大家就来了兴趣。randomatrices 写了: 2023年 12月 11日 22:20 和黎曼猜想直接相关的数列是:
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,。。。。。。
及定义黎曼zeta函数的级数的每一项的系数

-
- 论坛支柱
2024年度优秀版主
TheMatrix 的博客 - 帖子互动: 277
- 帖子: 13631
- 注册时间: 2022年 7月 26日 00:35
#4 Re: 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
首先看它们是否是character - 是否有乘性。它们好像不是character。那就狂野了。randomatrices 写了: 2023年 12月 11日 21:38 1) 1, 0, 1, 1, 0, 0, 2, 0, 1, 0, 0, 1, 2, 0, 0, 1, 0, 0,......
2) 1, 1, 0, 1, 2, 0, 0, 1, 1, 2, 0, 0, 2, 0, 0, 1, 2, 1,......
#5 Re: 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
是没有乘性。先看看数列2), 我让Sage多算几位(NumberField(x^2+1, "x").zeta_coefficients(50)):
1, 1, 0, 1, 2, 0, 0, 1, 1, 2, 0, 0, 2, 0, 0, 1, 2, 1, 0, 2, 0, 0, 0, 0, 3, 2, 0, 0, 2, 0, 0, 1, 0, 2, 0, 1, 2, 0, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 1, 3, 。。。。。。
第n项是Guassian Integer 的 norm 等于 n 的个数 (差 -1, i, -i 因子的 Gaussian Interger算同一个)
不知道Sage用什么算法产生这个序列, 但是貌似这个数列 c 可以从以下两个数列产生:
a:(1,1,1,1,1,1,。。。。。。)
b:(1,0,-1,0,1,0,-1,0,。。。。。。)
c = a*b, *是什么?
1, 1, 0, 1, 2, 0, 0, 1, 1, 2, 0, 0, 2, 0, 0, 1, 2, 1, 0, 2, 0, 0, 0, 0, 3, 2, 0, 0, 2, 0, 0, 1, 0, 2, 0, 1, 2, 0, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 1, 3, 。。。。。。
第n项是Guassian Integer 的 norm 等于 n 的个数 (差 -1, i, -i 因子的 Gaussian Interger算同一个)
不知道Sage用什么算法产生这个序列, 但是貌似这个数列 c 可以从以下两个数列产生:
a:(1,1,1,1,1,1,。。。。。。)
b:(1,0,-1,0,1,0,-1,0,。。。。。。)
c = a*b, *是什么?
#6 Re: 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
分解 n = 2k2 3k3 5k5 ...
Guassian Integer 的 norm 等于 n 的个数可从k2, k3, k5...中算出
c = a*b, *是(乘性)卷积
b是某个L函数(的character)。L函数的乘积对应于系数的卷积。
Guassian Integer 的 norm 等于 n 的个数可从k2, k3, k5...中算出
c = a*b, *是(乘性)卷积
b是某个L函数(的character)。L函数的乘积对应于系数的卷积。
#7 Re: 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
正解。
a:(1,1,1,1,1,1,。。。。。。)
b:(1,0,-1,0,1,0,-1,0,。。。。。。)
c: (1, 1, 0, 1, 2, 0, 0, 1, 1, 2, 0, 0, 2, 0, 0, 1, 2, 1, 0, 2, 0, 0, 0, 0, 3, 2, 0, 0, 2, 0, 0, 1, 0, 2, 0, 1, 2, 0, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 1, 3, 。。。。。。)
c_n = sum of all pairs of a_i*b_j with i*j=n
a 是对应黎曼zeta函数的L-function(https://www.lmfdb.org/L/1/1/1.1/r0/0/0), b是另一个L-function(https://www.lmfdb.org/L/1/2e2/4.3/r1/0/0)。
c也对应一个L-funtion吗?这一点是我不理解的。c是Hasse-Weil L-function?还是说c的系数要进行另一番操作才对应一个L-function?
a:(1,1,1,1,1,1,。。。。。。)
b:(1,0,-1,0,1,0,-1,0,。。。。。。)
c: (1, 1, 0, 1, 2, 0, 0, 1, 1, 2, 0, 0, 2, 0, 0, 1, 2, 1, 0, 2, 0, 0, 0, 0, 3, 2, 0, 0, 2, 0, 0, 1, 0, 2, 0, 1, 2, 0, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 1, 3, 。。。。。。)
c_n = sum of all pairs of a_i*b_j with i*j=n
a 是对应黎曼zeta函数的L-function(https://www.lmfdb.org/L/1/1/1.1/r0/0/0), b是另一个L-function(https://www.lmfdb.org/L/1/2e2/4.3/r1/0/0)。
c也对应一个L-funtion吗?这一点是我不理解的。c是Hasse-Weil L-function?还是说c的系数要进行另一番操作才对应一个L-function?
FoxMe 写了: 2023年 12月 16日 17:10 分解 n = 2k2 3k3 5k5 ...
Guassian Integer 的 norm 等于 n 的个数可从k2, k3, k5...中算出
c = a*b, *是(乘性)卷积
b是某个L函数(的character)。L函数的乘积对应于系数的卷积。
-
- 论坛支柱
2024年度优秀版主
TheMatrix 的博客 - 帖子互动: 277
- 帖子: 13631
- 注册时间: 2022年 7月 26日 00:35
#8 Re: 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
嗯。确实,c是a和b的卷积。randomatrices 写了: 2023年 12月 16日 21:18 正解。
a:(1,1,1,1,1,1,。。。。。。)
b:(1,0,-1,0,1,0,-1,0,。。。。。。)
c: (1, 1, 0, 1, 2, 0, 0, 1, 1, 2, 0, 0, 2, 0, 0, 1, 2, 1, 0, 2, 0, 0, 0, 0, 3, 2, 0, 0, 2, 0, 0, 1, 0, 2, 0, 1, 2, 0, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 1, 3, 。。。。。。)
c_n = sum of all pairs of a_i*b_j with i*j=n
a 是对应黎曼zeta函数的L-function(https://www.lmfdb.org/L/1/1/1.1/r0/0/0), b是另一个L-function(https://www.lmfdb.org/L/1/2e2/4.3/r1/0/0)。
c也对应一个L-funtion吗?这一点是我不理解的。c是Hasse-Weil L-function?还是说c的系数要进行另一番操作才对应一个L-function?
Gaussian Integer的norm的定义是|a+bi|=a2+b2吧?这个个数能用两个简单的序列的卷积算出来,也是一个比较巧妙的方法。
(Σannx)(Σbmmx)=Σanbm(mn)x=Σcnnx
#9 Re: 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
对的,c也对应一个L-function。陈景润,张益唐这些人就成天琢磨L-function。
randomatrices 写了: 2023年 12月 16日 21:18 正解。
a:(1,1,1,1,1,1,。。。。。。)
b:(1,0,-1,0,1,0,-1,0,。。。。。。)
c: (1, 1, 0, 1, 2, 0, 0, 1, 1, 2, 0, 0, 2, 0, 0, 1, 2, 1, 0, 2, 0, 0, 0, 0, 3, 2, 0, 0, 2, 0, 0, 1, 0, 2, 0, 1, 2, 0, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 1, 3, 。。。。。。)
c_n = sum of all pairs of a_i*b_j with i*j=n
a 是对应黎曼zeta函数的L-function(https://www.lmfdb.org/L/1/1/1.1/r0/0/0), b是另一个L-function(https://www.lmfdb.org/L/1/2e2/4.3/r1/0/0)。
c也对应一个L-funtion吗?这一点是我不理解的。c是Hasse-Weil L-function?还是说c的系数要进行另一番操作才对应一个L-function?
#10 Re: 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
查了一下,c是number field Z(i)上的Deddkind zeta function,也是L-function。
L-function的几大特点要数都有:convergent, analytical continuation, Euler product and functional equation.
L-function的几大特点要数都有:convergent, analytical continuation, Euler product and functional equation.
上次由 randomatrices 在 2023年 12月 18日 21:09 修改。
#11 Re: 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
4k+1类的prime可以是2个Gaussian integer的norm。
4k+3类的prime是0个Gaussian integer的norm。
这大概是可以从1,0,-1,0 。。。。。。和1,1,1,1 。。。。。。卷出norm原因。
4k+3类的prime是0个Gaussian integer的norm。
这大概是可以从1,0,-1,0 。。。。。。和1,1,1,1 。。。。。。卷出norm原因。
TheMatrix 写了: 2023年 12月 17日 08:49 嗯。确实,c是a和b的卷积。
Gaussian Integer的norm的定义是|a+bi|=a2+b2吧?这个个数能用两个简单的序列的卷积算出来,也是一个比较巧妙的方法。
(Σannx)(Σbmmx)=Σanbm(mn)x=Σcnnx
-
- 论坛支柱
2024年度优秀版主
TheMatrix 的博客 - 帖子互动: 277
- 帖子: 13631
- 注册时间: 2022年 7月 26日 00:35
#12 Re: 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
哦。我看了Deddkind zeta function的定义,用到ideal的index,或者叫norm。看起来应该是和Gaussian integer的norm,也就是|a+bi|=a2+b2,是等价的。randomatrices 写了: 2023年 12月 18日 19:56 查了一下,c是number field Z[ i ]上的Deddkind zeta function,也是L-function。
L-function的几大特点要数都有:convergent, analytical continuation, Euler product and functional equation.
#13 Re: 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
c是Dedekind zeta function,也是L-function,初看各项系数没有乘性, 但这不妨碍它有Euler product。
Dedekind zeta function的Euler product各项是number field 的prime的norm。
比如在c中, 3不是任何Guassian integer的norm, 所以在c 中第3项系数为0,但是3是Gaussian prime, 它的norm是9,c中第九项系数为1,这两项不满足乘性, 但Euler product 会有含“9”的项, 没有含“3” 的项, Euler product 分解继续存在。
Dedekind zeta function的Euler product各项是number field 的prime的norm。
比如在c中, 3不是任何Guassian integer的norm, 所以在c 中第3项系数为0,但是3是Gaussian prime, 它的norm是9,c中第九项系数为1,这两项不满足乘性, 但Euler product 会有含“9”的项, 没有含“3” 的项, Euler product 分解继续存在。
randomatrices 写了: 2023年 12月 16日 21:18 正解。
a:(1,1,1,1,1,1,。。。。。。)
b:(1,0,-1,0,1,0,-1,0,。。。。。。)
c: (1, 1, 0, 1, 2, 0, 0, 1, 1, 2, 0, 0, 2, 0, 0, 1, 2, 1, 0, 2, 0, 0, 0, 0, 3, 2, 0, 0, 2, 0, 0, 1, 0, 2, 0, 1, 2, 0, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 1, 3, 。。。。。。)
c_n = sum of all pairs of a_i*b_j with i*j=n
a 是对应黎曼zeta函数的L-function(https://www.lmfdb.org/L/1/1/1.1/r0/0/0), b是另一个L-function(https://www.lmfdb.org/L/1/2e2/4.3/r1/0/0)。
c也对应一个L-funtion吗?这一点是我不理解的。c是Hasse-Weil L-function?还是说c的系数要进行另一番操作才对应一个L-function?
#14 Re: 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
在所有的L-function的集合中,加法的定义已经完全建立, 即两个L-function的系数的卷积产生第三个L-function。
Langlands program 猜测, 还可以定义一个乘法,这属于Langlands functoriality猜测, 貌似对很多L-function各种步骤还没有完全定义好。
同时还可以定义inner product 和 scalar product, 这属于Langlands program中的Selberg orthonormality猜测。
Langlands program 猜测, 还可以定义一个乘法,这属于Langlands functoriality猜测, 貌似对很多L-function各种步骤还没有完全定义好。
同时还可以定义inner product 和 scalar product, 这属于Langlands program中的Selberg orthonormality猜测。
-
- 论坛支柱
2024年度优秀版主
TheMatrix 的博客 - 帖子互动: 277
- 帖子: 13631
- 注册时间: 2022年 7月 26日 00:35
#15 Re: 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
谢谢。这小段提纲携领,指出不少东西。randomatrices 写了: 2023年 12月 18日 21:51 在所有的L-function的集合中,加法的定义已经完全建立, 即两个L-function的系数的卷积产生第三个L-function。
Langlands program 猜测, 还可以定义一个乘法,这属于Langlands functoriality猜测, 貌似对很多L-function各种步骤还没有完全定义好。
同时还可以定义inner product 和 scalar product, 这属于Langlands program中的Selberg orthonormality猜测。
哦。L-function集合中的加法应该定义为两个级数系数的卷积?makes sense - 实际上也是两个级数的乘法。而且乘法是可交换的。
L-function集合中的乘法应该什么样?加法都已经是乘法了,那乘法应该是什么?呵呵,好像有点拗口了。有没有例子?
#16 Re: 出个和Langlands Program相关的题,下面的数列接下来十位分别是什么?
看看这个
我在跟他学
我在跟他学
TheMatrix 写了: 2023年 12月 18日 22:02 谢谢。这小段提纲携领,指出不少东西。
哦。L-function集合中的加法应该定义为两个级数系数的卷积?makes sense - 实际上也是两个级数的乘法。而且乘法是可交换的。
L-function集合中的乘法应该什么样?加法都已经是乘法了,那乘法应该是什么?呵呵,好像有点拗口了。有没有例子?
-
- 论坛支柱
2024年度优秀版主
TheMatrix 的博客 - 帖子互动: 277
- 帖子: 13631
- 注册时间: 2022年 7月 26日 00:35
-
- 论坛支柱
2024年度优秀版主
TheMatrix 的博客 - 帖子互动: 277
- 帖子: 13631
- 注册时间: 2022年 7月 26日 00:35