Hilbert in 1900 at the II International Congress of Mathematicians in Paris, noted the practical importance of the theory of numbers. The solution of abstract problems often led to the emergence of a new mathematical apparatus. A great example is the Great Fermat Theorem, during the proof of which, at the end of the 20th century, meromorphic functions were investigated that are used by modern design engineers at car factories and aircraft factories as well as by IT specialists in the framework of simulation modeling. The problems of "beautiful numbers" - simple twins and perfect numbers, which were considered practically useless in ancient Greece, now provide modern cryptography with robust algorithms for generating keys.
In 1913, Ramanujan popularized an undefined equation:
In the year 2000, brute force values were checked before and new solutions could not be found. The article proposes my approach to checking particular cases of the Brokar problem, and also formulates a generalized version of a mathematical problem, the solution of which will allow, regardless of the ABC hypothesis, to solve equations of the form:
Modular arithmetic is a powerful tool for preliminary assessment of the complexity of the problem and the allocation of special cases. For example, it is easy to show that for even Brokar's problem has no solution, since the factorial of any natural number, except one, is even. Prerequisite for a pair of values in the Brocard equation, factorial is divisible by the expression:
Factorial, by definition, is the product of consecutive natural numbers. Using the properties of the natural series, one can determine the degree of a particular number in the canonical factorization of factorial. For example, contains 16 consecutive multipliers. Every second multiplier is divided by 2, every 4th - by 4, every 8th by 8, and every 16th by 16. Thus, the decomposition contains 2 to the power . From here, if there is a pair , which is a solution to the Brocard problem, must give the remainder of 1 when dividing by any power of two up to the 15th inclusive. We formulate the necessary condition for when solving equation 1:
Let be does not exceed a certain degree prime numbers and there is a number in which the pair is a solution to equation 1. Then must be divided into all degrees before where - function of counting the degree in decomposition . (2)
Let there is an algorithm A checking the necessary condition 2 for some prime number . We call this algorithm the P-test. Let there also be a natural satisfying the condition:
Then we will say that the number has a p-property.
Consider a 2-test process for an arbitrary between and . For The following statements will be valid:
In practice, most square numbers between and fail 2 test in the first 200 iterations. If the number from the specified interval and has a 2-property, then in binary numbering system ends in where zeros are exactly 1012. Then, to check condition 2, you can calculate up to the last 8 digits and check the last 8 digits. If there is a sequence other than then the 2 test fails. Consistently calculating each test value with an accuracy of 8, 16, 24, etc. characters can quickly check condition 2 for a large set of values, using a minimum of system resources. Chain sizes that are multiples of 8 are justified by the byte structure of the main memory of modern computers: a whole byte will be used to store smaller chains. For large chains that are not multiples of 8, there will also be unused memory bits.
Suppose you need to check the statement:
Among from the segment no solution to equation 1 for any where - natural.
Using the Stirling formula, we define the intervals where . For the i-th interval:
Then the statement is true:
If among square numbers from none passed the 2 test, then equation 1 has no solution on the segment . The reverse is not true.
In general, a square number with a p-property has, in the calculus system with the base view: with number of zeros . Then we can generalize the P-property problem:
Let two functions be described: and returning natural values for any natural argument, and not representable as a polynomial with integer coefficients. Then it is necessary to formulate a criterion in which among the numbers lying between and and having in the record in the calculus system with the base p type:
you can select only those that have a natural root of the nth degree, where the number of zeros in record 3 is given by the function depending on . Wherein, can be a parameter, an arbitrary value or a constant, and - always a constant. (four)
For example, you can set the problem of extractability of a cubic root from numbers having the form in hexadecimal where any hexadecimal number is greater than 1, and the number of zeros for a particular equal to the greatest For which the inequality holds:
The basis for writing the article was a statement about the direct relationship between the number of zeros in record 3 in an arbitrary calculus system for the value of the left side of equation 1 when substituting the already found roots and the number . If equation 1 has exactly 3 roots, this fact can be proved by solving the corresponding particular case of problem 4. The reverse is not true.
Speaking about the practical importance of abstract problems from number theory, as a factor stimulating the development of the mathematical apparatus, it is worth mentioning an interesting equation in integers, the solution of which is impossible within the framework of the above generalization:
This equation follows logically from attempts to approximate Luke’s numbers by the non-recurrent method. Solving problem 5 will help discover new properties of Mersenne numbers and formulate the necessary conditions to speed up the work of distributed search for large prime numbers based on the Luke-Lemere test.
By analogy with the weak Goldbach problem, it is assumed that the P-tests will help to obtain a large lower bound for the whole roots of equation 1, other than and , and the study of Problem 3 will lead to the proof of the insolubility of equation 1 in integers for sufficiently large values of n.
Source: https://habr.com/ru/post/456220/
All Articles