You can edit almost every page by Creating an account and confirming your email.

Divisibility theory

From EverybodyWiki Bios & Wiki


In mathematics, divisibility theory is a branch of abstract algebra concerned with the study of divisibility relations in rings and algebraic structures arising from these relations.[1]

The main object of study is a ring A, in which for elements:

a,bA

the relation is defined:

ab

meaning that:

cA: b=ac.

Elements of divisibility

Divisor

Let a,bA.

An element a is called a divisor of an element b if:

ab.

Equivalently, there exists an element:

rA

such that:

b=ar.

The set of all divisors of an element b is sometimes denoted by:

Div(b).

In the ring of integers, for example:

1,2,3,6

are the positive divisors of:

6.

Multiple

Let a,bA.

An element b is called a multiple of an element a if:

ab.

This means that there exists an element:

rA

such that:

b=ar.

Every multiple of an element a is obtained by multiplying it by some element of the ring.

In the set of natural numbers, multiples of:

4

include:

4,8,12,16,20,.

If:

ab,

then a is a divisor of b, and b is a multiple of a.

Associated elements

Elements:

a,bA

are called associated if there exists a unit:

uA×

such that:

a=ub.

This is denoted by:

ab.

After identifying associated elements, the divisibility relation becomes a partial order.

Operations on divisibility

Divisibility relation

The divisibility relation is a binary relation defined on elements of a ring.[2]

For elements a,b,cA, we say that a divides b (denoted ab) if there exists an element rA such that:

b=ar.

The divisibility relation has the following properties:

Reflexivity

The relation is reflexive because every element divides itself:

aa.

Indeed:

a=a1,

so there exists the element 1 in the ring such that multiplying by it yields a again.

Transitivity

If:

ab and bc,

then:

ac.

From the first condition, there exists rA such that:

b=ar.

From the second condition, there exists sA such that:

c=bs.

Substituting:

c=(ar)s=a(rs).

Since rsA, it follows that:

ac.

Association relation

Because antisymmetry does not hold in general, the association relation is introduced.

We say that elements a,bA are associated if there exists a unit element uA such that:

a=bu.

This means that two elements are associated if they differ only by multiplication by an invertible element of the ring.

In particular:

ab

is equivalent to:

ab and ba.

Greatest common divisor

Let a,bA. An element dA is called the greatest common divisor of a and b if:

da

and:

db

and for every element cA satisfying:

ca and cb

we have:

cd.

It is denoted by:

gcd(a,b).

For any finite sequence a1,a2,,anA, the iterated gcd is defined:

gcdnk=1(ak)=gcd(a1,a2,,an).

The gcd operation selects the greatest element dividing all arguments and combines them into a single element representing their common part:

gcd(a,b)  ab.

Least common multiple

An element mA is called the least common multiple of a,bA if:

am

and:

bm

and for every:

xA

such that:

ax and bx

we have:

mx.

It is denoted by:

lcm(a,b).

For any finite sequence a1,a2,,anA:

lcmnk=1(ak)=lcm(a1,a2,,an).

The lcm operation selects the smallest element that is a common multiple of all arguments:

lcm(a,b)  a+b.

Divisibility lattice

In many rings, the set of association classes under divisibility forms a lattice structure.

For elements:

a,bA

we distinguish:

  • greatest common divisor,
  • least common multiple.

Connection with ideals

Divisibility is closely related to principal ideals.

For:

a,bA

we have:

ab

if and only if:

b(a).

Divisibility of polynomials

The theory of divisibility can also be developed in polynomial rings.

For polynomials:

f(x),g(x)K[x]

we say that:

f(x)g(x)

if there exists a polynomial:

q(x)K[x]

such that:

g(x)=f(x)q(x).

For example:

x+1x21

since:

x21=(x+1)(x1).

In polynomial rings over a field there exist analogues of:

  • the greatest common divisor,
  • the least common multiple,
  • the Euclidean algorithm.

Polynomial divisibility plays an important role in algebra, field theory, and algebraic geometry.

Divisibility theory of integers

The ring of integers is one of the main examples of an integral domain in divisibility theory.

Divisibility is defined by:

abk:b=ak.

The units in are:

1,1.

Therefore:

ab

if and only if:

a=±b.

In , every nonzero element can be expressed as a product of prime elements.[3]

Divisibility theory of natural numbers

The set of natural numbers with divisibility is a fundamental example of divisibility theory.

For:

a,b

we have:

abk:b=ak.

Example:

420

since:

20=45.

In , both exist:

  • the greatest common divisor,
  • the least common multiple.

Moreover:

gcd(a,b)lcm(a,b)=ab.[3]

Prime numbers

In divisibility theory of natural numbers, prime numbers play a fundamental role.

The set of prime numbers is defined as:

:={p:p>1¬d(1<d<pdp)}.

Examples of prime numbers include:

2,3,5,7,11,13,.[4]

Modular arithmetic

Divisibility is closely related to the notion of congruence modulo.

For integers:

a,b,m

with:

m>0

we write:

ab(modm)

if:

m(ab).[5]

This means that the difference between a and b is divisible by m.

For example:

175(mod12)

since:

12(175).

Modular arithmetic is used in:

  • number theory,
  • cryptography,
  • computer science,
  • coding theory.

Many properties of divisibility can be expressed using congruences.

Prime elements

An element pA is called prime if p is not a unit and whenever pab, then pa or pb.[6]

Prime elements are fundamental building blocks of multiplicative decompositions.

Irreducible elements

An element aA is called irreducible if a0 and whenever a=bc, then either b or c is a unit.

In general, every prime element is irreducible, but the converse does not always hold.[7]

Factorization

One of the central problems in divisibility theory is expressing elements as products of irreducible or prime elements. In unique factorization domains, every nonzero, non-unit element admits a factorization that is unique up to ordering and association of factors.[8]

Unique factorization domains

A ring A is called a unique factorization domain (UFD) if every nonzero, non-unit element has a factorization into irreducible elements that is unique up to ordering and associated elements.[9]

Euclidean domains

A ring A is called Euclidean if there exists a function:

d:A{0}

allowing division with remainder.[10]

Every Euclidean domain is:

  • a principal ideal domain,
  • a unique factorization domain.

Euclidean algorithm

In the ring of integers, the greatest common divisor can be computed using the Euclidean algorithm.

If:

a=bq+r

then:

gcd(a,b)=gcd(b,r).

This algorithm is one of the fundamental tools of divisibility theory.[11]

Applications

Divisibility theory is used in:

It is used, among others, to study:

References

  1. "Algebra with Number Theory". matematyka.uken.krakow.pl.
  2. Gniewomir Sarbicki. "Divisibility of integers" (PDF). fizyka.umk.pl.
  3. 3.0 3.1 Eric W. Weisstein. "Divisor". mathworld.wolfram.com.
  4. Eric W. Weisstein. "Prime Number". mathworld.wolfram.com.
  5. Eric W. Weisstein. "Modular Arithmetic". mathworld.wolfram.com.
  6. Eric W. Weisstein. "Prime Element". mathworld.wolfram.com.
  7. Eric W. Weisstein. "Irreducible Element". mathworld.wolfram.com.
  8. Eric W. Weisstein. "Factorization". mathworld.wolfram.com.
  9. Eric W. Weisstein. "Unique Factorization Domain". mathworld.wolfram.com.
  10. Eric W. Weisstein. "Euclidean Ring". mathworld.wolfram.com.
  11. Bartłomiej Bzdęga. "Euclidean Algorithm". deltami.edu.pl.


This article "Divisibility theory" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Divisibility theory. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.