|

楼主 |
发表于 2010-10-20 10:00
|
显示全部楼层
[原创]奇数因数分解的多项式时间算法
数学论文投稿历程
我的论文《奇数因数分解的多项式时间算法》,历时数月曾先后向九个刊物投过稿,它们是:《中国科技论文在线》、《计算数学》、《数学学报》、《Mathematics of Computation Designs》、《Codes and Cryptography》、《J. of Mathematical Cryptology》、《International Journal of Mathematics》、《Journal of Cryptology》、《Journal of Computer Science and Technology》,其中大多是国际上公认的权威核心期刊。
数学本来应该是一门对错分明、可以验证、实事求是的学问,相对来说在是非问题上不会出现太多的歧见。之所以还要屡拒屡投,无非是有两个原因:1、自认为论文是有学术价值的,而被拒绝的理由又完全是错误的,不能够被接受;2、如果这一篇论文不能够被学术刊物接受的话,那么它的姊妹篇论文《NP完全问题的多项式时间算法》,也就完全没有可能被学术界所接受,以至于尚未有第二人有机会读过它。
除了“中国科技论文在线”等四个刊物不给出理由就加以拒绝以外,我到是更欣赏那些能够给出拒稿理由细节的科技刊物,因为只有学术争鸣才能更好地促进科技的进步。但奇怪的是,同样的一篇数学论文被拒绝的理由却是五花八门的,竟然每一家刊物拒稿的理由都不一样,实在是令人费解。为此,与这些刊物打了几十轮,上万字的笔仗。本人特意选出其中最有代表性的两份邮件,请有兴趣的学者来评判,希望由此能够促进对于相关算法的研究。
(一)论文曾经投送到国内某具公认权威性的核心期刊,编号为4795,现将专家审定后的结论摘录如下:1、从计算角度看,X集列表法的逻辑是正确的,作者估算计算量为O(P^2)的结论是正确的。2、审稿人分析,基于古典且至今仍十分流行的Eratosthenes筛法的识别计算量只不过是O(P^(3/2)),明显地低于作者的X列表法的O(P^2)。作者的X列表法远不如一个建立在已流行了2000多年的Eratosthenes筛法基础的算法。审稿人有足够的理由认为:作者的此稿不宜在贵刊上发表。
我的答辩是:上述审稿意见中的第一点,虽然与作者的预计相符,但出自了专家之口,仍使作者感到鼓舞。正如本文引言部分指出过的那样,目前世界上已知最好的常用主流算法,比指数数量级时间要快,比多项式数量级时间要慢(参见本文给出的参考文献),而且早已成为数学界的共识。如果真的如专家审定意见那样,本文给出的算法复杂度不但是多项式时间的,而且达到了前所未有的O(P^2)量级,显然可以算是在计算数学领域里取得的一个突破,并且能够在许多工程领域里立即得到广泛的应用,并且对于NP完全问题的获解也极有帮助。第二点审稿意见却使作者感到极为的震撼和不解,反复查找过很多资料,均表明普通的筛法只是一种最简单但效率最低的算法,它是一种指数时间的算法,而且能够实用的多项式时间算法至今尚未出现。审稿人的意见明显是错误的,如果在2000多年前就已经有了多项式时间的算法,那现在的计算数学界还忙什么呢,文献资料上也不会毫无记载。
(二)十月十三号最新进展,另一个杂志的拒稿理由以及我的答辩。
13-Oct-2010Dear Mr. Li:Your manuscript, JCST-1009-0109, entitled "The Polynomial Time Algorithm for Odd-numbered Factorization" has been unsubmitted to the Journal of Computer Science and Technology. This paper doesn';t meet the requirements for publication in JCST. It is suggested to submit it to another journal.The paper uses O(P^2 ...) time to factor a number or to recognize a prime number P, and claims this to be polynomial time algorithm. This is wrong. The input size is logP bits (not P bits), hence an algorithm like this is not only exponential time, it is exponential time squared!The English writing is also sub-standard.Sincerely,Editorial OfficeJournal of Computer Science and Technology
(译文:编号为JCST-1009-0109,标题为“奇数因数分解的多项式时间算法”,因不符合要求被“计算科学与技术杂志”拒绝采用,请改投其它刊物。该论文声称能够用O(P^2 ...)的时间复杂度对任意奇数P进行因数分解,因而它就是多项式时间等级的观点是错误的。因为奇数P的输入尺寸有logP位,而不是P位,所以这种算法就不仅仅只是指数时间的,甚至它是指数时间的平方等级。英文也不合格。)
14-Oct-2010 (我的答辩)
To whom it may concern,
I hope you can transfer my opinion to the reviewer of JCST-1009-0109 with thanks. I can not accept the reviewer';s opinion, because it is completely wrong.
The key point that I do not agree with the reviewer';s opinion is whether the complexity formula of O(P^2) or O(logP*P^2) is polynomial time or not. In my opinion, O(P^2) belongs to polynomial time class, but unfortunately the reviewer thought it is exponential time, even though it is exponential time squared.
There is a very simple way which is possible to judge whose opinion is correct. The well-known Bubble sort, Insertion sort and most naive comparison-based sorting algorithm are quadratic class. The complexity of these algorithms are O(P^2). Definitely they are all polynomial time class. Please see the reference, http://en.wikipedia.org/wiki/Time_complexity, <Time complexity>. Just the same, the complexity of my algorithm is O(P^2) or O(logP*P^2). Why the reviewer thought it is exponential? Where is your literature foundation? I hope the reviewer can answer my very simple question directly!
On the other hand, I do not agree with the reviewer';s statements of "The input size is logP bits (not P bits), hence an algorithm like this is not only exponential time, it is exponential time squared!". I can not understand what the logic is. Be careful, logP﹤﹤P.
Regards,
Li Lianlin
(译文:我希望编辑能够把我的申述意见转给审稿人,因为它是完全错误的,不能够被接受。我与审稿人的主要争执点就是当算法的复杂度为O(P^2)或O(logP*P^2)等级的情况下,它究竟是不是多项式时间的?我认为它是多项式时间等级,但不幸的是,审稿人却认为它是指数时间的平方。有个非常简单的方法可以用来评判孰是孰非。众所周知,在用冒泡法解决对比排序问题时的复杂度是O(P^2),根据参考文献《时间复杂度》,可以确认它是属于多项式时间等级的。而我论文中给出算法的复杂度就是O(P^2) 或O(logP*P^2)。为什么审稿人却甚至认为它是指数时间的平方,你方的文献依据在哪里?请正面回答我这个非常简单的疑问。在另一方面,我无法理解为什么仅仅因为二进制的输入尺寸长度是logP位而不是P位,算法因此就不能够是多项式时间的等级。这是什么逻辑?要知道,logP﹤﹤P。)
“吾非悲刖也,悲夫宝玉而题之以石,贞士而名之以诳,此吾所以悲也。” |
|