There are disagreements about its precise definition. According to a narrow characterization, arithmetic deals only with natural numbers. However, the more common view is to include operations on integers, rational numbers, real numbers, and sometimes also complex numbers in its scope. Some definitions restrict arithmetic to the field of numerical calculations. When understood in a wider sense, it also includes the study of how the concept of numbers developed, the analysis of properties of and relations between numbers, and the examination of the axiomatic structure of arithmetic operations.
A numeral system is positional if the position of a basic numeral in a compound expression determines its value. Positional numeral systems have a radix that acts as a multiplicand of the different positions. For each subsequent position, the radix is raised to a higher power. In the common decimal system, also called the Hindu–Arabic numeral system, the radix is 10. This means that the first digit is multiplied by
10
0
{\displaystyle 10^{0}}
, the next digit is multiplied by
10
1
{\displaystyle 10^{1}}
, and so on. For example, the decimal numeral 532 stands for
5
⋅
10
2
+
3
⋅
10
1
+
2
⋅
10
0
{\displaystyle 5\cdot 10^{2}+3\cdot 10^{1}+2\cdot 10^{0}}
. Because of the effect of the digits' positions, the numeral 532 differs from the numerals 325 and 253 even though they have the same digits.
Arithmetic operations are ways of combining, transforming, or manipulating numbers. They are functions that have numbers both as input and output. The most important operations in arithmetic are addition, subtraction, multiplication, and division. Further operations include exponentiation, extraction of roots, and logarithm. If these operations are performed on variables rather than numbers, they are sometimes referred to as algebraic operations.
Addition is an arithmetic operation in which two numbers, called the addends, are combined into a single number, called the sum. The symbol of addition is
+
{\displaystyle +}
. Examples are
2
+
2
=
4
{\displaystyle 2+2=4}
and
6.3
+
1.26
=
7.56
{\displaystyle 6.3+1.26=7.56}
. The term summation is used if several additions are performed in a row. Counting is a type of repeated addition in which the number 1 is continuously added.
Subtraction is the inverse of addition. In it, one number, known as the subtrahend, is taken away from another, known as the minuend. The result of this operation is called the difference. The symbol of subtraction is
−
{\displaystyle -}
. Examples are
14
−
8
=
6
{\displaystyle 14-8=6}
and
45
−
1.7
=
43.3
{\displaystyle 45-1.7=43.3}
. Subtraction is often treated as a special case of addition: instead of subtracting a positive number, it is also possible to add a negative number. For instance
14
−
8
=
14
+
(
−
8
)
{\displaystyle 14-8=14+(-8)}
. This helps to simplify mathematical computations by reducing the number of basic arithmetic operations needed to perform calculations.
The additive identity element is 0 and the additive inverse of a number is the negative of that number. For instance,
13
+
0
=
13
{\displaystyle 13+0=13}
and
13
+
(
−
13
)
=
0
{\displaystyle 13+(-13)=0}
. Addition is both commutative and associative.
Multiplication is an arithmetic operation in which two numbers, called the multiplier and the multiplicand, are combined into a single number called the product. The symbols of multiplication are
×
{\displaystyle \times }
,
⋅
{\displaystyle \cdot }
, and *. Examples are
2
×
3
=
6
{\displaystyle 2\times 3=6}
and
0.3
⋅
5
=
1.5
{\displaystyle 0.3\cdot 5=1.5}
. If the multiplicand is a natural number then multiplication is the same as repeated addition, as in
2
×
3
=
2
+
2
+
2
{\displaystyle 2\times 3=2+2+2}
.
Division is the inverse of multiplication. In it, one number, known as the dividend, is split into several equal parts by another number, known as the divisor. The result of this operation is called the quotient. The symbols of division are
÷
{\displaystyle \div }
and
/
{\displaystyle /}
. Examples are
48
÷
8
=
6
{\displaystyle 48\div 8=6}
and
29.4
/
1.4
=
21
{\displaystyle 29.4/1.4=21}
. Division is often treated as a special case of multiplication: instead of dividing by a number, it is also possible to multiply by its reciprocal. The reciprocal of a number is 1 divided by that number. For instance,
48
÷
8
=
48
×
1
8
{\displaystyle 48\div 8=48\times {\tfrac {1}{8}}}
.
Exponentiation is an arithmetic operation in which a number, known as the base, is raised to the power of another number, known as the exponent. The result of this operation is called the power. Exponentiation is sometimes expressed using the symbol ^ but the more common way is to write the exponent in superscript right after the base. Examples are
2
4
=
16
{\displaystyle 2^{4}=16}
and
3
{\displaystyle 3}
^
3
=
27
{\displaystyle 3=27}
. If the exponent is a natural number then exponentiation is the same as repeated multiplication, as in
2
4
=
2
×
2
×
2
×
2
{\displaystyle 2^{4}=2\times 2\times 2\times 2}
.
Roots are a special type of exponentiation using a fractional exponent. For example, the square root of a number is the same as raising the number to the power of
1
2
{\displaystyle {\tfrac {1}{2}}}
and the cube root of a number is the same as raising the number to the power of
1
3
{\displaystyle {\tfrac {1}{3}}}
. Examples are
4
=
4
1
2
=
2
{\displaystyle {\sqrt {4}}=4^{\frac {1}{2}}=2}
and
27
3
=
27
1
3
=
3
{\displaystyle {\sqrt[{3}]{27}}=27^{\frac {1}{3}}=3}
.
Logarithm is the inverse of exponentiation. The logarithm of a number
x
{\displaystyle x}
to the base
b
{\displaystyle b}
is the exponent to which
b
{\displaystyle b}
must be raised to produce
x
{\displaystyle x}
. For instance, since
1000
=
10
3
{\displaystyle 1000=10^{3}}
, the logarithm base 10 of 1000 is 3. The logarithm of
x
{\displaystyle x}
to base
b
{\displaystyle b}
is denoted as
log
b
(
x
)
{\displaystyle \log _{b}(x)}
, or without parentheses,
log
b
x
{\displaystyle \log _{b}x}
, or even without the explicit base,
log
x
{\displaystyle \log x}
, when the base can be understood from context. So, the previous example can be written
log
10
1000
=
3
{\displaystyle \log _{10}1000=3}
.
Exponentiation and logarithm do not have general identity elements and inverse elements like addition and multiplication. The neutral element of exponentiation in relation to the exponent is 1, as in
14
1
=
14
{\displaystyle 14^{1}=14}
. However, exponentiation does not have a general identity element since 1 is not the neutral element for the base. Exponentiation and logarithm are neither commutative nor associative.
Different types of arithmetic systems are discussed in the academic literature. They differ from each other based on what type of number they operate on, what numeral system they use to represent them, and whether they operate on mathematical objects other than numbers.
Integer arithmetic is the branch of arithmetic that deals with the manipulation of positive and negative whole numbers. Simple one-digit operations can be performed by following or memorizing a table that presents the results of all possible combinations, like an addition table or a multiplication table. Other common methods are verbal counting and finger-counting.
Addition tableFor operations on numbers with more than one digit, different techniques can be employed to calculate the result by using several one-digit operations in a row. For example, in the method addition with carries, the two numbers are written one above the other. Starting from the rightmost digit, each pair of digits is added together. The rightmost digit of the sum is written below them. If the sum is a two-digit number then the leftmost digit, called the "carry", is added to the next pair of digits to the left. This process is repeated until all digits have been added. Other methods used for integer additions are the number line method, the partial sum method, and the compensation method. A similar technique is utilized for subtraction: it also starts with the rightmost digit and uses a "borrow" or a negative carry for the column on the left if the result of the one-digit subtraction is negative.
A basic technique of integer multiplication employs repeated addition. For example, the product of
3
×
4
{\displaystyle 3\times 4}
can be calculated as
3
+
3
+
3
+
3
{\displaystyle 3+3+3+3}
. A common technique for multiplication with larger numbers is called long multiplication. This method starts by writing the multiplier above the multiplicand. The calculation begins by multiplying the multiplier only with the rightmost digit of the multiplicand and writing the result below, starting in the rightmost column. The same is done for each digit of the multiplicand and the result in each case is shifted one position to the left. As a final step, all the individual products are added to arrive at the total product of the two multi-digit numbers. Other techniques used for multiplication are the grid method and the lattice method. Computer science is interested in multiplication algorithms with a low computational complexity to be able to efficiently multiply very large integers, such as the Karatsuba algorithm, the Schönhage–Strassen algorithm, and the Toom–Cook algorithm. A common technique used for division is called long division. Other methods include short division and chunking.
Integer arithmetic is not closed under division. This means that when dividing one integer by another integer, the result is not always an integer. For instance, 7 divided by 2 is not a whole number but 3.5. One way to ensure that the result is an integer is to round the result to a whole number. However, this method leads to inaccuracies as the original value is altered. Another method is to perform the division only partially and retain the remainder. For example, 7 divided by 2 is 3 with a remainder of 1. These difficulties are avoided by rational number arithmetic, which allows for the exact representation of fractions.
Rational number arithmetic is the branch of arithmetic that deals with the manipulation of numbers that can be expressed as a ratio of two integers. Most arithmetic operations on rational numbers can be calculated by performing a series of integer arithmetic operations on the numerators and the denominators of the involved numbers. If two rational numbers have the same denominator then they can be added by adding their numerators and keeping the common denominator. For example,
2
7
+
3
7
=
5
7
{\displaystyle {\tfrac {2}{7}}+{\tfrac {3}{7}}={\tfrac {5}{7}}}
. A similar procedure is used for subtraction. If the two numbers do not have the same denominator then they must be transformed to find a common denominator. This can be achieved by scaling the first number with the denominator of the second number while scaling the second number with the denominator of the first number. For instance,
1
3
+
1
2
=
1
⋅
2
3
⋅
2
+
1
⋅
3
2
⋅
3
=
2
6
+
3
6
=
5
6
{\displaystyle {\tfrac {1}{3}}+{\tfrac {1}{2}}={\tfrac {1\cdot 2}{3\cdot 2}}+{\tfrac {1\cdot 3}{2\cdot 3}}={\tfrac {2}{6}}+{\tfrac {3}{6}}={\tfrac {5}{6}}}
.
Two rational numbers are multiplied by multiplying their numerators and their denominators respectively, as in
2
3
⋅
2
5
=
2
⋅
2
3
⋅
5
=
4
15
{\displaystyle {\tfrac {2}{3}}\cdot {\tfrac {2}{5}}={\tfrac {2\cdot 2}{3\cdot 5}}={\tfrac {4}{15}}}
. Dividing one rational number by another can be achieved by multiplying the first number with the reciprocal of the second number. This means that the numerator and the denominator of the second number change position. For example,
3
5
:
2
7
=
3
5
⋅
7
2
=
21
10
{\displaystyle {\tfrac {3}{5}}:{\tfrac {2}{7}}={\tfrac {3}{5}}\cdot {\tfrac {7}{2}}={\tfrac {21}{10}}}
. Unlike integer arithmetic, rational number arithmetic is closed under division as long as the divisor is not 0.
Both integer arithmetic and rational number arithmetic are not closed under exponentiation and logarithm. One way to calculate exponentiation with a fractional exponent is to perform two separate calculations: one exponentiation using the numerator of the exponent followed by drawing the nth root of the result based on the denominator of the exponent. For example,
5
2
3
=
5
2
3
{\displaystyle 5^{\frac {2}{3}}={\sqrt[{3}]{5^{2}}}}
. The first operation can be completed using methods like repeated multiplication or exponentiation by squaring. One way to get an approximate result for the second operation is to employ Newton's method, which uses a series of steps to gradually refine an initial guess until it reaches the desired level of accuracy. The Taylor series or the continued fraction method can be utilized to calculate logarithms.
Real number arithmetic is the branch of arithmetic that deals with the manipulation of both rational and irrational numbers. Irrational numbers are numbers that cannot be expressed through fractions or repeated decimals, like the root of 2 and π. Unlike rational number arithmetic, real number arithmetic is closed under exponentiation as long as it uses a positive number as its base. The same is true for the logarithm of positive real numbers as long as the logarithm base is positive and not 1.
Irrational numbers involve an infinite non-repeating series of decimal digits. Because of this, there is often no simple and accurate way to express the results of arithmetic operations like
2
+
π
{\displaystyle {\sqrt {2}}+\pi }
or
e
⋅
3
{\displaystyle e\cdot {\sqrt {3}}}
. In cases where absolute precision is not required, the problem of calculating arithmetic operations on real numbers is usually addressed by truncation or rounding. For truncation, a certain number of leftmost digits are kept and remaining digits are discarded or replaced by zeros. For example, the number π has an infinite number of digits starting with 3.14159.... If this number is truncated to 4 decimal places, the result is 3.141. Rounding is a similar process in which the last preserved digit is increased by one if the next digit is 5 or greater but remains the same if the next digit is less than 5, so that the rounded number is the best approximation of a given precision for the original number. For instance, if the number π is rounded to 4 decimal places, the result is 3.142 because the following digit is a 5, so 3.142 is closer to π than 3.141. These methods allow computers to efficiently perform approximate calculations on real numbers.
In science and engineering, numbers represent estimates of physical quantities derived from measurement or modeling. Unlike mathematically exact numbers such as π or
2
{\displaystyle {\sqrt {2}}}
, scientifically relevant numerical data are inherently inexact, involving some measurement uncertainty. One basic way to express the degree of certainty about each number's value and avoid false precision is to round each measurement to a certain number of digits, called significant digits, which are implied to be accurate. For example, a person's height measured with a tape measure might only be precisely known to the nearest centimeter, so should be presented as 1.62 meters rather than 1.6217 meters. If converted to imperial units, this quantity should be rounded to 64 inches or 63.8 inches rather than 63.7795 inches, to clearly convey the precision of the measurement. When a number is written using ordinary decimal notation, leading zeros are not significant, and trailing zeros of numbers not written with a decimal point are implicitly considered to be non-significant. For example, the numbers 0.056 and 1200 each have only 2 significant digits, but the number 40.00 has 4 significant digits. Representing uncertainty using only significant digits is a relatively crude method, with some unintuitive subtleties; explicitly keeping track of an estimate or upper bound of the approximation error is a more sophisticated approach. In the example, the person's height might be represented as 1.62 ± 0.005 meters or 63.8 ± 0.2 inches.
A common method employed by computers to approximate real number arithmetic is called floating-point arithmetic. It represents real numbers similar to the scientific notation through three numbers: a significand, a base, and an exponent. The precision of the significand is limited by the number of bits allocated to represent it. If an arithmetic operation results in a number that requires more bits than are available, the computer rounds the result to the closest representable number. This leads to rounding errors. A consequence of this behavior is that certain laws of arithmetic are violated by floating-point arithmetic. For example, floating-point addition is not associative since the rounding errors introduced can depend on the order of the additions. This means that the result of
(
a
+
b
)
+
c
{\displaystyle (a+b)+c}
is sometimes different from the result of
a
+
(
b
+
c
)
{\displaystyle a+(b+c)}
. The most common technical standard used for floating-point arithmetic is called IEEE 754. Among other things, it determines how numbers are represented, how arithmetic operations and rounding are performed, and how errors and exceptions are handled. In cases where computation speed is not a limiting factor, it is possible to use arbitrary-precision arithmetic, for which the precision of calculations is only restricted by the computer's memory.
Some forms of arithmetic deal with operations performed on mathematical objects other than numbers. Interval arithmetic describes operations on intervals. Vector arithmetic and matrix arithmetic describe arithmetic operations on vectors and matrices, like vector addition and matrix multiplication.
Arithmetic systems can be classified based on the numeral system they rely on. For instance, decimal arithmetic describes arithmetic operations in the decimal system. Other examples are binary arithmetic, octal arithmetic, and hexadecimal arithmetic.
Compound unit arithmetic describes arithmetic operations performed on magnitudes with compound units. It involves additional operations to govern the transformation between single unit and compound unit quantities. For example, the operation of reduction is used to transform the compound quantity 1 h 90 min into the single unit quantity 150 min.
Non-Diophantine arithmetics are arithmetic systems that violate traditional arithmetic intuitions and include equations like
1
+
1
=
1
{\displaystyle 1+1=1}
and
2
+
2
=
5
{\displaystyle 2+2=5}
. They can be employed to represent some real-world situations in modern physics and everyday life. For instance, the equation
1
+
1
=
1
{\displaystyle 1+1=1}
can be used to describe the observation that if one raindrop is added to another raindrop then they do not remain two separate entities but become one.
The Dedekind–Peano axioms provide an axiomatization of the arithmetic of natural numbers. Their basic principles were first formulated by Richard Dedekind and later refined by Giuseppe Peano. They rely only on a small number of primitive mathematical concepts, such as 0, natural number, and successor. The Peano axioms determine how these concepts are related to each other. All other arithmetic concepts can then be defined in terms of these primitive concepts.
Numbers greater than 0 are expressed by repeated application of the successor function
s
{\displaystyle s}
. For example,
1
{\displaystyle 1}
is
s
(
0
)
{\displaystyle s(0)}
and
3
{\displaystyle 3}
is
s
(
s
(
s
(
0
)
)
)
{\displaystyle s(s(s(0)))}
. Arithmetic operations can be defined as mechanisms that affect how the successor function is applied. For instance, to add
2
{\displaystyle 2}
to any number is the same as applying the successor function two times to this number.
Various axiomatizations of arithmetic rely on set theory. They cover natural numbers but can also be extended to integers, rational numbers, and real numbers. Each natural number is represented by a unique set. 0 is usually defined as the empty set
∅
{\displaystyle \varnothing }
. Each subsequent number can be defined as the union of the previous number with the set containing the previous number. For example,
1
=
0
∪
{
0
}
=
{
0
}
{\displaystyle 1=0\cup \{0\}=\{0\}}
,
2
=
1
∪
{
1
}
=
{
0
,
1
}
{\displaystyle 2=1\cup \{1\}=\{0,1\}}
, and
3
=
2
∪
{
2
}
=
{
0
,
1
,
2
}
{\displaystyle 3=2\cup \{2\}=\{0,1,2\}}
. Integers can be defined as ordered pairs of natural numbers where the second number is subtracted from the first one. For instance, the pair (9, 0) represents the number 9 while the pair (0, 9) represents the number −9. Rational numbers are defined as pairs of integers where the first number represents the numerator and the second number represents the denominator. For example, the pair (3, 7) represents the rational number
3
7
{\displaystyle {\tfrac {3}{7}}}
. One way to construct the real numbers relies on the concept of Dedekind cuts. According to this approach, each real number is represented by a partition of all rational numbers into two sets, one for all numbers below the represented real number and the other for the rest. Arithmetic operations are defined as functions that perform various set-theoretic transformations on the sets representing the input numbers to arrive at the set representing the result.
Early civilizations primarily used numbers for concrete practical purposes, like commercial activities and tax records, but lacked an abstract concept of number itself. This changed with the ancient Greek mathematicians, who began to explore the abstract nature of numbers rather than studying how they are applied to specific problems. Another novel feature was their use of proofs to establish mathematical truths and validate theories. A further contribution was their distinction of various classes of numbers, such as even numbers, odd numbers, and prime numbers. This included the discovery that numbers for certain geometrical lengths are irrational and therefore cannot be expressed as a fraction. The works of Thales of Miletus and Pythagoras in the 7th and 6th centuries BCE are often regarded as the inception of Greek mathematics. Diophantus was an influential figure in Greek arithmetic in the 3rd century BCE because of his numerous contributions to number theory and his exploration of the application of arithmetic operations to algebraic equations.
Later stages focus on a more abstract understanding and introduce the students to different types of numbers, such as negative numbers, fractions, real numbers, and complex numbers. They further cover more advanced numerical operations, like exponentiation, extraction of roots, and logarithm. They also show how arithmetic operations are employed in other branches of mathematics, such as their application to describe geometrical shapes and the use of variables in algebra. Another aspect is to teach the students the use of algorithms and calculators to solve complex arithmetic problems.
The philosophy of arithmetic studies the fundamental concepts and principles underlying numbers and arithmetic operations. It explores the nature and ontological status of numbers, the relation of arithmetic to language and logic, and how it is possible to acquire arithmetic knowledge.
Arithmetic is intimately connected to many branches of mathematics that depend on numerical operations. Algebra relies on arithmetic principles to solve equations using variables. These principles also play a key role in calculus in its attempt to determine rates of change and areas under curves. Geometry uses arithmetic operations to measure the properties of shapes while statistics utilizes them to analyze numerical data. Due to the relevance of arithmetic operations throughout mathematics, the influence of arithmetic extends to most sciences such as physics, computer science, and economics. These operations are used in calculations, problem-solving, data analysis, and algorithms, making them integral to scientific research, technological development, and economic modeling.
Romanowski 2008, pp. 302–303HC staff 2022bMW staff 2023Bukhshtab & Pechaev 2020 - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Bukhshtab & Pechaev 2020Burgin 2022, pp. 57, 77Adamowicz 1994, p. 299 - Bukhshtab, A. A.; Pechaev, V. I. (2020). "Arithmetic". Encyclopedia of Mathematics. Springer. Retrieved 23 October 2023. https://encyclopediaofmath.org/wiki/Arithmetic
Peirce 2015, p. 109Waite 2013, p. 42Smith 1958, p. 7 - Peirce, Charles S. (2015). Arithmetic. Walter de Gruyter GmbH & Co KG. ISBN 978-3-11-086970-5. https://books.google.com/books?id=oI_yCQAAQBAJ&pg=PA109
Oliver 2005, p. 58Hofweber 2016, p. 153 - Oliver, Alexander D. (2005). "Arithmetic, Foundations of". In Honderich, Ted (ed.). The Oxford Companion to Philosophy. Oxford University Press. ISBN 978-0-19-926479-7. https://philpapers.org/rec/HONTOC-2
Romanowski 2008, pp. 302–303HC staff 2022bMW staff 2023Bukhshtab & Pechaev 2020 - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Sophian 2017, p. 84 - Sophian, Catherine (2017). The Origins of Mathematical Knowledge in Childhood. Routledge. ISBN 978-1-351-54175-6. https://books.google.com/books?id=8FYPEAAAQBAJ&pg=PA84
Bukhshtab & Pechaev 2020Stevenson & Waite 2011, p. 70Romanowski 2008, pp. 303–304 - Bukhshtab, A. A.; Pechaev, V. I. (2020). "Arithmetic". Encyclopedia of Mathematics. Springer. Retrieved 23 October 2023. https://encyclopediaofmath.org/wiki/Arithmetic
Lozano-Robledo 2019, p. xiiiNagel & Newman 2008, p. 4 - Lozano-Robledo, Álvaro (2019). Number Theory and Geometry: An Introduction to Arithmetic Geometry. American Mathematical Soc. ISBN 978-1-4704-5016-8. https://books.google.com/books?id=ESiODwAAQBAJ&pg=PR13
Wilson 2020, pp. 1–2Karatsuba 2020Campbell 2012, p. 33Robbins 2006, p. 1 - Wilson, Robin (2020). Number Theory: A Very Short Introduction. Oxford University Press. ISBN 978-0-19-879809-5. https://books.google.com/books?id=fcDgDwAAQBAJ&pg=PA1
Duverney 2010, p. vRobbins 2006, p. 1 - Duverney, Daniel (2010). Number Theory: An Elementary Introduction Through Diophantine Problems. World Scientific. ISBN 978-981-4307-46-8. https://books.google.com/books?id=sr5S9oN1xPAC&pg=PR5
Romanowski 2008, pp. 302–304Khattar 2010, pp. 1–2Nakov & Kolev 2013, pp. 270–271 - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Nagel 2002, pp. 180–181Luderer, Nollau & Vetters 2013, p. 9Khattar 2010, pp. 1–2 - Nagel, Rob (2002). U-X-L Encyclopedia of Science. U-X-L. ISBN 978-0-7876-5440-5. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Other symbols for the natural numbers include
N
∗
{\displaystyle \mathbb {N} ^{*}}
,
N
+
{\displaystyle \mathbb {N} ^{+}}
,
N
1
{\displaystyle \mathbb {N} _{1}}
, and
N
{\displaystyle \mathbf {N} }
.[13]
Romanowski 2008, p. 304Nagel 2002, pp. 180–181Hindry 2011, p. xBukhshtab & Nechaev 2016 - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Other symbols for the whole numbers include
N
0
{\displaystyle \mathbb {N} ^{0}}
,
N
∪
{
0
}
{\displaystyle \mathbb {N} \cup \{0\}}
, and
W
{\displaystyle W}
.[15]
Rajan 2022, p. 17Hafstrom 2013, p. 6 - Rajan, Hridesh (2022). An Experiential Introduction to Principles of Programming Languages. MIT Press. ISBN 978-0-262-36243-6. https://books.google.com/books?id=OCE6EAAAQBAJ&pg=PA17
Romanowski 2008, p. 304Nagel 2002, pp. 180–181Hindry 2011, p. xHafstrom 2013, p. 95 - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Orr 1995, p. 49Nelson 2019, p. xxxi - Orr, David B. (1995). Fundamentals of Applied Statistics and Surveys. CRC Press. ISBN 978-0-412-98821-9. https://books.google.com/books?id=DMTqRnoE8iMC&pg=PA49
Romanowski 2008, p. 304Nagel 2002, pp. 180–181Hindry 2011, p. xHafstrom 2013, p. 123 - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Gellert et al. 2012, p. 33 - Gellert, W.; Hellwich, M.; Kästner, H.; Küstner, H. (2012). The VNR Concise Encyclopedia of Mathematics. Springer Science & Business Media. ISBN 978-94-011-6982-0. https://books.google.com/books?id=1jH7CAAAQBAJ&pg=PA33
Musser, Peterson & Burger 2013, p. 358 - Musser, Gary L.; Peterson, Blake E.; Burger, William F. (2013). Mathematics for Elementary Teachers: A Contemporary Approach. John Wiley & Sons. ISBN 978-1-118-48700-6. https://books.google.com/books?id=8jh7DwAAQBAJ&pg=PA347
A repeating decimal is a decimal with an infinite number of repeating digits, like 0.111..., which expresses the rational number
1
9
{\displaystyle {\tfrac {1}{9}}}
.
Romanowski 2008, p. 304Nagel 2002, pp. 180–181Hindry 2011, p. x - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Musser, Peterson & Burger 2013, pp. 358–359Rooney 2021, p. 34 - Musser, Gary L.; Peterson, Blake E.; Burger, William F. (2013). Mathematics for Elementary Teachers: A Contemporary Approach. John Wiley & Sons. ISBN 978-1-118-48700-6. https://books.google.com/books?id=8jh7DwAAQBAJ&pg=PA347
Romanowski 2008, p. 304Hindry 2011, p. x - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Hindry 2011, p. xWard 2012, p. 55 - Hindry, Marc (2011). Arithmetics. Universitext. Springer. doi:10.1007/978-1-4471-2131-2. ISBN 978-1-4471-2130-5. https://link.springer.com/book/10.1007/978-1-4471-2131-2
Ore 1948, pp. 1–2HC staff 2022HC staff 2022a - Ore, Oystein (1948). Number Theory and Its History. McGraw-Hill. ISBN 978-0-486-65620-5. OCLC 1397541. https://books.google.com/books?id=Sl_6BPp7S0AC
Ore 1948, pp. 8–10Nakov & Kolev 2013, pp. 270–272 - Ore, Oystein (1948). Number Theory and Its History. McGraw-Hill. ISBN 978-0-486-65620-5. OCLC 1397541. https://books.google.com/books?id=Sl_6BPp7S0AC
Stakhov 2020, p. 73Nakov & Kolev 2013, pp. 271–272Jena 2021, pp. 17–18 - Stakhov, Alexey (2020). Mathematics Of Harmony As A New Interdisciplinary Direction And 'Golden' Paradigm Of Modern Science - Volume 2: Algorithmic Measurement Theory, Fibonacci And Golden Arithmetic's And Ternary Mirror-symmetrical Arithmetic. World Scientific. ISBN 978-981-12-1348-9. https://books.google.com/books?id=Fkn9DwAAQBAJ&pg=PA73
Nakov & Kolev 2013, pp. 271–272Jena 2021, pp. 17–18 - Nakov, Svetlin; Kolev, Veselin (2013). Fundamentals of Computer Programming with C#: The Bulgarian C# Book. Faber Publishing. ISBN 978-954-400-773-7. https://books.google.com/books?id=xYgCAQAAQBAJ&pg=PA271
Ore 1948, pp. 8–10Mazumder & Ebong 2023, pp. 18–19Moncayo 2018, p. 25 - Ore, Oystein (1948). Number Theory and Its History. McGraw-Hill. ISBN 978-0-486-65620-5. OCLC 1397541. https://books.google.com/books?id=Sl_6BPp7S0AC
Ore 1948, p. 8Mazumder & Ebong 2023, p. 18 - Ore, Oystein (1948). Number Theory and Its History. McGraw-Hill. ISBN 978-0-486-65620-5. OCLC 1397541. https://books.google.com/books?id=Sl_6BPp7S0AC
Ore 1948, pp. 8–10Mazumder & Ebong 2023, pp. 18–19Stakhov 2020, pp. 77–78 - Ore, Oystein (1948). Number Theory and Its History. McGraw-Hill. ISBN 978-0-486-65620-5. OCLC 1397541. https://books.google.com/books?id=Sl_6BPp7S0AC
Romanowski 2008, p. 303Yan 2002, pp. 305–306ITL Education Solutions Limited 2011, p. 28Ore 1948, pp. 2–3Jena 2021, pp. 17–18 - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Nagel 2002, p. 178Jena 2021, pp. 20–21Null & Lobur 2006, p. 40 - Nagel, Rob (2002). U-X-L Encyclopedia of Science. U-X-L. ISBN 978-0-7876-5440-5. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Stakhov 2020, p. 74 - Stakhov, Alexey (2020). Mathematics Of Harmony As A New Interdisciplinary Direction And 'Golden' Paradigm Of Modern Science - Volume 2: Algorithmic Measurement Theory, Fibonacci And Golden Arithmetic's And Ternary Mirror-symmetrical Arithmetic. World Scientific. ISBN 978-981-12-1348-9. https://books.google.com/books?id=Fkn9DwAAQBAJ&pg=PA73
Nagel 2002, p. 179Husserl & Willard 2012, pp. XLIV–XLVO'Leary 2015, p. 190 - Nagel, Rob (2002). U-X-L Encyclopedia of Science. U-X-L. ISBN 978-0-7876-5440-5. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Rising et al. 2021, p. 110Bukhshtab & Pechaev 2020Nagel 2002, pp. 177, 179–180 - Rising, Gerald R.; Matthews, James R.; Schoaff, Eileen; Matthew, Judith (2021). About Mathematics. Linus Learning. ISBN 978-1-60797-892-3. https://books.google.com/books?id=hjVZEAAAQBAJ&pg=PA110
Bukhshtab & Pechaev 2020Burgin 2022, pp. 57, 77Adamowicz 1994, p. 299Nagel 2002, pp. 177, 179–180 - Bukhshtab, A. A.; Pechaev, V. I. (2020). "Arithmetic". Encyclopedia of Mathematics. Springer. Retrieved 23 October 2023. https://encyclopediaofmath.org/wiki/Arithmetic
Khan & Graham 2018, pp. 9–10Smyth 1864, p. 55 - Khan, Khalid; Graham, Tony Lee (2018). Engineering Mathematics with Applications to Fire Engineering. CRC Press. ISBN 978-1-351-59761-6. https://books.google.com/books?id=vy73DwAAQBAJ&pg=PA9
Tarasov 2008, pp. 57–58Mazzola, Milmeister & Weissmann 2004, p. 66Krenn & Lorünser 2023, p. 8 - Tarasov, Vasily (2008). Quantum Mechanics of Non-Hamiltonian and Dissipative Systems. Elsevier. ISBN 978-0-08-055971-1. https://books.google.com/books?id=pHK11tfdE3QC&pg=PA57
Kay 2021, pp. 44–45Wright, Ellemor-Collins & Tabor 2011, p. 136 - Kay, Anthony (2021). Number Systems: A Path into Rigorous Mathematics. CRC Press. ISBN 978-0-429-60776-9. https://books.google.com/books?id=aw81EAAAQBAJ&pg=PA57
Krenn & Lorünser 2023, p. 8Mazzola, Milmeister & Weissmann 2004, p. 66 - Krenn, Stephan; Lorünser, Thomas (2023). An Introduction to Secret Sharing: A Systematic Overview and Guide for Protocol Selection. Springer Nature. ISBN 978-3-031-28161-7. https://books.google.com/books?id=RRi2EAAAQBAJ&pg=PA8
Musser, Peterson & Burger 2013, p. 87Romanowski 2008, p. 303 - Musser, Gary L.; Peterson, Blake E.; Burger, William F. (2013). Mathematics for Elementary Teachers: A Contemporary Approach. John Wiley & Sons. ISBN 978-1-118-48700-6. https://books.google.com/books?id=8jh7DwAAQBAJ&pg=PA347
Burgin 2022, p. 25 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Confrey 1994, p. 308 - Confrey, Jere (1994). "Splitting, Similarity, and Rate of Change: A New Approach to Multiplication and Exponential Functions". In Harel, Guershon; Confrey, Jere (eds.). The Development of Multiplicative Reasoning in the Learning of Mathematics. State University of New York Press. ISBN 978-1-4384-0580-3. https://books.google.com/books?id=4MwZlzgvaGYC
Romanowski 2008, p. 303Musser, Peterson & Burger 2013, pp. 93–94Kay 2021, pp. 44–45Wright, Ellemor-Collins & Tabor 2011, p. 136 - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Wheater 2015, p. 19Wright, Ellemor-Collins & Tabor 2011, pp. 136–137Achatz & Anderson 2005, p. 18 - Wheater, Carolyn (2015). Algebra I. Dorling Kindersley Limited. ISBN 978-0-241-88779-0. https://books.google.com/books?id=Q7R3EAAAQBAJ&pg=PP19
Mazzola, Milmeister & Weissmann 2004, p. 66Romanowski 2008, p. 303Nagel 2002, pp. 179–180 - Mazzola, Guerino; Milmeister, Gérard; Weissmann, Jody (2004). Comprehensive Mathematics For Computer Scientists 1: Sets And Numbers, Graphs And Algebra, Logic And Machines, Linear Geometry. Springer Science & Business Media. ISBN 978-3-540-20835-8. https://books.google.com/books?id=CkFCCA-2sRgC&pg=PA66
Romanowski 2008, p. 303Musser, Peterson & Burger 2013, pp. 101–102 - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Some authors use a different terminology and refer to the first number as multiplicand and the second number as the multiplier.[51]
Romanowski 2008, p. 304Wright, Ellemor-Collins & Tabor 2011, p. 136Musser, Peterson & Burger 2013, pp. 101–102 - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Romanowski 2008, p. 303Wheater 2015, p. 19Wright, Ellemor-Collins & Tabor 2011, p. 136 - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Kay 2021, p. 117Wheater 2015, p. 19Wright, Ellemor-Collins & Tabor 2011, pp. 136–137 - Kay, Anthony (2021). Number Systems: A Path into Rigorous Mathematics. CRC Press. ISBN 978-0-429-60776-9. https://books.google.com/books?id=aw81EAAAQBAJ&pg=PA57
Mazzola, Milmeister & Weissmann 2004, p. 66Romanowski 2008, pp. 303–304Nagel 2002, pp. 179–180 - Mazzola, Guerino; Milmeister, Gérard; Weissmann, Jody (2004). Comprehensive Mathematics For Computer Scientists 1: Sets And Numbers, Graphs And Algebra, Logic And Machines, Linear Geometry. Springer Science & Business Media. ISBN 978-3-540-20835-8. https://books.google.com/books?id=CkFCCA-2sRgC&pg=PA66
Musser, Peterson & Burger 2013, pp. 117–118Kay 2021, pp. 27–28 - Musser, Gary L.; Peterson, Blake E.; Burger, William F. (2013). Mathematics for Elementary Teachers: A Contemporary Approach. John Wiley & Sons. ISBN 978-1-118-48700-6. https://books.google.com/books?id=8jh7DwAAQBAJ&pg=PA347
If the exponent is 0 then the result is 1, as in
7
0
=
1
{\displaystyle 7^{0}=1}
. The only exception is
0
0
{\displaystyle 0^{0}}
, which is not defined.[57]
Kay 2021, p. 118Klose 2014, p. 105 - Kay, Anthony (2021). Number Systems: A Path into Rigorous Mathematics. CRC Press. ISBN 978-0-429-60776-9. https://books.google.com/books?id=aw81EAAAQBAJ&pg=PA57
Kay 2021, pp. 121–122Rodda & Little 2015, p. 7 - Kay, Anthony (2021). Number Systems: A Path into Rigorous Mathematics. CRC Press. ISBN 978-0-429-60776-9. https://books.google.com/books?id=aw81EAAAQBAJ&pg=PA57
Kay 2021, p. 117Mazzola, Milmeister & Weissmann 2004, p. 66 - Kay, Anthony (2021). Number Systems: A Path into Rigorous Mathematics. CRC Press. ISBN 978-0-429-60776-9. https://books.google.com/books?id=aw81EAAAQBAJ&pg=PA57
Sally & Sally (Jr.) 2012, p. 3Klose 2014, pp. 107–108 - Sally, Judith D.; Sally (Jr.), Paul J. (2012). Integers, Fractions, and Arithmetic: A Guide for Teachers. American Mathematical Soc. ISBN 978-0-8218-8798-1. https://books.google.com/books?id=Ntjq07-FA_IC&pg=PA3
Nagel 2002, pp. 180–181Gupta 2019, p. 3Vaccaro & Pepiciello 2022, pp. 9–12Liebler 2018, p. 36 - Nagel, Rob (2002). U-X-L Encyclopedia of Science. U-X-L. ISBN 978-0-7876-5440-5. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Romanowski 2008, p. 304Hindry 2011, p. xHafstrom 2013, p. 95Brent & Zimmermann 2010, p. 1 - Romanowski, Perry (2008). "Arithmetic". In Lerner, Brenda Wilmoth; Lerner, K. Lee (eds.). The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/mathematics/mathematics/arithmetic
Kupferman 2015, pp. 45, 92Uspenskii & Semenov 2001, p. 113Geary 2006, p. 796 - Kupferman, Raz (2015). Elementary School Mathematics For Parents And Teachers - Volume 1. World Scientific Publishing Company. ISBN 978-981-4699-93-8. https://books.google.com/books?id=Cd87DQAAQBAJ&pg=PA92
Resnick & Ford 2012, p. 110Klein et al. 2010, pp. 67–68 - Resnick, L. B.; Ford, W. W. (2012). Psychology of Mathematics for Instruction. Routledge. ISBN 978-1-136-55759-0. https://books.google.com/books?id=xj-j8pw2HN8C&pg=PA110
Quintero & Rosario 2016, p. 74Ebby, Hulbert & Broadhead 2020, pp. 24–26 - Quintero, Ana Helvia; Rosario, Hector (2016). Math Makes Sense!: A Constructivist Approach To The Teaching And Learning Of Mathematics. World Scientific. ISBN 978-1-78326-866-5. https://books.google.com/books?id=YAXyCwAAQBAJ&pg=PA74
Sperling & Stuart 1981, p. 7 - Sperling, Abraham; Stuart, Monroe (1981). Mathematics. Elsevier Science. ISBN 978-0-7506-0405-5.
Sperling & Stuart 1981, p. 8 - Sperling, Abraham; Stuart, Monroe (1981). Mathematics. Elsevier Science. ISBN 978-0-7506-0405-5.
Ma 2020, pp. 35–36Sperling & Stuart 1981, p. 9 - Ma, Liping (2020). Knowing and Teaching Elementary Mathematics: Teachers' Understanding of Fundamental Mathematics in China and the United States. Routledge. ISBN 978-1-000-02734-1. https://books.google.com/books?id=2Tr3DwAAQBAJ&pg=PA35
Mooney et al. 2014, p. 148 - Mooney, Claire; Briggs, Mary; Hansen, Alice; McCullouch, Judith; Fletcher, Mike (2014). Primary Mathematics: Teaching Theory and Practice. Learning Matters. ISBN 978-1-4739-0707-2. https://books.google.com/books?id=_dPgAwAAQBAJ&pg=PT148
Klein 2013, p. 249Muller et al. 2018, p. 539 - Klein, Andreas (2013). Stream Ciphers. Springer Science & Business Media. ISBN 978-1-4471-5079-4. https://books.google.com/books?id=GYpEAAAAQBAJ&pg=PA249
Davis, Goulding & Suggate 2017, pp. 11–12 - Davis, Andrew; Goulding, Maria; Suggate, Jennifer (2017). Mathematical Knowledge for Primary Teachers. Taylor & Francis. ISBN 978-1-317-21901-9. https://books.google.com/books?id=7T8lDwAAQBAJ&pg=PA11
Haylock & Cockburn 2008, p. 49 - Haylock, Derek; Cockburn, Anne D. (2008). Understanding Mathematics for Young Children: A Guide for Foundation Stage and Lower Primary Teachers. SAGE. ISBN 978-1-4462-0497-9. https://books.google.com/books?id=hgAr3maZeQUC&pg=PA49
Prata 2002, p. 138Musser, Peterson & Burger 2013, pp. 135–136 - Prata, Stephen (2002). C Primer Plus. Sams Publishing. ISBN 978-0-672-32222-8. https://books.google.com/books?id=MsizNs-zVMAC&pg=PA138
Koepf 2021, p. 49 - Koepf, Wolfram (2021). Computer Algebra: An Algorithm-Oriented Introduction. Springer Nature. ISBN 978-3-030-78017-3. https://books.google.com/books?id=rOU3EAAAQBAJ&pg=PA49
Goodstein 2014, p. 33 - Goodstein, R. L. (2014). Fundamental Concepts of Mathematics. Elsevier. ISBN 978-1-4831-5405-3. https://books.google.com/books?id=EHjiBQAAQBAJ&pg=PA33
Cafaro, Epicoco & Pulimeno 2018, p. 7Reilly 2009, p. 75 - Cafaro, Massimo; Epicoco, Italo; Pulimeno, Marco (2018). "Techniques for Designing Bioinformatics Algorithms". Encyclopedia of Bioinformatics and Computational Biology: ABC of Bioinformatics. Elsevier. ISBN 978-0-12-811432-2. https://books.google.com/books?id=rs51DwAAQBAJ&pg=PA7
Cuyt et al. 2008, p. 182Mahajan 2010, pp. 66–69Lang 2002, pp. 205–206 - Cuyt, Annie A. M.; Petersen, Vigdis; Verdonk, Brigitte; Waadeland, Haakon; Jones, William B. (2008). Handbook of Continued Fractions for Special Functions. Springer Science & Business Media. ISBN 978-1-4020-6949-9. https://books.google.com/books?id=DQtpJaEs4NIC&pg=PA182
Kay 2021, p. 57Cuyt et al. 2008, p. 182 - Kay, Anthony (2021). Number Systems: A Path into Rigorous Mathematics. CRC Press. ISBN 978-0-429-60776-9. https://books.google.com/books?id=aw81EAAAQBAJ&pg=PA57
Bukhshtab & Nechaev 2016Grigorieva 2018, pp. viii–ixPage 2003, p. 15 - Bukhshtab, A. A.; Nechaev, V. I. (2016). "Natural Number". Encyclopedia of Mathematics. Springer. Retrieved 23 October 2023. https://encyclopediaofmath.org/wiki/Natural_number
Page 2003, p. 34Yan 2002, p. 12 - Page, Robert L. (2003). "Number Theory, Elementary". Encyclopedia of Physical Science and Technology (Third ed.). Academic Press. ISBN 978-0-12-227410-7. https://www.sciencedirect.com/science/article/abs/pii/B0122274105005032
Page 2003, pp. 18–19, 34Bukhshtab & Nechaev 2014 - Page, Robert L. (2003). "Number Theory, Elementary". Encyclopedia of Physical Science and Technology (Third ed.). Academic Press. ISBN 978-0-12-227410-7. https://www.sciencedirect.com/science/article/abs/pii/B0122274105005032
Page 2003, p. 34Karatsuba 2014 - Page, Robert L. (2003). "Number Theory, Elementary". Encyclopedia of Physical Science and Technology (Third ed.). Academic Press. ISBN 978-0-12-227410-7. https://www.sciencedirect.com/science/article/abs/pii/B0122274105005032
Page 2003, pp. 34–35Vinogradov 2019 - Page, Robert L. (2003). "Number Theory, Elementary". Encyclopedia of Physical Science and Technology (Third ed.). Academic Press. ISBN 978-0-12-227410-7. https://www.sciencedirect.com/science/article/abs/pii/B0122274105005032
Kubilyus 2018 - Kubilyus, I. P. (2018). "Number Theory, Probabilistic Methods in". Encyclopedia of Mathematics. Springer. Retrieved 23 October 2023. https://encyclopediaofmath.org/wiki/Number_theory,_probabilistic_methods_in
Pomerance & Sárközy 1995, p. 969 - Pomerance, C.; Sárközy, A. (1995). "Combinatorial Number Theory". In Graham, R. L. (ed.). Handbook of Combinatorics. Elsevier. ISBN 978-0-08-093384-9. https://books.google.com/books?id=5ktBP5vUl5gC&pg=PA969
Pomerance 2010 - Pomerance, Carl (2010). "IV.3 Computational Number Theory" (PDF). In Gowers, Timothy; Barrow-Green, June; Leader, Imre (eds.). The Princeton Companion to Mathematics. Princeton University Press. pp. 348–362. ISBN 978-1-4008-3039-8. https://math.dartmouth.edu/~carlp/PDF/pcm0049.pdf
Yan 2002, pp. 12, 303–305Yan 2013a, p. 15 - Yan, Song Y. (2002). Number Theory for Computing. Springer Science & Business Media. ISBN 978-3-642-07710-4.
Bukhshtab & Nechaev 2016Křížek, Somer & Šolcová 2021, pp. 23, 25, 37 - Bukhshtab, A. A.; Nechaev, V. I. (2016). "Natural Number". Encyclopedia of Mathematics. Springer. Retrieved 23 October 2023. https://encyclopediaofmath.org/wiki/Natural_number
Křížek, Somer & Šolcová 2021, p. 23Riesel 2012, p. 2 - Křížek, Michal; Somer, Lawrence; Šolcová, Alena (2021). From Great Discoveries in Number Theory to Applications. Springer Nature. ISBN 978-3-030-83899-7. https://books.google.com/books?id=tklEEAAAQBAJ&pg=PA23
Bukhshtab & Nechaev 2016Křížek, Somer & Šolcová 2021, p. 25 - Bukhshtab, A. A.; Nechaev, V. I. (2016). "Natural Number". Encyclopedia of Mathematics. Springer. Retrieved 23 October 2023. https://encyclopediaofmath.org/wiki/Natural_number
Bukhshtab & Nechaev 2016Křížek, Somer & Šolcová 2021, p. 37 - Bukhshtab, A. A.; Nechaev, V. I. (2016). "Natural Number". Encyclopedia of Mathematics. Springer. Retrieved 23 October 2023. https://encyclopediaofmath.org/wiki/Natural_number
Gellert et al. 2012, p. 30Romanowski 2008, p. 304Hindry 2011, p. xHafstrom 2013, p. 123Cohen 2003, p. 37 - Gellert, W.; Hellwich, M.; Kästner, H.; Küstner, H. (2012). The VNR Concise Encyclopedia of Mathematics. Springer Science & Business Media. ISBN 978-94-011-6982-0. https://books.google.com/books?id=1jH7CAAAQBAJ&pg=PA33
Gellert et al. 2012, pp. 31–32Musser, Peterson & Burger 2013, p. 347 - Gellert, W.; Hellwich, M.; Kästner, H.; Küstner, H. (2012). The VNR Concise Encyclopedia of Mathematics. Springer Science & Business Media. ISBN 978-94-011-6982-0. https://books.google.com/books?id=1jH7CAAAQBAJ&pg=PA33
Gellert et al. 2012, pp. 32–33 - Gellert, W.; Hellwich, M.; Kästner, H.; Küstner, H. (2012). The VNR Concise Encyclopedia of Mathematics. Springer Science & Business Media. ISBN 978-94-011-6982-0. https://books.google.com/books?id=1jH7CAAAQBAJ&pg=PA33
Gellert et al. 2012, p. 33 - Gellert, W.; Hellwich, M.; Kästner, H.; Küstner, H. (2012). The VNR Concise Encyclopedia of Mathematics. Springer Science & Business Media. ISBN 978-94-011-6982-0. https://books.google.com/books?id=1jH7CAAAQBAJ&pg=PA33
Klose 2014, p. 107 - Klose, Orval M. (2014). The Number Systems and Operations of Arithmetic: An Explanation of the Fundamental Principles of Mathematics Which Underlie the Understanding and Use of Arithmetic, Designed for In-Service Training of Elementary School Teachers Candidates Service Training of Elementary School Teacher Candidates. Elsevier. ISBN 978-1-4831-3709-4. https://books.google.com/books?id=rG7iBQAAQBAJ&pg=PA110
Hoffman & Frankel 2018, pp. 161–162Lange 2010, pp. 248–249Klose 2014, pp. 105–107 - Hoffman, Joe D.; Frankel, Steven (2018). Numerical Methods for Engineers and Scientists. CRC Press. ISBN 978-1-4822-7060-0. https://books.google.com/books?id=F5K3DwAAQBAJ&pg=PA161
Cuyt et al. 2008, p. 182Mahajan 2010, pp. 66–69 - Cuyt, Annie A. M.; Petersen, Vigdis; Verdonk, Brigitte; Waadeland, Haakon; Jones, William B. (2008). Handbook of Continued Fractions for Special Functions. Springer Science & Business Media. ISBN 978-1-4020-6949-9. https://books.google.com/books?id=DQtpJaEs4NIC&pg=PA182
Gellert et al. 2012, p. 33Igarashi et al. 2014, p. 18 - Gellert, W.; Hellwich, M.; Kästner, H.; Küstner, H. (2012). The VNR Concise Encyclopedia of Mathematics. Springer Science & Business Media. ISBN 978-94-011-6982-0. https://books.google.com/books?id=1jH7CAAAQBAJ&pg=PA33
Gellert et al. 2012, p. 35Booker et al. 2015, pp. 308–309 - Gellert, W.; Hellwich, M.; Kästner, H.; Küstner, H. (2012). The VNR Concise Encyclopedia of Mathematics. Springer Science & Business Media. ISBN 978-94-011-6982-0. https://books.google.com/books?id=1jH7CAAAQBAJ&pg=PA33
Gellert et al. 2012, p. 34Igarashi et al. 2014, p. 18 - Gellert, W.; Hellwich, M.; Kästner, H.; Küstner, H. (2012). The VNR Concise Encyclopedia of Mathematics. Springer Science & Business Media. ISBN 978-94-011-6982-0. https://books.google.com/books?id=1jH7CAAAQBAJ&pg=PA33
Musser, Peterson & Burger 2013, p. 358 - Musser, Gary L.; Peterson, Blake E.; Burger, William F. (2013). Mathematics for Elementary Teachers: A Contemporary Approach. John Wiley & Sons. ISBN 978-1-118-48700-6. https://books.google.com/books?id=8jh7DwAAQBAJ&pg=PA347
Musser, Peterson & Burger 2013, pp. 358–359Kudryavtsev 2020Rooney 2021, p. 34Young 2010, pp. 994–996Farmer 2023, p. 139 - Musser, Gary L.; Peterson, Blake E.; Burger, William F. (2013). Mathematics for Elementary Teachers: A Contemporary Approach. John Wiley & Sons. ISBN 978-1-118-48700-6. https://books.google.com/books?id=8jh7DwAAQBAJ&pg=PA347
Rossi 2011, p. 101Reitano 2010, p. 42Bronshtein et al. 2015, p. 2 - Rossi, Richard J. (2011). Theorems, Corollaries, Lemmas, and Methods of Proof. John Wiley & Sons. ISBN 978-1-118-03057-8. https://books.google.com/books?id=kSwVGbBtel8C&pg=PA101
Musser, Peterson & Burger 2013, pp. 358–359Kudryavtsev 2020Rooney 2021, p. 34Young 2010, pp. 994–996 - Musser, Gary L.; Peterson, Blake E.; Burger, William F. (2013). Mathematics for Elementary Teachers: A Contemporary Approach. John Wiley & Sons. ISBN 978-1-118-48700-6. https://books.google.com/books?id=8jh7DwAAQBAJ&pg=PA347
Wallis 2013, pp. 20–21Young 2010, pp. 996–997Young 2021, pp. 4–5 - Wallis, W. D. (2013). A Beginner's Guide to Discrete Mathematics. Springer Science & Business Media. ISBN 978-1-4757-3826-1. https://books.google.com/books?id=ONgRBwAAQBAJ&pg=PA20
Koren 2018, p. 71 - Koren, Israel (2018). Computer Arithmetic Algorithms. CRC Press. ISBN 978-1-4398-6371-8. https://books.google.com/books?id=wUBZDwAAQBAJ&pg=PA71
Drosg 2007, pp. 1–5 - Drosg, Manfred (2007). Dealing with Uncertainties. Springer. ISBN 978-3-540-29606-5.
Bohacek 2009, pp. 18–19 - Bohacek, Peter (2009). "Introduction to Measurement". Teaching Quantitative Skills in the Geosciences. Carleton College Science Education Resource Center; American Association of Physics Teachers. Retrieved 2024-03-06. https://serc.carleton.edu/quantskills/teaching_methods/uncertainty/examples/example1.html
Higham 2002, pp. 3–5Bohacek 2009, pp. 8–19 - Higham, Nicholas (2002). Accuracy and Stability of Numerical Algorithms (PDF) (2nd ed.). SIAM. doi:10.1137/1.9780898718027. ISBN 978-0-89871-521-7. http://eprints.maths.manchester.ac.uk/238/4/asna2_cover.pdf
Bohacek 2009, pp. 18–19 - Bohacek, Peter (2009). "Introduction to Measurement". Teaching Quantitative Skills in the Geosciences. Carleton College Science Education Resource Center; American Association of Physics Teachers. Retrieved 2024-03-06. https://serc.carleton.edu/quantskills/teaching_methods/uncertainty/examples/example1.html
Bohacek 2009, pp. 23–30 - Bohacek, Peter (2009). "Introduction to Measurement". Teaching Quantitative Skills in the Geosciences. Carleton College Science Education Resource Center; American Association of Physics Teachers. Retrieved 2024-03-06. https://serc.carleton.edu/quantskills/teaching_methods/uncertainty/examples/example1.html
Griffin 1935 - Griffin, Carroll W. (1935). "Significant Figures". National Mathematics Magazine. 10 (1): 20–24. doi:10.2307/3028249. JSTOR 3028249. https://doi.org/10.2307%2F3028249
Moore, Kearfott & Cloud 2009, pp. 10–11, 19Pharr, Jakob & Humphreys 2023, p. 1057 - Moore, Ramon E.; Kearfott, R. Baker; Cloud, Michael J. (2009). Introduction to Interval Analysis. SIAM. ISBN 978-0-89871-669-6. https://books.google.com/books?id=kd8FmmN7sAoC&pg=PA10
Vaccaro & Pepiciello 2022, pp. 9–11Chakraverty & Rout 2022, pp. 2–4, 39–40 - Vaccaro, Alfredo; Pepiciello, Antonio (2022). Affine Arithmetic-Based Methods for Uncertain Power System Analysis. Elsevier. ISBN 978-0-323-90503-9. https://books.google.com/books?id=tZxBEAAAQBAJ&pg=PA9
Wallis 2013, p. 20Roe, deForest & Jamshidi 2018, p. 24 - Wallis, W. D. (2013). A Beginner's Guide to Discrete Mathematics. Springer Science & Business Media. ISBN 978-1-4757-3826-1. https://books.google.com/books?id=ONgRBwAAQBAJ&pg=PA20
Lustick 1997 - Lustick, David (1997). "The Numbers Game: Playing up the importance of significant figures and scientific notation". The Science Teacher. 64 (5): 16–18. JSTOR 24152064. https://www.jstor.org/stable/24152064
Muller et al. 2009, pp. 13–16 - Muller, Jean-Michel; Brisebarre, Nicolas; Dinechin, Florent de; Jeannerod, Claude-Pierre; Lefèvre, Vincent; Melquiond, Guillaume; Revol, Nathalie; Stehlé, Damien; Torres, Serge (2009). Handbook of Floating-Point Arithmetic. Springer Science & Business Media. ISBN 978-0-8176-4705-6. https://books.google.com/books?id=baFvrIOPvncC&pg=PA13
Koren 2018, p. 71Muller et al. 2009, pp. 13–16Swartzlander 2017, p. 11.19 - Koren, Israel (2018). Computer Arithmetic Algorithms. CRC Press. ISBN 978-1-4398-6371-8. https://books.google.com/books?id=wUBZDwAAQBAJ&pg=PA71
Stewart 2022, p. 26Meyer 2023, p. 234 - Stewart, David E. (2022). Numerical Analysis: A Graduate Course. Springer Nature. ISBN 978-3-031-08121-7. https://books.google.com/books?id=twafEAAAQBAJ&pg=PA26
Muller et al. 2009, p. 54Brent & Zimmermann 2010, p. 79Cryer 2014, p. 450 - Muller, Jean-Michel; Brisebarre, Nicolas; Dinechin, Florent de; Jeannerod, Claude-Pierre; Lefèvre, Vincent; Melquiond, Guillaume; Revol, Nathalie; Stehlé, Damien; Torres, Serge (2009). Handbook of Floating-Point Arithmetic. Springer Science & Business Media. ISBN 978-0-8176-4705-6. https://books.google.com/books?id=baFvrIOPvncC&pg=PA13
Duffy 2018, p. 1225 - Duffy, Daniel J. (2018). Financial Instrument Pricing Using C++. John Wiley & Sons. ISBN 978-1-119-17048-8. https://books.google.com/books?id=BTttDwAAQBAJ&pg=PT1225
Musser, Peterson & Burger 2013, p. 131Verschaffel, Torbeyns & De Smedt 2011, p. 2177 - Musser, Gary L.; Peterson, Blake E.; Burger, William F. (2013). Mathematics for Elementary Teachers: A Contemporary Approach. John Wiley & Sons. ISBN 978-1-118-48700-6. https://books.google.com/books?id=8jh7DwAAQBAJ&pg=PA347
Emerson & Babtie 2014, p. 147Musser, Peterson & Burger 2013, pp. 131–132Verschaffel, Torbeyns & De Smedt 2011, p. 2177 - Emerson, Jane; Babtie, Patricia (2014). The Dyscalculia Solution: Teaching Number Sense. Bloomsbury Publishing. ISBN 978-1-4729-2099-7. https://books.google.com/books?id=NQ-aBQAAQBAJ&pg=PA147
Musser, Peterson & Burger 2013, p. 131Verschaffel, Torbeyns & De Smedt 2011, p. 2177 - Musser, Gary L.; Peterson, Blake E.; Burger, William F. (2013). Mathematics for Elementary Teachers: A Contemporary Approach. John Wiley & Sons. ISBN 978-1-118-48700-6. https://books.google.com/books?id=8jh7DwAAQBAJ&pg=PA347
Dowker 2019, p. 114Berch, Geary & Koepke 2015, p. 124Otis 2024, pp. 15–19Geary 2006, p. 796 - Dowker, Ann (2019). Individual Differences in Arithmetic: Implications for Psychology, Neuroscience and Education. Routledge. ISBN 978-1-317-62743-2. https://books.google.com/books?id=GQaQDwAAQBAJ&pg=PA114
Otis 2024, pp. 15–19Geary 2006, p. 796 - Otis, Jessica Marie (2024). By the Numbers: Numeracy, Religion, and the Quantitative Transformation of Early Modern England. Oxford University Press. ISBN 978-0-19-760877-7. https://books.google.com/books?id=07jiEAAAQBAJ&pg=PA15
Ore 1948, p. 8Mazumder & Ebong 2023, p. 18 - Ore, Oystein (1948). Number Theory and Its History. McGraw-Hill. ISBN 978-0-486-65620-5. OCLC 1397541. https://books.google.com/books?id=Sl_6BPp7S0AC
Reynolds 2008, pp. 1–2Sternberg & Ben-Zeev 2012, pp. 95–96 - Reynolds, Barbara E. (2008). "Abacus". In Selin, Helaine (ed.). Encyclopaedia of the History of Science, Technology, and Medicine in Non-Western Cultures. Springer Science & Business Media. ISBN 978-1-4020-4559-2. https://books.google.com/books?id=kt9DIY1g9HYC&pg=PA1
Budd & Sangwin 2001, p. 209 - Budd, Christopher J.; Sangwin, Christopher (2001). Mathematics Galore!: Masterclasses, Workshops and Team Projects in Mathematics and Its Applications. OUP Oxford. ISBN 978-0-19-850770-3. https://books.google.com/books?id=x8hoAsL_JL4C&pg=PA209
Knobloch, Komatsu & Liu 2013, p. 123Hodgkin 2013, p. 168Hart 2011, p. 69 - Knobloch, Eberhard; Komatsu, Hikosaburo; Liu, Dun (2013). Seki, Founder of Modern Mathematics in Japan: A Commemoration on His Tercentenary. Springer Science & Business Media. ISBN 978-4-431-54273-5. https://books.google.com/books?id=JgDFBAAAQBAJ&pg=PA123
Some systems of counting rods include different colors to represent both positive and negative numbers.[133]
Bruderer 2021, pp. 543–545, 906–907Klaf 2011, pp. 187–188 - Bruderer, Herbert (2021). Milestones in Analog and Digital Computing. Springer Nature. ISBN 978-3-030-40974-6. https://books.google.com/books?id=Gh8SEAAAQBAJ&pg=PA543
Some computer scientists see slide rules as the first type of analog computer.[135] /wiki/Analog_computer
Campbell-Kelly et al. 2007, p. 2 - Campbell-Kelly, Martin; Croarken, Mary; Flood, Raymond; Robson, Eleanor (2007). The History of Mathematical Tables: From Sumer to Spreadsheets. OUP. ISBN 978-0-19-850841-0.
Lockhart 2017, pp. 136, 140–146O'Regan 2012, pp. 24–25 - Lockhart, Paul (2017). Arithmetic. The Belknap Press of Harvard University Press. ISBN 978-0-674-97223-0.
Khoury & Lamothe 2016, p. 2Lockhart 2017, pp. 147–150Burgin 2022, pp. 119 - Khoury, Joseph; Lamothe, Gilles (2016). Mathematics That Power Our World, The: How Is It Made?. World Scientific. ISBN 978-981-4730-86-0. https://books.google.com/books?id=T162DAAAQBAJ&pg=PA2
Lerner & Lerner 2008, pp. 2807–2808Wallis 2011, pp. 303–304Kaiser & Granade 2021, pp. 283–284 - Lerner, Brenda Wilmoth; Lerner, K. Lee, eds. (2008). "Modular Arithmetic". The Gale Encyclopedia of Science (4th ed.). Thompson Gale. ISBN 978-1-4144-2877-2. https://www.encyclopedia.com/science-and-technology/computers-and-electrical-engineering/computers-and-computing/modular-arithmetic
Moore, Kearfott & Cloud 2009, pp. 10–11, 19Pharr, Jakob & Humphreys 2023, p. 1057 - Moore, Ramon E.; Kearfott, R. Baker; Cloud, Michael J. (2009). Introduction to Interval Analysis. SIAM. ISBN 978-0-89871-669-6. https://books.google.com/books?id=kd8FmmN7sAoC&pg=PA10
Liebler 2018, p. 36Adhami et al. 2007, pp. 80–82, 98–102 - Liebler, Robert A. (2018). Basic Matrix Algebra with Algorithms and Applications. CRC Press. ISBN 978-0-429-85287-9. https://books.google.com/books?id=Ozb3DwAAQBAJ&pg=PA36
Shiva 2018, pp. 3, 14Gupta 2019, p. 3 - Shiva, Sajjan G. (2018). Introduction to Logic Design. CRC Press. ISBN 978-1-351-98983-1.
Burgin 2022, pp. 92–93 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. xviii–xx, xxiv, 137–138Caprio, Aveni & Mukherjee 2022, pp. 763–764 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, p. 144Caprio, Aveni & Mukherjee 2022, pp. 763–764Seaman, Rossler & Burgin 2023, p. 226 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Oliver 2005, p. 58Bukhshtab & Pechaev 2020Tiles 2009, p. 243 - Oliver, Alexander D. (2005). "Arithmetic, Foundations of". In Honderich, Ted (ed.). The Oxford Companion to Philosophy. Oxford University Press. ISBN 978-0-19-926479-7. https://philpapers.org/rec/HONTOC-2
The successor of a natural number is the number that comes after it. For instance, 4 is the successor of 3.
Oliver 2005, p. 58Ferreiros 2013, p. 251Ongley & Carey 2013, pp. 26–27 - Oliver, Alexander D. (2005). "Arithmetic, Foundations of". In Honderich, Ted (ed.). The Oxford Companion to Philosophy. Oxford University Press. ISBN 978-0-19-926479-7. https://philpapers.org/rec/HONTOC-2
Oliver 2005, p. 58Ongley & Carey 2013, pp. 26–27Xu & Zhang 2022, p. 121 - Oliver, Alexander D. (2005). "Arithmetic, Foundations of". In Honderich, Ted (ed.). The Oxford Companion to Philosophy. Oxford University Press. ISBN 978-0-19-926479-7. https://philpapers.org/rec/HONTOC-2
There are different versions of the exact formulation and number of axioms. For example, some formulations start with 1 instead of 0 in the first axiom.[149]
Ongley & Carey 2013, pp. 26–27Taylor 2012, p. 8 - Ongley, John; Carey, Rosalind (2013). Russell: A Guide for the Perplexed. Bloomsbury Publishing. ISBN 978-1-4411-9123-6. https://books.google.com/books?id=x-_KDwAAQBAJ&pg=PT24
Bagaria 2023, § 3. The Theory of Transfinite Ordinals and CardinalsCunningham 2016, pp. 83–84, 108 - Bagaria, Joan (2023). "Set Theory". The Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University. Retrieved 19 November 2023. https://plato.stanford.edu/entries/set-theory/
Hamilton & Landin 2018, p. 133Bagaria 2023, § 5. Set Theory as the Foundation of Mathematics - Hamilton, Norman T.; Landin, Joseph (2018). Set Theory: The Structure of Arithmetic. Courier Dover Publications. ISBN 978-0-486-83047-6. https://books.google.com/books?id=9aReDwAAQBAJ&pg=PA133
Hamilton & Landin 2018, pp. 157–158Bagaria 2023, § 5. Set Theory as the Foundation of Mathematics - Hamilton, Norman T.; Landin, Joseph (2018). Set Theory: The Structure of Arithmetic. Courier Dover Publications. ISBN 978-0-486-83047-6. https://books.google.com/books?id=9aReDwAAQBAJ&pg=PA133
Bagaria 2023, § 5. Set Theory as the Foundation of MathematicsHamilton & Landin 2018, p. 252 - Bagaria, Joan (2023). "Set Theory". The Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University. Retrieved 19 November 2023. https://plato.stanford.edu/entries/set-theory/
Cunningham 2016, pp. 95–96 - Cunningham, Daniel W. (2016). Set Theory: A First Course. Cambridge University Press. ISBN 978-1-316-68204-3. https://books.google.com/books?id=fdigDAAAQBAJ&pg=PA83
Burgin 2022, pp. 2–3Ore 1948, pp. 1, 6, 8, 10Thiam & Rochon 2019, p. 164 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, p. 3Ponticorvo, Schmbri & Miglino 2019, p. 33 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. 4–6Ang & Lam 2004, p. 170 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. 5–7, 9–11Ore 1948, pp. 10–15Nagel 2002, p. 178Hindry 2011, p. ix - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. 6–7, 9Ore 1948, pp. 16–18ITL Education Solutions Limited 2011, p. 28 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Ore 1948, p. 15Yadin 2016, p. 24 - Ore, Oystein (1948). Number Theory and Its History. McGraw-Hill. ISBN 978-0-486-65620-5. OCLC 1397541. https://books.google.com/books?id=Sl_6BPp7S0AC
Burgin 2022, pp. 4–5Brown 2010, p. 184 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, p. 15Brown 2010, p. 184Romanowski 2008, p. 303Nagel 2002, p. 178 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, p. 15Madden & Aubrey 2017, p. xvii - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, p. 31Payne 2017, p. 202 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. 20–21Bloch 2011, p. 52 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, p. 16Lützen 2023, p. 19 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. 29–31Klein 2013a, p. 12 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. 36–37Bradley 2006, pp. 82–83Conradie & Goranko 2015, p. 268 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. 35–36Cai 2023, p. 110 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. 37, 40Bradley 2006, pp. 82–83Conradie & Goranko 2015, p. 268 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Hua & Feng 2020, pp. 119–120Chemla, Keller & Proust 2023, p. 47 - Hua, Jueming; Feng, Lisheng (2020). Thirty Great Inventions of China: From Millet Agriculture to Artemisinin. Springer Nature. ISBN 978-981-15-6525-0. https://books.google.com/books?id=6_sOEAAAQBAJ&pg=PA119
Burgin 2022, pp. 13, 34–35Conradie & Goranko 2015, p. 268 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. 13, 34Conradie & Goranko 2015, p. 268 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. 38, 43–46Conradie & Goranko 2015, p. 268 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, p. 56Oakes 2020, p. 330 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, p. 55Wedell 2015, pp. 1235–1236 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, p. 62Lützen 2023, p. 124 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Cignoni & Cossu 2016, p. 103Koetsier 2018, p. 255Igarashi et al. 2014, pp. 87–89 - Cignoni, Gioanni A.; Cossu, Giovanni A. (2016). "The Global Virtual Museum of Information Science & Technology, a Project Idea". In Tatnall, Arthur; Leslie, Christopher (eds.). International Communities of Invention and Innovation: IFIP WG 9.7 International Conference on the History of Computing, HC 2016, Brooklyn, NY, USA, May 25-29, 2016, Revised Selected Papers. Springer. ISBN 978-3-319-49463-0. https://books.google.com/books?id=LridDQAAQBAJ&pg=PA103
Burgin 2022, p. 77Eriksson, Estep & Johnson 2013, p. 474 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. 68–72Weil 2009, p. ix - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. 2, 88, 95–97Wang 1997, p. 334 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
Burgin 2022, pp. 119, 124Curley 2011, pp. 5, 19Igarashi et al. 2014, p. 149 - Burgin, Mark (2022). Trilogy Of Numbers And Arithmetic - Book 1: History Of Numbers And Arithmetic: An Information Perspective. World Scientific. ISBN 978-981-12-3685-3. https://books.google.com/books?id=rWF2EAAAQBAJ&pg=PA25
NCTM StaffMusser, Peterson & Burger 2013, Curriculum Focal Points for Prekindergarten Through Grade 8 Mathematics, p. 44, p. 130Odom, Barbarin & Wasik 2009, p. 589 - NCTM Staff. "Number and Operations". www.nctm.org. National Council of Teachers of Mathematics. Retrieved 21 November 2023. https://www.nctm.org/Standards-and-Positions/Principles-and-Standards/Number-and-Operations/
Laski et al. 2015, pp. 1–3Musser, Peterson & Burger 2013, pp. 59, 90–91, 93–94, 106–108Nurnberger-Haag 2017, p. 215 - Laski, Elida V.; Jor’dan, Jamilah R.; Daoust, Carolyn; Murray, Angela K. (2015). "What Makes Mathematics Manipulatives Effective? Lessons From Cognitive Science and Montessori Education". SAGE Open. 5 (2). doi:10.1177/2158244015589588. hdl:1808/20642. S2CID 11722953. https://doi.org/10.1177%2F2158244015589588
NCTM StaffMusser, Peterson & Burger 2013, Curriculum Focal Points for Prekindergarten Through Grade 8 Mathematics, pp. 208, 304, 340, 362 - NCTM Staff. "Number and Operations". www.nctm.org. National Council of Teachers of Mathematics. Retrieved 21 November 2023. https://www.nctm.org/Standards-and-Positions/Principles-and-Standards/Number-and-Operations/
NCTM StaffMusser, Peterson & Burger 2013, Curriculum Focal Points for Prekindergarten Through Grade 8 MathematicsCarraher & Schliemann 2015, p. 197Ruthven 2012, pp. 435, 443–444 - NCTM Staff. "Number and Operations". www.nctm.org. National Council of Teachers of Mathematics. Retrieved 21 November 2023. https://www.nctm.org/Standards-and-Positions/Principles-and-Standards/Number-and-Operations/
De Cruz, Neth & Schlimm 2010, pp. 59–60Grice et al. 2023, Abstract - De Cruz, Helen; Neth, Hansjörg; Schlimm, Dirk (2010). "The Cognitive Basis of Arithmetic". In Löwe, Benedikt; Müller, Thomas (eds.). PhiMSAMP: Philosophy of Mathematics : Sociological Aspsects and Mathematical Practice. College Publications. ISBN 978-1-904987-95-6. https://kops.uni-konstanz.de/server/api/core/bitstreams/08a99b71-10aa-4c26-8cd0-9fff4e1e5427/content
De Cruz, Neth & Schlimm 2010, pp. 60–62 - De Cruz, Helen; Neth, Hansjörg; Schlimm, Dirk (2010). "The Cognitive Basis of Arithmetic". In Löwe, Benedikt; Müller, Thomas (eds.). PhiMSAMP: Philosophy of Mathematics : Sociological Aspsects and Mathematical Practice. College Publications. ISBN 978-1-904987-95-6. https://kops.uni-konstanz.de/server/api/core/bitstreams/08a99b71-10aa-4c26-8cd0-9fff4e1e5427/content
De Cruz, Neth & Schlimm 2010, p. 63 - De Cruz, Helen; Neth, Hansjörg; Schlimm, Dirk (2010). "The Cognitive Basis of Arithmetic". In Löwe, Benedikt; Müller, Thomas (eds.). PhiMSAMP: Philosophy of Mathematics : Sociological Aspsects and Mathematical Practice. College Publications. ISBN 978-1-904987-95-6. https://kops.uni-konstanz.de/server/api/core/bitstreams/08a99b71-10aa-4c26-8cd0-9fff4e1e5427/content
Grice et al. 2023, Abstract - Grice, Matt; Kemp, Simon; Morton, Nicola J.; Grace, Randolph C. (2023). "The Psychological Scaffolding of Arithmetic". Psychological Review. 131 (2): 494–522. doi:10.1037/rev0000431. PMID 37358523. S2CID 259251163. https://psyarxiv.com/myq4n/
Victoria Department of Education Staff 2023Askew 2010, pp. 33–34Dreeben-Irimia 2010, p. 102 - Victoria Department of Education Staff (2023). "Numeracy for All Learners". www.education.vic.gov.au. Retrieved 22 November 2023. https://www.education.vic.gov.au/school/teachers/teachingresources/discipline/maths/Pages/numeracy-for-all-learners.aspx
Victoria Department of Education Staff 2023Barnes, Rice & Hanoch 2017, p. 196Gerardi, Goette & Meier 2013, pp. 11267–11268Jackson 2008, p. 152 - Victoria Department of Education Staff (2023). "Numeracy for All Learners". www.education.vic.gov.au. Retrieved 22 November 2023. https://www.education.vic.gov.au/school/teachers/teachingresources/discipline/maths/Pages/numeracy-for-all-learners.aspx
Hofweber 2016, pp. 153–154, 162–163Oliver 2005, p. 58Sierpinska & Lerman 1996, p. 827 - Hofweber, Thomas (2016). "The Philosophy of Arithmetic". Ontology and the Ambitions of Metaphysics. Oxford University Press. ISBN 978-0-19-876983-5. https://books.google.com/books?id=EYDADAAAQBAJ
Oliver 2005, p. 58Horsten 2023, § 3. Platonism - Oliver, Alexander D. (2005). "Arithmetic, Foundations of". In Honderich, Ted (ed.). The Oxford Companion to Philosophy. Oxford University Press. ISBN 978-0-19-926479-7. https://philpapers.org/rec/HONTOC-2
An influential argument for Platonism, first formulated by Willard Van Orman Quine and Hilary Putnam, states that numbers exist because they are indispensable to the best scientific theories.[197] /wiki/Quine%E2%80%93Putnam_indispensability_argument
Horsten 2023, § 2.2 Intuitionism - Horsten, Leon (2023). "Philosophy of Mathematics". The Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University. Retrieved 22 November 2023. https://plato.stanford.edu/entries/philosophy-mathematics/
Horsten 2023, § 2.1 LogicismHofweber 2016, pp. 174–175 - Horsten, Leon (2023). "Philosophy of Mathematics". The Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University. Retrieved 22 November 2023. https://plato.stanford.edu/entries/philosophy-mathematics/
Weir 2022, Lead Section - Weir, Alan (2022). "Formalism in the Philosophy of Mathematics". The Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University. Retrieved 22 November 2023. https://plato.stanford.edu/entries/formalism-mathematics/
Oliver 2005, p. 58Sierpinska & Lerman 1996, p. 830 - Oliver, Alexander D. (2005). "Arithmetic, Foundations of". In Honderich, Ted (ed.). The Oxford Companion to Philosophy. Oxford University Press. ISBN 978-0-19-926479-7. https://philpapers.org/rec/HONTOC-2
Oliver 2005, p. 58Sierpinska & Lerman 1996, pp. 827–876 - Oliver, Alexander D. (2005). "Arithmetic, Foundations of". In Honderich, Ted (ed.). The Oxford Companion to Philosophy. Oxford University Press. ISBN 978-0-19-926479-7. https://philpapers.org/rec/HONTOC-2
Horsten 2023, § 3.2 Naturalism and IndispensabilitySierpinska & Lerman 1996, p. 830 - Horsten, Leon (2023). "Philosophy of Mathematics". The Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University. Retrieved 22 November 2023. https://plato.stanford.edu/entries/philosophy-mathematics/
Lockhart 2017, pp. 1–2Bird 2021, p. 3Aubrey 1999, p. 49 - Lockhart, Paul (2017). Arithmetic. The Belknap Press of Harvard University Press. ISBN 978-0-674-97223-0.
Omondi 2020, p. viiiPaar & Pelzl 2009, p. 13 - Omondi, Amos R. (2020). Cryptography Arithmetic: Algorithms and Hardware Architectures. Springer Nature. ISBN 978-3-030-34142-8. https://books.google.com/books?id=_m7NDwAAQBAJ&pg=PR8
Musser, Peterson & Burger 2013, p. 17Kleiner 2012, p. 255Marcus & McEvoy 2016, p. 285Monahan 2012 - Musser, Gary L.; Peterson, Blake E.; Burger, William F. (2013). Mathematics for Elementary Teachers: A Contemporary Approach. John Wiley & Sons. ISBN 978-1-118-48700-6. https://books.google.com/books?id=8jh7DwAAQBAJ&pg=PA347
Gallistel & Gelman 2005, pp. 559–560Ali Rahman et al. 2017, pp. 373–374Li & Schoenfeld 2019, Abstract, IntroducationAsano 2013, pp. xiii–xv - Gallistel, C. R.; Gelman, R. (2005). "Mathematical Cognition". In Holyoak, K. J.; Morrison, R. G. (eds.). The Cambridge Handbook of Thinking and Reasoning. Cambridge University Press. ISBN 978-0-521-53101-6.