Divisibility: Difference between revisions
imported>Peter Schmitt ("Divisibility" as main page for this concept) |
mNo edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{subpages}} | |||
In elementary mathematics, '''divisibility''' is a relation between two natural numbers: | In elementary mathematics, '''divisibility''' is a relation between two natural numbers: | ||
a number ''d'' '''divides''' a number ''n'', if ''n'' is the product of ''d'' and another natural number ''k''. | a number ''d'' '''divides''' a number ''n'', if ''n'' is the product of ''d'' and another natural number ''k''. | ||
Line 16: | Line 18: | ||
Because of 0 = 0.''n'', any ''n'' is divisor of 0, and 0 divides only 0. | Because of 0 = 0.''n'', any ''n'' is divisor of 0, and 0 divides only 0. | ||
Further | Further generalizations are to algebraic integers, polynom rings. and rings in general. | ||
(However, divisibility is useless for rational or real numbers: | (However, divisibility is useless for rational or real numbers: | ||
Because of ''ad'' = ''b'' for ''d''=''b/a'' every rational or real number divides every other rational or real number.) | Because of ''ad'' = ''b'' for ''d''=''b/a'' every rational or real number divides every other rational or real number.) | ||
Some properties: | Some properties: | ||
# ''a'' is divisor of ''a'', | # ''a'' is a divisor of ''a'', | ||
# if ''a'' is a divisor of ''b'', and ''b'' is a divisor of ''a'', then ''a'' equals ''b'', | # if ''a'' is a divisor of ''b'', and ''b'' is a divisor of ''a'', then ''a'' equals ''b'', | ||
# if ''a'' is divides ''b'', and ''b'' divides ''c'', then ''a'' divides ''c'', | # if ''a'' is divides ''b'', and ''b'' divides ''c'', then ''a'' divides ''c'', | ||
# if ''a'' divides ''b'' and ''c'' then it also divides '' | # if ''a'' divides ''b'' and ''c'' then it also divides ''b''+''c'' (or, more generally, ''kb''+''lc'' for arbitrary integers ''k'' and ''l''). | ||
The following property is important and frequently used in number theory. | The following property is important and frequently used in number theory. | ||
Therefore it is also called <br> '''Fundamental | Therefore it is also called <br> '''Fundamental lemma of number theory'''. | ||
* If a prime number divides a product ''ab'', and it does not divide ''a'', then it divides ''b''. | * If a prime number divides a product ''ab'', and it does not divide ''a'', then it divides ''b''. | ||
Properties (1-3) show that "is divisor of" can be seen as a partial [[order relation|order | Properties (1-3) show that "is divisor of" can be seen as a partial [[order relation|order]] on the natural numbers. | ||
In this order, | In this order, | ||
: 1 is the minimal element since it divides all numbers, and | : 1 is the minimal element since it divides all numbers, and | ||
Line 40: | Line 42: | ||
: <math> a\mid b </math> | : <math> a\mid b </math> | ||
Using this notation, and | Using this notation, and | ||
: <math> a,b,c,d,k,n,p \in \mathbb N , p \ \textrm{prime} </math> | : <math> a,b,c,d,k,l,n,p \in \mathbb N , p \ \textrm{prime} </math> | ||
the definition of ''is divisor of'' is | the definition of ''is divisor of'' is | ||
: <math> d \mid n :\Leftrightarrow (\exist k) dk = n </math> | : <math> d \mid n :\Leftrightarrow (\exist k) dk = n </math> | ||
and the properties are | and the properties listed are written as | ||
# <math> a \mid a </math> | # <math> a \mid a </math> | ||
# <math> a \mid b \;,\ b \mid a \Rightarrow a=a </math> | # <math> a \mid b \;,\ b \mid a \Rightarrow a=a </math> | ||
# <math> a \mid b \;,\ b \mid c \Rightarrow a \mid c </math> | # <math> a \mid b \;,\ b \mid c \Rightarrow a \mid c </math> | ||
# <math> a \mid b \;,\ a \mid c \Rightarrow a \mid ( | # <math> a \mid b \;,\ a \mid c \Rightarrow a \mid (kb+lc) </math> | ||
* <math> p \mid ab \;,\ p \not\mid a \Rightarrow p | |||
The Fundamental Lemma is | |||
* <math> p \mid ab \;,\ p \not\;\mid a \Rightarrow p \mid b </math> | |||
and the definition of the order — if one wants to avoid the vertical bar — is given by | and the definition of the order — if one wants to avoid the vertical bar — is given by | ||
: <math> a \le b :\Leftrightarrow a \mid b </math> | : <math> a \le b :\Leftrightarrow a \mid b </math>[[Category:Suggestion Bot Tag]] |
Latest revision as of 16:01, 7 August 2024
In elementary mathematics, divisibility is a relation between two natural numbers: a number d divides a number n, if n is the product of d and another natural number k. Since this is a very common notion there are many equivalent expressions: d divides n wholly or evenly (if one wants to put emphasis on it), d is a divisor or factor of n, n is divisible by d, or (conversely) n is a multiple of d.
Every natural number n has two divisors, 1 and n, which therefore are called trivial divisors. Any other divisor is called a proper divisor. A natural number (except 1) which has no proper divisor is called prime, a number with proper divisors is called composite.
The concept of divisibility can obviously be extended to the integers. In the integers, every integer n has four trivial divisors: 1, -1, n, -n. Because of 0 = 0.n, any n is divisor of 0, and 0 divides only 0.
Further generalizations are to algebraic integers, polynom rings. and rings in general. (However, divisibility is useless for rational or real numbers: Because of ad = b for d=b/a every rational or real number divides every other rational or real number.)
Some properties:
- a is a divisor of a,
- if a is a divisor of b, and b is a divisor of a, then a equals b,
- if a is divides b, and b divides c, then a divides c,
- if a divides b and c then it also divides b+c (or, more generally, kb+lc for arbitrary integers k and l).
The following property is important and frequently used in number theory.
Therefore it is also called
Fundamental lemma of number theory.
- If a prime number divides a product ab, and it does not divide a, then it divides b.
Properties (1-3) show that "is divisor of" can be seen as a partial order on the natural numbers. In this order,
- 1 is the minimal element since it divides all numbers, and
- 0 is the maximal element since it is a multiple of every number,
- the greatest common divisor is the greatest lower bound (or infimum), and
- the least common multiple is the smallest upper bound (or supremum).
In mathematical notation, "a divides b" is written as
Using this notation, and
the definition of is divisor of is
and the properties listed are written as
The Fundamental Lemma is
and the definition of the order — if one wants to avoid the vertical bar — is given by