Anatolii Alexeevitch Karatsuba

Anatolii Alexeevich Karatsuba

Born 31 January 1937(1937-01-31)
Groznyj, Soviet Union
Died 28 September 2008(2008-09-28) (aged 71)
Moscow, Russia
Nationality Russian
Fields Mathematician
Alma mater Moscow State University

Anatolii Alexeevitch Karatsuba (Russian: Анато́лий Алексе́евич Карацу́ба; Grozny, January 31, 1937 — Moscow, September 28, 2008) was a Russian mathematician, who authored the first fast multiplication method: the Karatsuba algorithm, a fast procedure for multiplying large numbers.

Contents

Studies and work

From 1944-1954, Anatolii Karatsuba studied at the high school № 6 for boys of the city of Grozny and completed his studies with a silver medal. Already in his early years he showed exceptional talents in mathematics, being a young student he solved problems that were given to the students of the last years at school as a challenge.

In 1959, he graduated from Lomonosov Moscow State University, Department of Mathematics and Mechanics. In 1962 he got his PhD degree Candidate of Sciences in Physics and Mathematics, thesis «Rational trigonometric sums of special kind and their applications» (PhD supervisor N.M.Korobov), and started to work at the department of Mathematics and Mechanics of MSU. In 1966 he got his Habilitation (Doctor of Sciences in Physics and Mathematics degree), with the thesis «The method of trigonometric sums and the mean value theorems» and became a member of Steklov Institute of Mathematics (MIAN).

After 1983, he was a leading researcher in Number theory in the USSR and Russia. He was Head of Division of Number Theory in the Steklov Institute, Professor of the Division for Number Theory at Moscow State University since 1970 and Professor of Division for Mathematical analysis of Moscow State University since 1980. His research interests included Trigonometric series and Trigonometric integrals, the Riemann zeta function, Dirichlet characters, Finite-state machines, effective Algorithms.

Karatsuba supervised the PhD studies of 15 students who obtained their PhD degrees (Cand. of Science); seven of them later obtained the second Habilitation degree (Doctor of Sciences). Karatsuba was awarded state prizes and honorary titles.

Awards and Titles

The early works on Informatics

As a student of Lomonosov Moscow State University, Karatsuba attended the seminar of Andrey Kolmogorov and found solutions to two problems set up by Kolmogorov. This was essential for the development of automata theory and started a new branch in Mathematics, the theory of fast algorithms.

Automata

In the paper of Edward F. Moore,[1] (n; m; p), an automat (or a machine) S, is defined as a device with n states, m input symbols and p output symbols. Nine theorems on the structure of S and experiments with S are proved. Later such S machines got the name of Moore machines. At the end of the paper, in the chapter «New problems», Moore formulates the problem of improving the estimates which he obtained in Theorems 8 and 9:

Theorem 8 (Moore). Given an arbitrary (n; m; p) machine S, such that every two states can be distinguished from each other, there exists an experiment of length n(n-1)/2 that identifies the state of S at the end of this experiment.

In 1957 Karatsuba proved two theorems which completely solved the Moore problem on improving the estimate of the length of experiment in his Theorem 8.

Theorem A (Karatsuba). If S is a (n; m; p) machine such that each two its states can be distinguished from each other then there exists a ramified experiment of length at most (n-1)(n-2)/2 %2B 1, by means of which one can find the state S at the end of the experiment.
Theorem B (Karatsuba). There exists a (n; m; p) machine, every states of which can be distinguished from each other, such that the length of the shortest experiment finding the state of the machine at the end of the experiment, is equal to (n-1)(n-2)/2 %2B 1.

These two theorems were proved by Karatsuba in his 4th year as a basis of his 4th year project; the corresponding paper was submitted to the journal "Uspekhi Mat. Nauk" on December 17, 1958 and published in June 1960.[2] Up to this day (2011) this result of Karatsuba that later acquired the title "the Moore-Karatsuba theorem", remains the only precise (the only precise non-linear order of the estimate) non-linear result both in the automata theory and in the similar problems of the theory of complexity of computations.

Fast algorithms

Fast algorithms is the area of computational mathematics that studies algorithms of computing a given function with a given precision using the least possible number of bit operations. Assuming that the numbers are written in the binary system, the signs 0 and 1 of which are called "bits". One "bit operation" is defined as writing down one of the signs 0, 1, plus, minus, bracket; putting together, subtracting and multiplying two bits. Andrey Kolmogorov was the first who set up problems on the bit complexity of computations. The complexity of multiplication M(n) is defined as the number of bit operations sufficient to calculate the product of two n-digit numbers by means of the given algorithm.

Multiplying two n-digit integers by the usual school method "in a column", we obtain the upper bound M(n) = O(n^2). In 1956 A.N.Kolmogorov conjectured that the lower bound for M(n) for any method of multiplication is also of the order n^2, that is, it is impossible to calculate the product of two n-digit integers faster than by n^2 operations (the so called ``Kolmogorov n^2 conjecture). The n^2 conjecture seemed realistic, because in all the previous history people multiplied numbers with the complexity of order O(n^2), and if a faster method of multiplication existed then in all probability it would have been already discovered.

In 1960, Anatolii Karatsuba found a new method of multiplication of two n-digit numbers, now known as the Karatsuba algorithm, for which the order of complexity is M(n) = O(n^{\log_23}) = O(n^{1,58496\ldots}), thus disproving the n^2 conjecture. This result was explained by Karatsuba at the Kolmogorov seminar at Moscow State University in 1960, after which that Kolmogorov's seminar came to an end. The first paper describing the method was prepared by Kolmogorov himself,[3] where he presented two different and not connected with each other results of two of his students. In the paper Kolmogorov clearly specified that one theorem (not dealing with fast multiplication) belongs to Yu.Ofman and another one (with the first ever fast multiplication algorithm) belongs to A. Karatsuba. The Karatsuba method was later named «Divide and conquer algorithm». The other names of this method, depending on the area of its application, are Binary Splitting, the Dichotomy Principle etc.

Later on the basis of Karatsuba's idea[4][5] many other fast algorithms were constructed, of which the most known are its direct generalizations, such as Schönhage–Strassen algorithm,[6] the Strassen algorithm of matrix multiplication[7] and the Fast Fourier transform (see also the Cooley–Tukey FFT algorithm). In recent years, the title Divide and Conquer is used for operations that break a problem into parts, and this is no longer always connected with fast computational algorithms.

A French mathematician and philosopher fr:Jean-Paul Delahaye[8] referred to the Karatsuba method of multiplication as the «one of the most useful results of mathematics».

The algorithm of Anatolii Karatsuba is implemented in practically all modern computers, not only as software, but as hardware as well.

Works in Number Theory

In the paper «On the mathematical works of Professor A.A. Karatsuba»,[9] published on the occasion of the 60th birthday of A.A. Karatsuba, his former students G.I. Arkhipov and V.N. Chubarikov characterize the special features of A.A.Karatsuba's research papers in the following way:

"When describing the works of outstanding scientists, it is natural to emphasize some characteristic and special features of their creative work. Such distinguishing features of Professor Karatsuba's scientific work are combinatorial ingenuity, fundamental character and certain completeness of results."

The main research works of A.A.Karatsuba were published in more than 160 research papers and monographs.[10][11] [12] [13]

Trigonometric sums and trigonometric integrals

The p-adic method

A.A.Karatsuba constructed a new p-adic method in the theory of trigonometric sums. The estimates of so-called L-sums of the form

S = \sum_{x=1}^P e^{2\pi i (a_1x/p^n%2B \dots a_nx^n/p)}, \quad (a_s,p) = 1, \quad 1 \le s \le n,

led[14] to the new bounds for zeros of the Dirichlet L-series modulo a power of a prime number, to the asymptotic formula for the number of Waring congruence of the form

x_1^{n} %2B \dots %2B x_t^{n} \equiv N \pmod{p^k}, \quad 1 \le x_s \le P, \quad 1 \le s \le n, \quad P < p^k,

to a solution of the problem of distribution of fractional parts of a polynomial with integer coefficients modulo p^k. A.A. Karatsuba was the first to realize[15] in the p-adic form the «embedding principle» of Euler-Vinogradov and to compute a p-adic analog of Vinogradov u-numbers when estimating the number of solutions of a congruence of the Waring type.

Assume that : x_1^{n} %2B \dots %2B x_t^{n} \equiv N \pmod{Q}, \quad 1 \le x_s \le P, \quad  1 \le s \le t, \quad (1) and moreover : P^r \le Q < P^{r%2B1}, \quad 1 \le r \le \frac{1}{12}\sqrt{n}, \quad Q = p^k, \quad k \ge 4(r%2B1)n, where p is a prime number. Karatsuba proved that in that case for any natural number n \ge 144 there exists a p_0 = p_0(n) such that for any p_0
> p_0(n) every natural number N can be represented in the form (1) for t \ge 20r %2B 1, and for t < r there exist N such that the congruence (1) has no solutions.

This new approach, found by Karatsuba, led to a new p-adic proof of the Vinogradov mean value theorem, which plays the central part in the Vinogradov's method of trigonometric sums.

Another component of the p-adic method of A.A. Karatsuba is the transition from incomplete systems of equations to complete ones at the expense of the local p-adic change of unknowns.[16][17]

Let r be an arbitrary natural number, 1 \le r \le n. Determine an integer t by the inequalities m_t \le r \le m_{t%2B1}. Consider the system of equations


\begin{cases}
x_1^{m_1} %2B \dots %2B x_k^{m_1} = y_1^{m_1} %2B \dots %2B y_k^{m_1}\\
\dots\dots\dots\dots\dots\dots\dots\dots \\
x_1^{m_s} %2B \dots %2B x_k^{m_s} = y_1^{m_s} %2B \dots %2B y_k^{m_s}\\
x_1^{n} %2B \dots %2B x_k^{n} = y_1^{n} %2B \dots %2B y_k^{n}
\end{cases}
1 \le x_1,\dots,x_k,y_1,\dots,y_k \le P, \quad 1 \le m_1 < m_2 < \dots < m_s < m_{s%2B1} = n.

Karatsuba proved that the number of solutions I_k of this system of equations for k \ge 6rn\log n satisfies the estimate

I_k \ll P^{2k-\delta}, \quad \delta = m_1 %2B \dots %2B m_t %2B (s-t%2B1)r.

For incomplete systems of equations, in which the variables run through numbers with small prime divisors, Karatsuba applied multiplicative translation of variables. This led to an essentially new estimate of trigonometric sums and a new mean value theorem for such systems of equations.

The Hua Luogeng problem on the convergency exponent of the singular integral in the Terry problem

p-adic method of A.A.Karatsuba includes the techniques of estimating the measure of the set of points with small values of functions in terms of the values of their parameters (coefficients etc.) and, conversely, the techniques of estimating those parameters in terms of the measure of this set in the real and p-adic metrics. This side of Karatsuba's method manifested itself especially clear in estimating trigonometric integrals, which led to the solution of the problem of Hua Luogeng. In 1979 Karatsuba, together with his students G.I. Arkhipov and V.N. Chubarikov obtained a complete solution[18] of the Hua Luogeng problem of finding the exponent of convergency of the integral:

\vartheta_0=\int\limits_{-\infty}^{%2B\infty}\cdots\int\limits_{-\infty}^{%2B\infty}\biggl|\int\limits_{0}^{1}e^{2\pi i(\alpha_{n}x^{n}%2B\cdots
%2B\alpha_{1}x)}dx\biggr|^{2k}d\alpha_{n}\ldots d\alpha_{1},

where n \ge 2 is a fixed number.

The problem was set up in 1937.

In this case, the exponent of convergency means the value \gamma, such that \vartheta_0 converges for 2k > \gamma %2B \varepsilon and diverges for 2k < \gamma - \varepsilon, where \varepsilon > 0 is arbitrarily small. It was shown that the integral  \vartheta_{0} converges for 2k > \tfrac{1}{2}(n^{2}%2Bn)%2B1 and diverges for 2k \le \tfrac{1}{2}(n^{2}%2Bn)%2B1.

At the same time, the similar problem for the integral was solved:  \vartheta_1=\int_{-\infty}^{%2B\infty}\cdots\int_{-\infty}^{%2B\infty}\biggl|\int_{0}^{1}e^{2\pi i(\alpha_n x^n %2B \alpha_m x^m %2B \cdots %2B \alpha_r
x^r)}dx\biggr|^{2k}d\alpha_{n}d\alpha_{m}\ldots d\alpha_{r}, where n, m, \ldots, r are integers, satisfying the conditions : 1 \le r < \ldots < m < n, \quad r %2B \ldots %2B m %2B n < \tfrac{1}{2}(n^2%2Bn).

Karatsuba and his students proved that the integral \vartheta_1 converges, if 2k  > n %2B m %2B \ldots %2B r and diverges, if 2k \le n %2B m %2B \ldots %2B r.

The integrals \vartheta_0 and \vartheta_1 arise in the studying of the so called Prouhet–Tarry–Escott problem. Karatsuba and his students obtained a series of new results connected with the multi-dimensional analog of the Tarry problem. In particular, they proved that if F is a polynomial in r variables (r \ge 2) of the form :  F(x_{1},\ldots, x_{r})\,=\,\sum\limits_{\nu_{1} = 0}^{n_{1}}\cdots \sum\limits_{\nu_{r} = 0}^{n_{r}}\alpha(\nu_{1},\ldots, \nu_{r})x_{1}^{\nu_{1}}\ldots x_{r}^{\nu_{r}}, with the zero free term, m = (n_{1}%2B1) \ldots (n_{r}%2B1)-1, \bar{\alpha} is the m-dimensional vector, consisting of the coefficients of F, then the integral : \vartheta_{2}=\int\limits_{-\infty}^{%2B\infty}\cdots \int\limits_{-\infty}^{%2B\infty}\biggl|\int\limits_{0}^{1}\cdots\int\limits_{0}^{1}e^{2\pi
iF(x_{1},\ldots, x_{r})}dx_{1}\ldots dx_{r}\biggr|^{2k}d\bar{\alpha} converges for 2k > mn, where n is the highest of the numbers n_1, \ldots, n_r. This result, being not a final one, generated a new area in the theory of trigonometric integrals, connected with improving the bounds of the exponent of convergency \vartheta_2 (I. A. Ikromov, M. A. Chahkiev and others).

Multiple trigonometric sums

In 1966—1980, Karatsuba developed[19][20][21] (with participation of his students G.I. Arkhipov and V.N. Chubarikov) the theory of multiple Hermann Weyl trigonometric sums, that is, the sums of the form

S = S(A) = \sum_{x_1=1}^{P_1}\dots\sum_{x_r=1}^{P_r}e^{2\pi i F(x_1,\dots,x_r)} , where F(x_1,\dots,x_r) =
\sum_{t_1=1}^{n_1}\dots\sum_{t_r=1}^{n_r}\alpha(t_1,\dots,t_r)x_1^{t_1}\dots x_r^{t_r} ,

A is a system of real coefficients \alpha(t_1,\dots,t_r). The central point of that theory, as in the theory of the Vinogradov trigonometric sums, is the following mean value theorem.

Let n_1,\dots,n_r,P_1,\dots,P_r be natural numbers, P_1 = \min(P_1,\dots,P_r),m = (n_1%2B1)\dots(n_r%2B1). Furthermore, let \Omega be the m-dimensional cube of the form :: 0 \le \alpha(t_1,\dots,t_r) < 1 , 0 \le t_1 \le n_1, \dots,0 \le t_r \le n_r, in the euclidean space : and :: J = J(P_1,\dots,P_r;n_1,\dots,n_r;K,r) = \underset{\Omega}{\int\dots\int}|S(A)|^{2K} dA . : Then for any \tau \ge 0 and K \ge K_{\tau} = m\tau the value J can be estimated as follows
J \le K_{\tau}^{2m\tau}\varkappa^{4\varkappa^2\Delta(\tau)}2^{8m\varkappa\tau}(P_1\dots P_r)^{2K}P^{-\varkappa\Delta(\tau)} , :

where \varkappa = n_1\nu_1%2B \dots %2B n_r\nu_r , \gamma\varkappa = 1, \Delta(\tau) = \frac{m}{2}(1-(1-\gamma)^{\tau}) , P = (P_1^{n_1}\dots P_r^{n_r})^{\gamma}, and the natural numbers \nu_1, \dots , \nu_r are such that: :: -1 < \frac{P_s}{P_1} - \nu_s \le 0 , s= 1,\dots , r .

The mean value theorem and the lemma on the multiplicity of intersection of multi-dimensional parallelepipeds form the basis of the estimate of a multiple trigonometric sum, that was obtained by Karatsuba (two-dimensional case was derived by G.I. Arkhipov[22]). Denoting by Q_0 the least common multiple of the numbers q(t_1,\dots,t_r) with the condition t_1 %2B \dots t_r \ge 1, for Q_0 \ge P^{1/6} the estimate holds

|S(A)| \le (5n^{2n})^{r\nu(Q_0)}(\tau(Q_0))^{r-1}P_1\dots P_rQ^{-0.1\mu} %2B 2^{8r}(r\mu^{-1})^{r-1}P_1\dots P_rP^{-0.05\mu} ,

where \tau(Q) is the number of divisors of the integer Q, and \nu(Q) is the number of distinct prime divisors of the number Q.

The estimate of the Hardy function in the Waring problem

Applying his p-adic form of the Hardy-Littlewood-Ramanujan-Vinogradov method to estimating trigonometric sums, in which the summation is taken over numbers with small prime divisors, Karatsuba obtained[23] a new estimate of the well known Hardy function G(n) in the Waring's problem (for n \ge 400):

\! G(n) < 2 n\log n %2B 2 n\log\log n %2B 12 n.

Multi-dimensional analog of the Waring problem

In his subsequent investigation of the Waring problem Karatsuba obtained[24][25] the following two-dimensional generalization of that problem:

Consider the system of equations

x_1^{n-i}y_1^i %2B \dots %2B x_k^{n-i}y_k^i = N_i , i = 0,1,\dots, n ,

where N_i are given positive integers with the same order or growth, N_0 \to %2B\infty, and x_{\varkappa},y_{\varkappa} are unknowns, which are also positive integers. This system has solutions, if k > cn^2\log n , and if k < c_1n^2, then there exist such N_i, that the system has no solutions.

The Artin problem of local representation of zero by a form

Emil Artin had posed the problem on the p-adic representation of zero by a form of arbitrary degree d. Artin initially conjectured a result, which would now be described as the p-adic field being a C2 field; in other words non-trivial representation of zero would occur if the number of variables was at least d2. This was shown not to be the case by an example of Guy Terjanian. Karatsuba showed that, in order to have a non-trivial representation of zero by a form, the number of variables should grow faster than polynomially in the degree d; this number in fact should have an almost exponential growth, depending on the degree. Karatsuba and his student Arkhipov proved,[26] that for any natural number r there exists n_0 = n_0(r), such that for any n \ge n_0 there is a form with integral coefficients F(x_1,\dots,x_k) of degree smaller than n, the number of variables of which is k, k \ge 2^u,

u = \frac{n}{(\log_2n)(\log_2\log_2n) \dots \underbrace{(\log_2\dots\log_2n)}_r\underbrace{(\log_2\dots\log_2n)^3}_{r%2B1}}

which has only trivial representation of zero in the 2-adic numbers. They also obtained a similar result for any odd prime modulus p.

Estimates of short Kloosterman sums

Karatsuba developed[27][28][29] (1993—1999) a new method of estimating short Kloosterman sums, that is, trigonometric sums of the form

\sum\limits_{n\in A}\exp{\biggl(2\pi i\,\frac{an^{*}%2Bbn}{m}\biggr)},

where n runs through a set A of numbers, coprime to m, the number of elements \|A\| in which is essentially smaller than m, and the symbol n^{*} denotes the congruence class, inverse to n modulo m: nn^{*}\equiv 1(\mod m).

Up to the early 1990s, the estimates of this type were known, mainly, for sums in which the number of summands was higher than \sqrt{m} (H. D. Kloosterman, I. M. Vinogradov, H. Salié, L. Carlitz, S. Uchiyama, A. Weil). The only exception was the special moduli of the form m = p^{\alpha}, where p is a fixed prime and the exponent \alpha increases to infinity (this case was studied by A. G. Postnikov by means of the method of Vinogradov). Karatsuba's method makes it possible to estimate Kloosterman sums where the number of summands does not exceed

m^{\varepsilon},

and in some cases even

\exp{\{(\ln m)^{2/3%2B\varepsilon}\}},

where \varepsilon > 0 is an arbitrarily small fixed number. The final paper of Karatsuba on this subject[30] was published posthumously.

Various aspects of the method of Karatsuba have found applications in the following problems of analytic number theory:

\biggl\{\frac{an^{*}%2Bbn}{m}\biggr\}, : where 1\le n\le x, (n,m)=1, x<\sqrt{m} (Karatsuba);

\pi(x;q,l)< \frac{cx}{\varphi(q)\ln\frac{2x}{q}}, : where \pi(x;q,l) is the number of primes p, not exceeding x and belonging to the arithmetic progression p\equiv l \pmod{q} (J. Friedlander, H. Iwaniec);

n^{3}%2B2, N<n\le 2N (D. R. Heath-Brown);

a^{2}%2Bb^{4} (J. Friedlander, H. Iwaniec);

n^{*} \pmod{m} 1 \le n \le m^{\varepsilon} (A. A. Glibichuk).

The Riemann zeta-function

The Selberg conjecture

In 1984 Karatsuba proved,[31][32][33] that for a fixed \varepsilon satisfying the condition 0<\varepsilon < 0.001, a sufficiently large T and H = T^{a%2B\varepsilon}, a = \tfrac{27}{82} = \tfrac{1}{3} -\tfrac{1}{246}, the interval (T,T%2BH) contains at least cH\ln T real zeros of the Riemann zeta function \zeta\Bigl(\tfrac{1}{2}%2Bit\Bigr).

This claim was conjectured in 1942 by Atle Selberg,[34] who proved it himself for the case H\ge T^{1/2%2B\varepsilon}. The estimates of Atle Selberg and Karatsuba can not be improved in respect of the order of growth as T\to %2B\infty.

Distribution of zeros of the Riemann zeta function on the short intervals of the critical line

Karatsuba also obtained [35] a number of results about the distribution of zeros of \zeta(s) on «short» intervals of the critical line. He proved that an analog of the Selberg conjecture holds for «almost all» intervals (T,T%2BH], H = T^{\varepsilon}, where \varepsilon is an arbitrarily small fixed positive number. Karatsuba developed (1992) a new approach to investigating zeros of the Riemann zeta-function on «supershort» intervals of the critical line, that is, on the intervals (T,T%2BH], the length H of which grows slower than any, even arbitrarily small degree T. In particular, he proved that for any given numbers \varepsilon, \varepsilon_{1} satisfying the conditions 0<\varepsilon, \varepsilon_{1}<1 almost all intervals (T,T%2BH] for H\ge\exp{\{(\ln T)^{\varepsilon}\}} contain at least H(\ln T)^{1-\varepsilon_{1}} zeros of the function \zeta\bigl(\tfrac{1}{2}%2Bit\bigr). This estimate is quite close to the one that follows from the Riemann hypothesis.

Zeros of linear combinations of Dirichlet L-series

Karatsuba developed a new method [36][37][38] of investigating zeros of functions which can be represented as linear combinations of Dirichlet L-series. The simplest example of a function of that type is the Davenport-Heilbronn function, defined by the equality

 f(s)=\tfrac{1}{2}(1-i\kappa)L(s,\chi)%2B\tfrac{1}{2}(1 \,%2B\,i\kappa)L(s,\bar{\chi}),

where \chi is a non-principal character modulo 5 (\chi(1) = 1, \chi(2) = i, \chi(3) = -i, \chi(4) = -1, \chi(5) = 0, \chi(n%2B5) = \chi(n) for any n),

 \kappa=\frac{\sqrt{10-2\sqrt{5}}-2}{\sqrt{5}-1}.

For f(s) Riemann hypothesis is not true, however, the critical line Re \ s = \tfrac{1}{2} contains, nevertheless, anormally many zeros.

Karatsuba proved (1989) that the interval (T, T%2BH], H = T^{27/82%2B\varepsilon}, contains at least

 H(\ln T)^{1/2}e^{-c\sqrt{\ln\ln T}}

zeros of the function f\bigl(\tfrac{1}{2}%2Bit\bigr). Similar results were obtained by Karatsuba also for linear combinations containing arbitrary (finite) number of summands; the degree exponent \tfrac{1}{2} is here replaced by a smaller number \beta, that depends only on the form of the linear combination.

The boundary of zeros of the zeta function and the multi-dimensional problem of Dirichlet divisors

To Karatsuba belongs a new breakthrough result [39] in the multi-dimensional problem of Dirichlet divisors, which is connected with finding the number D_{k}(x) of solutions of the inequality x_{1}*\ldots *x_{k}\le x in the natural numbers x_{1}, \ldots, x_{k} as x\to %2B\infty. For D_{k}(x) there is an asymptotic formula of the form

 D_{k}(x) = xP_{k-1}(\ln x)%2BR_{k}(x) ,

where P_{k-1}(u) is a polynomial of degree (k-1), the coefficients of which depend on k and can be found explicitly and R_{k}(x) is the remainder term, all known estimates of which (up to 1960) were of the form

 |R_{k}(x)| \le x^{1-\alpha(k)}(c\ln x)^{k} ,

where \alpha = \frac{1}{ak%2Bb}, a,b,c are some absolute positive constants.

Karatsuba obtained a more precise estimate of R_{k}(x), in which the value \alpha(k) was of order k^{-2/3} and was decreasing much slower than \alpha(k) in the previous estimates. Karatsuba's estimate is uniform in x and k; in particular, the value k may grow as x grows (as some power of the logarithm of x). (A similar looking, but weaker result was obtained in 1960 by a German mathematician Richert, whose paper remained unknown to Soviet mathematicians at least until the mid-seventies.)

Proof of the estimate of R_{k}(x) is based on a series of claims, essentially equivalent to the theorem on the boundary of zeros of the Riemann zeta function, obtained by the method of Vinogradov, that is, the theorem claiming that \zeta(s) has no zeros in the region

 Re \ s \ge 1 - \frac{c}{(\ln |t|)^{2/3}(\ln\ln |t|)^{1/3}},\quad |t|> 10 .

Karatsuba found [40][41] (2000) the backward relation of estimates of the values R_{k}(x) with the behaviour of \zeta(s) near the line Re \ s = 1. In particular, he proved that if \alpha(y) is an arbitrary non-increasing function satisfying the condition 1/y \le \alpha(y)\le 1/2, such that for all k\ge 2 the estimate

 |R_{k}(x)| \le x^{1-\alpha(k)}(c\ln x)^{k}

holds, then \zeta(s) has no zeros in the region

 Re \ s \ge 1 - c_{1}\,\frac{\alpha(\ln |t|)}{\ln\ln |t|},\quad |t|\ge e^{2}

(c, c_{1} are some absolute constants).

Estimates from below of the maximum of the modulus of the zeta function in small regions of the critical domain and on small intervals of the critical line

Karatsuba introduced and studied [42][43] the functions F(T;H) and G(s_{0};\Delta), defined by the equalities

 F(T;H) = \max_{|t-T|\le H}\bigl|\zeta\bigl(\tfrac{1}{2}%2Bit\bigr)\bigr|,\quad G(s_{0};\Delta) = \max_{|s-s_{0}|\le\Delta}|\zeta(s)|.

Here T is a sufficiently large positive number, 0<H\ll \ln\ln T, s_{0} = \sigma_{0}%2BiT, \tfrac{1}{2}\le\sigma_{0}\le 1, 0<\Delta < \tfrac{1}{3}. Estimating the values F and G from below shows, how large (in modulus) values \zeta(s) can take on short intervals of the critical line or in small neighborhoods of points lying in the critical strip 0\le Re \ s\le 1. The case H\gg \ln\ln T was studied earlier by Ramachandra; the case \Delta
> c, where c is a sufficiently large constant, is trivial.

Karatsuba proved, in particular, that if the values H and \Delta exceed certain sufficiently small constants, then the estimates

 F(T;H) \ge T^{- c_{1}},\quad G(s_{0}; \Delta) \ge T^{-c_{2}},

hold, where c_{1}, c_{2} are certain absolute constants.

Behaviour of the argument of the zeta-function on the critical line

Karatsuba obtained a number of new results[44][45] related to the behaviour of the function S(t) = \frac{1}{\pi}\arg{\zeta\bigl(\tfrac{1}{2}%2Bit\bigr)}, which is called the argument of Riemann zeta function on the critical line (here \arg{\zeta\bigl(\tfrac{1}{2}%2Bit\bigr)} is the increment of an arbitrary continuous branch of \arg\zeta(s) along the broken line joining the points 2, 2%2Bit and \tfrac{1}{2}%2Bit). Among those results are the mean value theorems for the function S(t) and its first integral S_{1}(t) = \int_{0}^{t}S(u)du on intervals of the real line, and also the theorem claiming that every interval (T,T%2BH] for H \ge T^{27/82%2B\varepsilon} contains at least

 H(\ln T)^{1/3}e^{-c\sqrt{\ln\ln T}}

points where the function S(t) changes sign. Earlier similar results were obtained by Atle Selberg for the case H\ge T^{1/2%2B\varepsilon}.

The Dirichlet characters

Estimates of short sums of characters in finite fields

In the end of the sixties Karatsuba, estimating short sums of Dirichlet characters, developed [46] a new method, making it possible to obtain non-trivial estimates of short sums of characters in finite fields. Let n\ge 2 be a fixed integer, F(x) = x^{n}%2Ba_{n-1}x^{n-1}%2B\ldots %2B a_{1}x %2B a_{0} a polynomial, irreducible over the field \mathbb{Q} of rational numbers, \theta a root of the equation F(\theta) = 0, \mathbb{Q}(\theta) the corresponding extension of the field \mathbb{Q}, \omega_{1},\ldots, \omega_{n} a basis of \mathbb{Q}(\theta), \omega_{1} = 1, \omega_{2} = \theta, \omega_{3} = \theta^{2},\ldots, \omega_{n} = \theta^{n-1}. Furthermore, let p be a sufficiently large prime, such that F(x) is irreducible modulo p, \mathrm{GF}(p^{n}) the Galois field with a basis \omega_{1}, \omega_{2}, \ldots,\omega_{n}, \chi a non-principal Dirichlet character of the field \mathrm{GF}(p^{n}). Finally, let \nu_{1},\ldots, \nu_{n} be some nonnegative integers, D(X) the set of elements \bar{x} of the Galois field \mathrm{GF}(p^{n}),

 \bar{x} = x_{1}\omega_{1} %2B \ldots %2B x_{n}\omega_{n} ,

such that for any i, 1\le i\le n, the following inequalities hold:

 \nu_{i} < x_{i} < \nu_{i} %2B X .

Karatsuba proved that for any fixed k, k\ge n%2B1, and arbitrary X satisfying the condition

 p^{\frac{1}{4}%2B\frac{1}{4k}} \le X \le p^{\frac{1}{2}%2B\frac{1}{4k}}

the following estimate holds:

 \biggl|\sum\limits_{\bar{x}\in D(X)}\chi(\bar{x})\biggr|\le c\Bigl(X^{1-\frac{1}{k}}p^{\frac{1}{4k}%2B\frac{1}{ 4k^{2}}}\Bigr)^{\!\!n}(\ln p)^{\gamma},

where \gamma = \frac{1}{k}(2^{n%2B1}-1), and the constant c depends only on n and the basis \omega_{1},\ldots, \omega_{n}.

Estimates of linear sums of characters over shifted prime numbers

Karatsuba developed a number of new tools, which, combined with the Vinogradov method of estimating sums with prime numbers, enabled him to obtain in 1970 [47][48] an estimate of the sum of values of a non-principal character modulo a prime q on a sequence of shifted prime numbers, namely, an estimate of the form

\biggl|\sum\limits_{p\le N}\chi(p%2Bk)\biggr|\le cNq^{-\frac{\varepsilon^{2}}{1024}},

where k is an integer satisfying the condition k\not\equiv 0 (\mod q), \varepsilon an arbitrarily small fixed number, N\ge q^{1/2%2B\varepsilon}, and the constant c depends on \varepsilon only.

This claim is considerably stronger than the estimate of Vinogradov, which is non-trivial for N\ge q^{3/4%2B\varepsilon}.

In 1971 speaking at the International conference on number theory on the occasion of the 80th birthday of Ivan Matveyevich Vinogradov, Academician Yuri Linnik noted the following:

«Of a great importance are the investigations carried out by Vinogradov in the area of asymptotics of Dirichlet character on shifted primes \sum\limits_{p\le N}\chi(p%2Bk), which give a decreased power compared to N compared to N\ge q^{3/4%2B\varepsilon}, \varepsilon > 0, where q is the modulus of the character. This estimate is of crucial importance, as it is so deep that gives more than the extended Riemann hypothesis, and, it seems, in that directions is a deeper fact than that conjecture (if the conjecture is true). Recently this estimate was improved by A.A.Karatsuba».

This result was extended by Karatsuba to the case when p runs through the primes in an arithmetic progression, the increment of which grows with the modulus q.

Estimates of sums of characters on polynomials with a prime argument

Karatsuba found [46][49] a number of estimates of sums of Dirichlet characters in polynomials of degree two for the case when the argument of the polynomial runs through a short sequence of subsequent primes. Let, for instance, q be a sufficiently high prime, f(x) = (x-a)(x-b), where a and b are integers, satisfying the condition ab(a-b)\not\equiv 0 (\mod q), and let \left(\frac{n}{q}\right) denote the Legendre symbol, then for any fixed \varepsilon with the condition 0<\varepsilon<\tfrac{1}{2} and N>q^{3/4%2B\varepsilon} for the sum S_{N},

 S_{N} = \sum\limits_{p\le N}\biggl(\frac{f(p)}{q}\biggr),

the following estimate holds:

 |S_{N}| \le c\pi(N)q^{-\frac{\varepsilon^{2}}{100}}

(here p runs through subsequent primes, \pi(N) is the number of primes not exceeding N, and c is a constant, depending on \varepsilon only).

A similar estimate was obtained by Karatsuba also for the case when p runs through a sequence of primes in an arithmetic progression, the increment of which may grow together with the modulus q.

Karatsuba conjectured that the non-trivial estimate of the sum S_{N} for N, which are "small" compared to q, remains true in the case when f(x) is replaced by an arbitrary polynomial of degree n, which is not a square modulo q. This conjecture is still open.

Lower bounds for sums of characters in polynomials

Karatsuba constructed [50] an infinite sequence of primes p and a sequence of polynomials f(x) of degree n with integer coefficients, such that f(x) is not a full square modulo p,

\frac{4(p-1)}{\ln p} \le n \le \frac{8(p-1)}{\ln p},

and such that

\sum\limits_{x =1}^{p}\left(\frac{f(x)}{p}\right) = p.

In other words, for any x the value f(x) turns out to be a quadratic residues modulo p. This result shows that André Weil's estimate

\biggl|\sum\limits_{x=1}^{p}\left(\frac{f(x)}{p}\right)\biggr| \le (n-1)\sqrt{p}

cannot be essentially improved and the right hand side of the latter inequality cannot be replaced by say the value C\sqrt{n}\sqrt{p}, where C is an absolute constant.

Sums of characters on additive sequences

Karatsuba found a new method,[51][52] making it possible to obtain rather precise estimates of sums of values of non-principal Dirichlet characters on additive sequences, that is, on sequences consisting of numbers of the form x%2By, where the variables x and y runs through some sets A and B independently of each other. The most characteristic example of that kind is the following claim which is applied in solving a wide class of problems, connected with summing up values of Dirichlet characters. Let \varepsilon be an arbitrarily small fixed number, 0<\varepsilon<\tfrac{1}{2}, q a sufficiently large prime, \chi a non-principal character modulo q. Furthermore, let A and B be arbitrary subsets of the complete system of congruence classes modulo q, satisfying only the conditions \|A\|>q^{\varepsilon}, \|B\|>q^{1/2%2B\varepsilon}. Then the following estimate holds:

 \biggl|\sum\limits_{x\in A}\sum\limits_{y\in B}\chi(x%2By)\biggr|\le c\|A\|\cdot\|B\| q^{-\frac{\varepsilon^{2}}{20}},\quad c = c(\varepsilon)>0.

Karatsuba's method makes it possible to obtain non-trivial estimates of that sort in certain other cases when the conditions for the sets A and B, formulated above, are replaced by different ones, for example: \|A\|>q^{\varepsilon}, \sqrt{\|A\|}\cdot\|B\|> q^{1/2%2B\varepsilon}.

In the case when A and B are the sets of primes in intervals (1,X], (1,Y] respectively, where X\ge q^{1/4%2B\varepsilon}, Y\ge q^{1/4%2B\varepsilon}, an estimate of the form

 \biggl|\sum\limits_{p\le X}\sum\limits_{p'\le Y}\chi(p%2Bp')\biggr|\le c\pi(X)\pi(Y)q^{-c_{1}\varepsilon^{2}},

holds, where \pi(Z) is the number of primes, not exceeding Z, c = c(\varepsilon)>0, and c_{1} is some absolute constant.

Distribution of power congruence classes and primitive roots in sparse sequences

Karatsuba obtained [53][54] (2000) non-trivial estimates of sums of values of Dirichlet characters "with weights", that is, sums of components of the form \chi(n)f(n), where f(n) is a function of natural argument. Estimates of that sort are applied in solving a wide class of problems of number theory, connected with distribution of power congruence classes, also primitive roots in certain sequences.

Let k\ge 2 be an integer, q a sufficiently large prime, (a,q) = 1, |a|\le \sqrt{q}, N\ge q^{\frac{1}{2} - \frac{1}{2(k%2B1)}%2B\varepsilon}, where 0<\varepsilon<\min{\{0.01, \tfrac{2}{3(k%2B1)}\}}, and set, finally,

 D_{k}(x) = \sum\limits_{x_{1}*\ldots *x_{k}\le x}1 = \sum\limits_{n\le x}\tau_{k}(n)

(for an asymptotic expression for D_{k}(x), see above, in the section on the multi-dimensional problem of Dirichlet divisors). For the sums V_{1}(x) and V_{2}(x) of the values \tau_{k}(n), extended on the values n \le x, for which the numbers (n%2Ba) are quadratic residues (respectively, non-residues) modulo q, Karatsuba obtained asymptotic formulas of the form

 V_{1}(x) = \tfrac{1}{2}D_{k}(x) %2B O\bigl(xq^{-0.01\varepsilon^{2}}\bigr),\quad V_{2}(x) = \tfrac{1}{2}D_{k}(x) %2B O\bigl(xq^{-0.01\varepsilon^{2}}\bigr) .

Similarly, for the sum V(x) of values \tau_{k}(n), taken over all n\le x, for which (n%2Ba) is a primitive root modulo q, one gets an asymptotic expression of the form

 V(x) = \left(1 - \frac{1}{p_{1}}\right)\ldots \left(1 - \frac{1}{p_{s}}\right)D_{k}(x) %2B O\bigl(xq^{-0.01\varepsilon^{2}}\bigr) ,

where p_{1},\ldots, p_{s} are all prime divisors of the number q-1.

Karatsuba applied his method also to the problems of distribution of power residues (non-residues) in the sequences of shifted primes p%2Ba, of the integers of the type x^{2}%2By^{2}%2Ba and some others.

Works of his later years

In his later years, apart from his research in number theory [55][56], Karatsuba studied certain problems of theoretical physics,[57] in particular in the area of quantum field theory. Applying his ATS theorem and some other number-theoretic approaches, he obtained new results [58][59] in the Jaynes–Cummings model in quantum optics.

Personal life

He was married to Diana Vasil'evna Senchenko, a former student of the same year at MSU Faculty of Mechanics and Mathematics Lomonosov Moscow State University, now Associate Professor at the Division of Mathematical methods in Economics at MSU Faculty of Economics, Ph.D. in Mathematics. Their daughter, Ekaterina Anatol'evna Karatsuba, is now a leading research fellow (full Professor) at Dorodnitsyn Computing Centre, Ph.D. in Physics and Mathematics, D.Sci. in Physics and Mathematics.

All his life Karatsuba enjoyed many sports: in his younger years, athletics, weightlifting and wrestling, then hiking, rock climbing, caving and mountaineering. Eleven times, he climbed to a height over 7000 meters, conquering the mountains

1985;

1991.

Four times he climbed Mount Elbrus. He hiked in the mountains of Caucasus, Pamir Mountains and, especially in the last years of his life, Tian Shan in Zailiysky Alatau and Teskey Ala-Too.

He loved classical music and knew it very well, especially Johann Sebastian Bach and Antonio Vivaldi. He regularly attended concerts in Moscow Conservatory, loved the concerts of Sviatoslav Richter, Leonid Kogan, Mstislav Rostropovich, Viktor Tretiakov, Andrei Korsakov and his group "Concertino", Vladimir Ovchinnikov, Nikolai Lugansky.

See also

References

  1. ^ Moore, E. F. (1956). "Gedanken-experiments on Sequential Machines.". Automata Studies, Annals of Mathematical Studies, Princeton University Press, Princeton, N.J., (34): 129–153. 
  2. ^ Karatsuba, A. A. (1960). "Solution of one problem from the theory of finite automata". Usp. Mat. Nauk (15:3): 157–159. 
  3. ^ Karatsuba A., Ofman Yu. (1963.). "Multiplication of multidigit numbers on automata". Soviet Physics-Doklady (7): 595–596. 
  4. ^ Karatsuba, A. A. (1975). "Berechnungen und die Kompliziertheit von Beziehungen". Elektronische Informationsverarbeitung und Kybernetik (11): 603–606. 
  5. ^ Karatsuba, A. A. (1995). "Complexity of Computations". Proceedings of Steklov Math. Institute (211): 186–202. 
  6. ^ Schonhage A., Strassen V., Schnelle Multiplikation grosser Zahlen, 1971, Computing, Vol.7, pages=281–292
  7. ^ Strassen, Volker, Gaussian Elimination is not Optimal, Numer. Math. 13, p. 354—356, 1969
  8. ^ Delahaye, Jean-Paul (2000). "Mathematiques et philosophie". Pour la Science (277): 100–104. 
  9. ^ Archipov G.I., Chubarikov V.N. (1997). "On the mathematical works of Professor A.A. Karatsuba". Proceedings Steklov Inst. Math. (218): 7–19. http://www.mi.ras.ru/~karatsuba/download/intro.ps. 
  10. ^ Karatsuba, A. A. (1975). Principles of analytic number theory.. Moscow: Nauka. 
  11. ^ G. I. Archipov, A. A. Karatsuba, V. N. Chubarikov (1987). Theory of multiple trigonometric sums.. Moscow: Nauka. 
  12. ^ A. A. Karatsuba, S. M. Voronin (1994). The Riemann Zeta Function.. Moscow: Fiz.Mat.Lit.. ISBN 3110131706. 
  13. ^ Karatsuba, A. A. (1995). Complex analysis in number theory.. London, Tokyo: C.R.C.. ISBN 0849328667. 
  14. ^ Karatsuba, A. A. (1961). "Estimates of trigonometric sums of a special form and their applications". Dokl. Akad. Nauk SSSR (137:3): 513–514. 
  15. ^ Karatsuba, A. A. (1962). "The Waring problem for the congruence modulo the number which is equal to the prime in power". Vestn. Mosk. Univ. (1:4): 28–38. 
  16. ^ Karatsuba, A. A. (1965). "On the estimation of the number of solutions of certain equations". Dokl. Akad. Nauk SSSR (165:1): 31–32. 
  17. ^ Karatsuba, A. A. (1965). "Systems of congruences and equations of Waring type". Dokl. Akad. Nauk SSSR (1:4): 274–276. 
  18. ^ G. I. Archipov, A. A. Karatsuba, V. N. Chubarikov (1979). "Trigonometric integrals". Izv. Akad. Nauk SSSR, Ser. Mat. (43:5): 971–1003. 
  19. ^ Karatsuba, A.A. (1966). "The mean value theorems and complete trigonometric sums". Izv. Akad. Nauk SSSR, Ser. Mat. (30:1): 183–206. 
  20. ^ I. M. Vinogradov, A. A. Karatsuba (1984). "The method of trigonometric sums in number theory". Proc. Steklov Inst. Math. (168): 4–30. 
  21. ^ G. I. Archipov, A. A. Karatsuba, V. N. Chubarikov (1987). "Theory of multiple trigonometric sums". M.: Nauka. 
  22. ^ Arkhipov, G.I. (1975). "A mean value theorem of the module of a multiple trigonometric sum". Math. Notes (17:1): 143–153. 
  23. ^ Karatsuba, A. A. (1985). "On the function G(n) in Waring's problem". Izv. Akad. Nauk SSSR, Ser. Math. (49:5): 935–947. 
  24. ^ G. I. Archipov, A. A. Karatsuba (1987). "A multidimensional analogue of Waring's problem". Dokl. Akad. Nauk SSSR (295:3): 521–523. 
  25. ^ Karatsuba, A. A. (1988). "Waring's problem in several dimension". Mathem. Forschungs, Oberwolfach, Tagungsbericht (42): 5–6. 
  26. ^ G. I. Archipov, A. A. Karatsuba (1981). "On local representation of zero by a form". Izv. Akad. Nauk SSSR, Ser. Mat. (45:5): 948–961. 
  27. ^ Karatsuba, A. A. (1995). "Analogues of Kloostermans sums". Izv. Ross. Akad. Nauk, Ser. Math. (59:5): 93–102. 
  28. ^ Karatsuba, A. A. (1997). "Analogues of incomplete Kloosterman sums and their applications". Tatra Mountains Math. Publ. (11): 89–120. 
  29. ^ Karatsuba, A. A. (1999). "Kloosterman double sums". Mat. Zametki (66:5): 682–687. 
  30. ^ Karatsuba, A. A. (2010). "New estimates of short Kloosterman sums". Mat. Zametki (88:3—4): 347–359. 
  31. ^ Karatsuba, A. A. (1984). "On the zeros of the function ζ(s) on short intervals of the critical line". Izv. Akad. Nauk SSSR, Ser. Mat. (48:3): 569–584. 
  32. ^ Karatsuba, A. A. (1984). "The distribution of zeros of the function ζ(1/2+it)". Izv. Akad. Nauk SSSR, Ser. Mat. (48:6): 1214–1224. 
  33. ^ Karatsuba, A. A. (1985). "On the zeros of the Riemann zeta-function on the critical line". Proc. Steklov Inst. Math. (167): 167–178. 
  34. ^ Selberg, A. (1942). "On the zeros of Riemann's zeta-function". Shr. Norske Vid. Akad. Oslo (10): 1–59. 
  35. ^ Karatsuba, A. A. (1992). "On the number of zeros of the Riemann zeta-function lying in almost all short intervals of the critical line". Izv. Ross. Akad. Nauk, Ser. Mat. (56:2): 372–397. 
  36. ^ Karatsuba, A. A. (1990). "On the zeros of the Davenport–Heilbronn function lying on the critical line". Izv. Akad. Nauk SSSR, Ser. Mat. (54:2): 303–315. 
  37. ^ Karatsuba, A. A. (1992). "On Zeros of the Davenport–Heilbronn Function". Proc. Amalfi Conf. Analytic Number Theory: 271–293. 
  38. ^ Karatsuba, A. A. (1993). "On the zeros of arithmetic Dirichlet series without Euler product". Izv. Ross. Akad. Nauk, Ser. Mat. (57:5): 3–14. 
  39. ^ Karatsuba, A. A. (1972). "Uniform estimate of the remainder in the problem of Dirichlet divisors". Izv. Akad. Nauk SSSR, Ser. Mat. (36:3): 475–483. 
  40. ^ Karatsuba, A. A. (2000). "The multidimensional Dirichlet divisor problem and zero free regions for the Riemann zeta function". Functiones et Approximatio (XXVIII): 131–140. 
  41. ^ Karatsuba, A. A. (2001). "On a relation between the multidimensional Dirichlet divisor problem and bounds of the zeros of ζ(s)". Mat. Zametki (70:3): 477–480. 
  42. ^ Karatsuba, A. A. (2001). "Lower bounds for the maximum modulus of ζ(s) in small domains of the critical strip". Mat. Zametki (70:5): 796–798. 
  43. ^ Karatsuba, A. A. (2004). "Lower bounds for the maximum modulus of the Riemann zeta function on short segments of the critical line". Izv. Ross. Akad. Nauk, Ser. Mat. (68:8): 99–104. 
  44. ^ Karatsuba, A. A. (1996). "Density theorem and the behavior of the argument of the Riemann zeta function". Mat. Zametki (60:3): 448–449. 
  45. ^ Karatsuba, A. A. (1996). "On the function S(t)". Izv. Ross. Akad. Nauk, Ser. Mat. (60:5): 27–56. 
  46. ^ a b Karatsuba, A. A. (1968). "Character sums and primitive roots in finite fields". Dokl. Akad. Nauk SSSR (180:6): 1287–1289. 
  47. ^ Karatsuba, A. A. (1970). "On estimates of sums of characters". Izv. Akad. Nauk SSSR, Ser. Mat. (34:1): 20–30. 
  48. ^ Karatsuba, A. A. (1970). "Sums of characters with prime numbers". Izv. Akad. Nauk SSSR, Ser. Mat. (34:2): 299–321. 
  49. ^ Karatsuba, A. A. (1975). "Sums of characters in sequences of shifted prime numbers, with applications". Mat. Zametki (17:1): 155–159. 
  50. ^ Karatsuba, A. A. (1973). "Lower estimates of sums of polynomial characters". Mat. Zametki (14:1): 67–72. 
  51. ^ Karatsuba, A. A. (1971). "Distribution of power residues and nonresidues in additive sequences". Dokl. Akad. Nauk SSSR (196:4): 759–760. 
  52. ^ Karatsuba, A. A. (1991). "The distribution of values of Dirichlet characters on additive sequences". Dokl. Akad. Nauk SSSR (319:3): 543–545. 
  53. ^ Karatsuba, A. A. (2000). "Sums of characters with prime numbers and their applications". Tatra Mountains Math. Publ. (20): 155–162. 
  54. ^ Karatsuba, A. A. (2000). "Weighted character sums". Izv. Ross. Akad. Nauk, Ser. Mat. (64:2): 29–42. 
  55. ^ Karatsuba, A. A. (2011). "A property of the set of prime numbers". Russian Mathematical Surveys (66): 209–220. 
  56. ^ Karatsuba, A. A. (2011). "A property of the Set of Primes as a Multiplicative Basis of Natural Numbers". Doklady Mathematics (84:1): 1–4. 
  57. ^ Anatolii A. Karatsuba and Ekatherina A. Karatsuba (2010). "Physical mathematics in number theory". Functional Analysis and Other Mathematics (3:2). 
  58. ^ A. A. Karatsuba, E. A. Karatsuba (2009). "Application of ATS in a quantum-optical model". Analysis and Mathematical Physics: Trends in Mathematics: 211–232. 
  59. ^ A. A. Karatsuba, E. A. Karatsuba (2009). "A resummation formula for collapse and revival in the Jaynes–Cummings model". J. Phys. A: Math. Theor. (42): 195304, 16. Bibcode 2009JPhA...42s5304K. doi:10.1088/1751-8113/42/19/195304. 

External links