An arithmetic operation is a rule that combines numbers to produce another number. The most basic operations on integers are addition, subtraction, multiplication, and division.
Operations as Rules
An arithmetic operation is a rule that combines numbers to produce another number. The most basic operations on integers are addition, subtraction, multiplication, and division.
Addition and multiplication are always possible inside the integers. If
then
and
Subtraction is also always possible because the integers contain additive inverses:
Division is different. The quotient need not be an integer. For example,
is an integer, but
is not. This failure of division inside is one reason divisibility becomes a central topic in number theory.
Addition
Addition combines quantities. It is written
The integer is the identity element for addition:
Every integer has an additive inverse:
Addition is commutative:
and associative:
Associativity means that a sum of several integers may be written without ambiguity:
The order of addition does not matter, and the grouping of terms does not matter.
Subtraction
Subtraction is defined using addition and additive inverses:
Thus subtraction does not require a separate theory. It is addition with the opposite number.
For example,
Subtraction is not commutative. In general,
For instance,
Subtraction is also not associative. Usually,
For example,
while
These failures explain why addition is structurally simpler than subtraction.
Multiplication
Multiplication represents repeated addition. For positive integers,
For all integers, multiplication is extended using the sign rules:
The integer is the identity element for multiplication:
Multiplication is commutative:
and associative:
It also distributes over addition:
The distributive law is one of the most important laws in arithmetic. It connects addition and multiplication and allows expressions to be expanded and factored.
Division
Division asks whether one integer is an exact multiple of another. The expression
means a number such that
Such a number may fail to be an integer. Therefore division is not always an operation inside .
When and there exists an integer such that
we say that divides , and write
For example,
because
But
because no integer satisfies
This distinction between exact and non-exact division is the first appearance of divisibility.
Closure and Failure of Closure
A number system is said to be closed under an operation if applying that operation to numbers in the system always produces another number in the same system.
The integers are closed under addition:
They are closed under subtraction:
They are closed under multiplication:
They are not closed under division. Since
division leads outside the integers.
This failure is not a defect. It is the source of many central problems in number theory.
Arithmetic Expressions
An arithmetic expression is built from numbers, variables, and operations. For example,
is an arithmetic expression involving addition, subtraction, multiplication, and powers.
The usual order of operations applies. Multiplication is performed before addition, unless parentheses specify otherwise:
while
Parentheses make the structure of an expression explicit. Much of algebra and number theory consists of rewriting expressions while preserving their values.
Role in Number Theory
Arithmetic operations provide the language in which number theory is written. Divisibility, prime factorization, congruences, Diophantine equations, and modular arithmetic all depend on the interaction between addition, multiplication, and exact division.
The integers are simple enough to define early, but rich enough to support deep questions. Even the elementary expression
leads to the theory of Pythagorean triples, quadratic forms, elliptic curves, and modern arithmetic geometry.