Dictionary by Dmitrii Kouznetsov. Mathematics. conditions of use of this document

Русская версия этой статьи

Mathematics is the most general science that deals with logics, sets, various classes of numbers and other constructions in the formal axiomatic way through the definitions, axioms, and theorems. With high level of abstraction, mathematics became the kernel of the scientific knowledge; it is widely used in other sciences and other kinds of human activity.

Logics

In certain sense, the logics is more fundamental than arithmetics. Logics deal with statements that can be true or false. For complicated logical constructions, the logical variables are used.

Logical variables may have value TRUE or FALSE. The operations and and inclusive or are allowed with these variables; if two expressions, say, a and b always have equal values, it is expressed with special symbol "=", which means equivalence; one writes a=b. With this symbol, the basic rules of logics can be written as follows:

FALSE and FALSE = FALSE
FALSE and TRUE = FALSE
TRUE and FALSE = FALSE
TRUE and TRUE = TRUE

FALSE or FALSE = FALSE
FALSE or TRUE = TRUE
TRUE or FALSE = TRUE
TRUE or TRUE = TRUE

The logical operations are commutative:

a or b = b or a
a and b = b and a

The grouping operations, id est, parenthesis, are used to specify order of application of these operations. The logical operations satisfy the simple rules:

(a or b) or c = a or (b or c)
(a and b) and c = a and (b and c)

which are called associativity, and

(a and b) or c = (a or b) and (b or c)
(a or b) and c = (a and b) or (b and c)

With these rules, the complicated logical constructions can be considered, simplified and used. In particular, the logical operations are widely used in the computation. Many other objects are constructed on the base of logical variables.

Set theory

All objects considered in mathematics or treated mathematically are supposed to belong to some certain set. According to the definition of science, the deal with really ANY object from ANY set is prohibited. Such a prohibition is not caused by the personal preference of some mathematicians or some caprice of the writer of this Dictionary. Such a prohibition follows from the pretty practical reason: consideration of objects from the whole set leads to the internal contradictions.

In such a way the set theory is so fundamental as the logics. Without logics, one cannot deal with sets, and without to define at least one set of logical variables, one cannot develop the logics.

Historically, in the educational process, the students (usually children) first learn some practical bases of arithmetics, and only then they begin to deal with logics and the sets (if at all, of course). The fundamental of the sets, as well as the fundamental of logics, look obvious and in many situations they can be used even without the axiomatic and rigorous deduction.

Counting and arithmetics

The equivalent objects may be stones of similar size, animals of similar kind, humans, steps from one place to another place, cycles of some almost periodic process, etcetera. In some sense, days, or years, or tides at the sea, can be considered as equivalent. It was very fundamental discovery, that the same rules of counting can be applied to pretty different kinds of objects to characterize their amount. The human, who was first to discover and formulate this, was great mathematician. in order to deal with such a quantity, the natural numbers are used.
It is assumed that there exist a set, called natural numbers, with certain operations, that satisfy the certain axioms.

For any natural number a, there exist and only one number called a++, which is different from a.

For equivalent natural numbers, the symbol "=" is used, in the same way, as for the logical variables. If two natural numbers a and b are equivalent, one say, that they are "equal"; a=b.

For any non-equivalent natural numbers a and b the logical operations "<" and ">" are defined such that one and only one of the two expressions is TRUE, and another is FALSE:

a < b , a > b

Also, for every natural number a the relation a++ > a holds.

Then, it is assumed that for any natural numbers a, b, c,
if a < b and b < c then a < c ; and
if a > b and b > c then a > c .

One may replace any natural number with its equivalent in any expression without to change value of the expression.

Then, it is assumed that for any natural numbers a and b, the arithmetic operations "+" and "*" are defined such that

a + b = b + a
a + b > a
a * b = b * a

and for all natural numbers a, b, c the "associative" relations holds:

(a + b) + c = a + (b + c)
(a * b) * c = a * (b * c)

and

(a + b) * c = a * b + b*c

Then, one need to postulate the existence of special natural number, unity, such that for all natural number a,

a * unity = a

Several natural numbers have their own names. The principal natural number, unity, is demoted with reserved symbol 1, id est, 1=unity. Then, 1++ has name 2, id est, by definition 2=1++.

The next number is called "three"; by definition 3 = 2++ .
In the similar way, 4 = 3++ .
Several following numbers also have simple names: 5=4++, 6=5++, 7=6++, 8=7++, 9=8++. The following numbers have no established single-digit name. Usually, the Arabic numeral system is used for the following numbers: ten=10=9++, eleven=11=10++, dozen=twelve=12=11++, and so on.

Sometimes, letters K, M, G are used for big numbers, but they easy cause confusions. Human cannot agree about their values. Some people believe that K means kilo=1000=thousand; M=1000000=million, and so on; some other know that K is a little bit more than just thousand, namely 1024.

A lot of mathematics is constructed around the natural numbers. The inverse operations for summation ("-") and for multiplication ("/") are defined for some of pairs of natural numbers, and there is special branch of mathematics, number theory, which consider cases when the result of such operation is also natural number.

Measuring

The ability to compare some parameters of various objects needs the concept of measurement, which means comparison of various objects to the same object called etalon or measure. The ability to repeat, reproduce the measurement with the same result leads to the special branch of physics called metrology. The measurement allows to characterize some quantities of pretty distributed objects with natural numbers. The "smaller" is the ethalon, the more detailed is the characteristics with such an natural number. However, very small etalons are not practical in use. this boosted construction of some "other numbers", elements of other sets, which are neither logical variables, nor natural numbers. In such a way, one construct:

integer numbers that include not only natural numbers, but also zero, and negative numbers, allowing to extend operation "-" to any pair of element of this set;
rational numbers, with allow division of any rational number by any natural number;
real numbers, that allow to deal with the transcendentental functions;
complex numbers, that allow solution of any algebraic equation;
quaternions, that simplify the consideration of some linear operators and non-Abelian groups, and so on...

Usually, the new set of numbers is defined either as a pair of elements of the already defined set with some class of equivalence, or as a fundamental sequence of elements of the already constructed set, with specification, which elements of the new set are considered as "equal". Usually, the new set and operations there are defined is such a way, that some of the rules of arithmetics hold for the new set too.

At the level of the complex numbers, the construction of beautiful holomorphic functions become possible, and investigation of properties of these functions form the important (and perhaps main) part of the mathematical analysis.

Elementary functions and the mathematical analysis

The important branch of mathematics is the Matan, or mathematical analysis. This science deals with sequences and series, functions, accurate building-up the real and complex numbers, definition and deduction of properties of derivatives and integrals, and solutions of the functional equations; in particular, the differential equations and the integral equations. In schools, properties of some elementary functions (sin, cos) are postulated through the Axioms by Euclid, although they can be deduced from the axioms of arithmetics.

In many scientific applications, one have to deal with holomorphic functions. Several holomorphic functions are well known, and they are called elementary functions. The elementary functions come in natural way from the consideration of the Ackermann functions A, which can be defined as follows:

A( 1 , z ) = b + z
A( k , 1 ) = b for k>0
A( k , z ) = A( k-1 , A(k,z-1) )

where parameter b is constant; usually, this constant is assumed to be real or even natural. This parameter is called "base". Also, often it is assumed that the first argument of the Ackermann function is natural number. For this reason, the notation

Ak(z) = A( k , z )

can be used. By definition, A1 is expressed in terms of summation; then, A2 refers to the multiplication and A3 refers to the exponentiation:

A2(z) = b*z
A3(z) = bz = expb(z)

At least for the positive values of base b, these functions are entire, id est, they are holomorphic in the whole complex plane, at any complex values of the argument z. The concept of superfunctions allows to evaluate each Ackermann Ak for k>1 , assuming, that the efficient procedure for evaluation of Ak-1 is already implemented.

The most of the mathematical analysis of IXX-XX centuries is based on the first three Ackermans: summation, multiplication, exponentiation and the inverse functions and their combinations. The special mathematical notations are used in order to write expressions with functions in a compact form. The multiplication "*" is used so often, that this symbol usually is just omitted. (Sometimes this notation causes confusions; the two letters written together, are interpreted as a name of a functions as well as a product of two variables.)

Functions, that can be expressed in terms of these operations, are called elementary functions: log, sqrt, sin, arctan, etc. Some functions can be expressed in terms of simple differential equations with elementary functions; many such functions are qualified as special functions.

Geometry

On the base of elementary functions, the multidimentional spaces can be constructed, and, in particular, the Euclidean spaces. In the simplest case, the bidimensional Euclidean space is built of points; the point x is defined as the pair of real numbers x1 and x2:

x = (x1,x2)

Such a way of building up of the Euclidean space refers to the Cartesian coordinates.

The distance r between two points x and y is defined by

r(x,y) = ( (x1-y1)2 + (x2-y2)2 )1/2

Then, the line is determined as set of solutions of a linear equation for the coordinates x; for example,

a1 x1 + a2 x2 = c ,

where a1, a2 and c are real numbers. Many various objects can be constructed on the base of lines. Also, the more complicated objects of the Euclidean space can be constructed on the base of nonlinear equations for the coordinates. Properties of such objects are analyzed in the Euclidean Geometry and differential geometry.

Historically, the constructions of geometry was developed in a way, completely different from the definition of the distance above. In the pre-historic Euclidean geometry, the properties of objects in the two–dimensional space were not deduced, but postulated as axioms. Then, on the base of these axioms, the expression for distance defined above appears as the famous Pythagorean theorem. On the base of these theorem, the properties of trigonometric functions, sin and cos, can be deduced; and it happens, that these functions are just the same, as sin and cos deduced from the mathematical analysis. In addition, the 5 Euclidean axioms are not sufficient to develop even the Euclidean geometry; of order of 20 Hilbert's axioms are necessary for the correct deduction.

Up to beginning of century XXI, the system of education usually follows the pre-historic tradition. The children have to remember the axioms by Euclid, and deduce many theorems in order to come to the Pythagorean theorem.

In such a way, the properties of the trigonometric functions in the schools are postulated through the Euclidean geometry (instead to be deduced, minimizing the amount of assumptions). Construction of geometry through the Cartesian coordinates does not require additional postulates and in this sense is simpler than that through the axioms by Euclid. According to the definition of science, the Cartesian way should be considered as principal with respect to the antique Euclidean geometry.

Many branches of mathematics

The development of mathematics causes the the new and new branches, that become partially separated from others and can be considered as independent sciences. In particular, this happens to the
Theory of probability,
Mathematical statistics
Game theory,
Computational mathematics, Numerical simulations,
and many other sciences. Some of them deviate from the general idea that all the statements should be either postulated or deduced as theorems. However, it is supposed to follow the same rules, properties, postulated in the definition of science, over-vice such an activity and knowledge can be considered as a relligion, in a best case. For example, the Astrology does not become part of mathematics (nor part of science), even if it uses some mathematical methods, computer facilities and allow some predictions and forecasts. (In certain sense, the same refers to many branches of philosophy, where the negation of paradigms is not allowed; such philosophies should be also qualified as religions.)

Although the different approaches are allowed in various branches of mathematics, the concepts of sets, logics and numbers are commonly used.

Conclusion

I disagree the definition of Mathematics I meet in the literature; especially poor is the deduction of properties of sin and cos from the Euclidean axioms and Pythagorean theorem. For this is reason why I wrote this article. However, I could not mention all the branches of mathematics here. If you feel that I should mention some, let me know.

There is no need to predict the development of mathematics, or the science in general. But we should formulate that we already know in the most compact and general and usable form, without to assume additional axioms for the statements we can deduce. If we introduce some additional assumptions, let them refer to the statement we can verify with scientific methods but cannot yet prove.

Perhaps, there are some personal preferences in the choice of the additional assumptions. From my point of view, now is good time to verify and postulate (if we cannot yet provide the rigorous deduction) the existence and uniqueness of the holomorphic extension of the Ackermann functions. This can be done in the same way, as properties of the Euclidean space and trigonometric functions were postulated before the discovery of the complex exponential, differential equations and the Ackermann functions.

References
http://en.citizendium.org/wiki/Mathematics
http://en.wikipedia.org/wiki/Mathematics
http://www.ipod.org.uk/reality/reality_wigner.pdf Eugene Wigner. The Unreasonable Effectiveness of Mathematics in the Natural Sciences. Communications in Pure and Applied Mathematics, vol. 13, No. I (February 1960).
http://www.math.ucla.edu/~cbm/aands// Abramowitz and Stegun: Handbook of Mathematical Functions. http://www.ils.uec.ac.jp/~dima/PAPERS/2010mestoe.pdf Dmitrii Kouznetsov. Place of science in the human knowledge.

Click here to formulate questions or to request references.

Related topics:
Science
Ackermann functions
Physics

Return to the page about this dictionary: http://www.ils.uec.ac.jp/~dima/D/index.html
Return to the main page by Dmitrii Kouznetsov: http://www.ils.uec.ac.jp/~dima