Sunday 1 November 2015

Numbers







Numbers

Understanding of numbers, especially natural numbers, is one of the oldest mathematical skills. Many cultures, even some contemporary ones, attribute some mystical properties to numbers because of their huge significance in describing the nature. Although mathematics and the modern science don't confirm such views, the significance of the theory of numbers is undisputed.
Historically, first occurred the set of natural numbers; rather quickly expanded with fractions, and even with positive irrational numbers; zero and negative numbers were discovered only after these subsets of real numbers. The last in the series, a set of complex numbers, occurs only with the development of modern science.
On the other hand, modern mathematics does not introduce numbers chronologically; even though the order of introduction is quite similar.

Natural Numbers N

A set of natural numbers is often denoted by N={1,2,3,4...}, and it is often expanded with 0 in which case is denoted by N0.
In N operations of addition (+) and multiplication () are defined with the following properties for each a,b,cN:
1. a+bNabN set N is closed for addition and multiplication
2. a+b=b+aab=ba commutativity
3. (a+b)+c=a+(b+c)(ab)c=a(bc) associativity
4. a(b+c)=ab+ac distributivity
5. a1=a there is a neutral element for multiplication
Since there is a neutral element for multiplication in a set N, but not for addition as well, this is the exact reason why this set is often expanded with 0, which is a neutral element for addition.
Apart from these two operations in set N, relations strictly-less-than (<) and less-than-or-equal () are defined, with the following properties for each a,b,cN:
1. a<b or a=b or a>b trichotomy
2. if ab and ba then a=b antisymmetry
3. if ab and bc then ac transitivity
4. if ab then a+cb+c
5. if ab then acbc

Integer Z

Examples of integer numbers:
1,20,100,30,40,120...
Solving the equation a+x=b, where a and b are given natural numbers, and x an unknown natural number, requires an introduction of a new arithmetic operation: deduction (-). If there exists a natural number x which satisfies the equation, then it is x=ba. However, this particular equation does not necessarily have a solution in a set N, so it is required, out of practical reasons, to expand the set of natural numbers with solutions to this equation; which basically leads to the integer set: Z={0,1,1,2,2,3,3...}.
Since NZ, it is natural to introduce operations + and  and relations < and  which would 'inherit' the same properties as in the set N. Apart from these properties, there are also two new ones that refer to addition:
1. 0+a=a+0=a there is a neutral element for addition
2. a+(a)=(a)+a=0 there is an opposite number a to a number a
Property 5.
5. if 0a and 0b then 0ab
A set Z is closed for deduction as well, i.e. (a,bZ)(abZ).

Rational Numbers Q

Examples of rational numbers:
12,47,58,1020...
Apart from the mentioned equation, it is required to find the solution to this type of equations ax=b, where aand b are given integers, and x an unknown numbers. For the purpose of solution to this type of equations, an operation of division is introduced (:), and the solution to this equations is x=b:a, that is x=ba. Again, the problem that x does not always belong to to Z occurs, so it is necessary to expand the set with solutions of this type of equations. Thus, a set Q is introduced which elements are pq, where pZ and qN. A subset of this set where for each element q=1 is a set Z, so ZQ and therefore operations of addition and multiplication are being expanded to this set based on the following rules that preserve all aforementioned properties also in a set Q:
p1q1+p2q2=p1q2+p2q1q1q2
p1q1p2q2=p1p2q1q2
At the same time division is introduced as:
p1q1:p2q2=p1q1q2p2
In the set Q an equation ax=b has a unique solution for each a0, while division with zero is not defined. This means that there is an inverse element, which we call a reciprocal number, denoted by 1a or a1:
(aQ{0})(1a)(a1a=1aa=a)
Order of a set Q can be expanded in the following way:
p1q1<p2q2p1q2<p2q1
The set Q has one other important property - between any two rational numbers there is an infinite number of rational numbers, which means that there are no two adjacent rational numbers, as was the case with natural numbers and integers.

Irrational Numbers I

Examples of irrational numbers:
0.333333...
21.41422135...
π3.1415926535...
Due to the fact that between any two rational numbers there is an infinite number of other rational numbers, it can easily lead to the wrong conclusion, that the set of rational numbers is so dense, that there is no need for further expanding of the rational numbers set. Even Pythagoras himself was drawn to this conclusion. However, even Pythagoras' contemporaries disproved this conclusion while trying to solve the equation xx=2, that is x2=2 in the set of rational numbers. In order to solve this equation, it is necessary to introduce a square root function, so the solution to this equation is x=2. An equation of this type x2=a, where a is a given rational number, and x an unknown number, does not always have a solution within the rational number set, and a need for expanding of the number set occurs again. These numbers are called irrational numbers, and 23π... belong to this set.

Real Numbers R

A union of rational and irrational numbers sets is a set of real numbers. Since QR it is again logical that the introduced arithmetical operations and relations should expand onto the new set. It is extremely difficult to formally perform such expansion and to arrange the real number set, so already mentioned properties of arithmetic operations and relations are introduced in the real number set as axioms. In algebra, such structure is called a field, so we say that a real numbers set is an ordered field.
In order to complete the definition of real numbers set, we need an additional axiom which makes the difference between sets Q and R. Let us assume that S is a non-empty subset of a real numbers set. Element bR is the upper limit of the set S if xS is true xb, and then we say that the set S above bounded. The least upper bound of set S is called supremum and is denoted by supS. In analogy to this, such concepts as lower bound, an above bounded set and infimum infS are introduced. The remaining axiom is as follows:
Every non-empty and above bounded subset of a real numbers set has a supremum.
It can also be proven that the field of real numbers defined like this is unique.

Complex Numbers C

Examples of complex numbers:
(1,2),(4,5),(9,7),(3,20),(5,19),...
1+5i,24i,7+6i... where i=1 or i2=1
A set of complex numbers is a set of all ordered pairs of real numbers, ie. C=R2=R×R, in which the operations of addition and multiplication are defined in the following way:
(a,b)+(c,d)=(a+b,c+d)
(a,b)(c,d)=(acbd,ad+bc)
There are multiple ways of writing complex numbers, and the most common way is z=a+ib, which is a number (a,b), and the number i=(0,1) is called an imaginary unit.
It is easy to show that i2=1. Expanding of the set R to set C allows the defining of the square root of negative numbers, so this exactly is a reason to introduce a set of complex numbers. It is also easy to show that a subset of the set C, defined as C0={(a,0)|aR}, satisfies all real numbers axioms, which means that C0=R, or that RC.
The algebraic structure of the set C in relation to addition and multiplication has the following properties:
1. commutativity of addition and multiplication
2. associativity of addition and multiplication
3. 0+i0 is a neutral element for addition
4. 1+i0 is a neutral element for multiplication
5. multiplication is distributive over addition
6. there is a unique inverse element for addition and for multiplication

No comments:

Post a Comment