Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Arithmetic
Elementary branch of mathematics

Arithmetic, a fundamental branch of mathematics, involves operations such as addition, subtraction, multiplication, and division, and extends to exponentiation and logarithms. Different arithmetic systems operate on integers, fractions, or real numbers, while various numeral systems like decimal and binary enable number representation. Arithmetic underpins fields such as algebra and calculus, and is vital in sciences like physics and economics. Its history traces back to ancient civilizations, evolving through the contributions of the Greeks and Indians, leading to modern tools like electronic calculators and computers.

Related Image Collections Add Image
We don't have any YouTube videos related to Arithmetic yet.
We don't have any PDF documents related to Arithmetic yet.
We don't have any Books related to Arithmetic yet.
We don't have any archived web articles related to Arithmetic yet.

Arithmetic is the fundamental branch of mathematics that studies numbers and their operations. In particular, it deals with numerical calculations using the arithmetic operations of addition, subtraction, multiplication, and division.1 In a wider sense, it also includes exponentiation, extraction of roots, and logarithm.2 The term arithmetic has its root in the Latin term arithmetica which derives from the Ancient Greek words ἀριθμός (arithmos), meaning 'number', and ἀριθμητική τέχνη (arithmetike tekhne), meaning 'the art of counting'.3

There are disagreements about its precise definition. According to a narrow characterization, arithmetic deals only with natural numbers.4 However, the more common view is to include operations on integers, rational numbers, real numbers, and sometimes also complex numbers in its scope.5 Some definitions restrict arithmetic to the field of numerical calculations.6 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.7

Arithmetic is closely related to number theory and some authors use the terms as synonyms.8 However, in a more specific sense, number theory is restricted to the study of integers and focuses on their properties and relationships such as divisibility, factorization, and primality.9 Traditionally, it is known as higher arithmetic.10

Numbers

Numbers are mathematical objects used to count quantities and measure magnitudes. They are fundamental elements in arithmetic since all arithmetic operations are performed on numbers. There are different kinds of numbers and different numeral systems to represent them.11

Kinds

The main kinds of numbers employed in arithmetic are natural numbers, whole numbers, integers, rational numbers, and real numbers.12 The natural numbers are whole numbers that start from 1 and go to infinity. They exclude 0 and negative numbers. They are also known as counting numbers and can be expressed as { 1 , 2 , 3 , 4 , . . . } {\displaystyle \{1,2,3,4,...\}} . The symbol of the natural numbers is N {\displaystyle \mathbb {N} } .13 The whole numbers are identical to the natural numbers with the only difference being that they include 0. They can be represented as { 0 , 1 , 2 , 3 , 4 , . . . } {\displaystyle \{0,1,2,3,4,...\}} and have the symbol N 0 {\displaystyle \mathbb {N} _{0}} .1415 Some mathematicians do not draw the distinction between the natural and the whole numbers by including 0 in the set of natural numbers.16 The set of integers encompasses both positive and negative whole numbers. It has the symbol Z {\displaystyle \mathbb {Z} } and can be expressed as { . . . , − 2 , − 1 , 0 , 1 , 2 , . . . } {\displaystyle \{...,-2,-1,0,1,2,...\}} .17

Based on how natural and whole numbers are used, they can be distinguished into cardinal and ordinal numbers. Cardinal numbers, like one, two, and three, are numbers that express the quantity of objects. They answer the question "how many?". Ordinal numbers, such as first, second, and third, indicate order or placement in a series. They answer the question "what position?".18

A number is rational if it can be represented as the ratio of two integers. For instance, the rational number 1 2 {\displaystyle {\tfrac {1}{2}}} is formed by dividing the integer 1, called the numerator, by the integer 2, called the denominator. Other examples are 3 4 {\displaystyle {\tfrac {3}{4}}} and 281 3 {\displaystyle {\tfrac {281}{3}}} . The set of rational numbers includes all integers, which are fractions with a denominator of 1. The symbol of the rational numbers is Q {\displaystyle \mathbb {Q} } .19 Decimal fractions like 0.3 and 25.12 are a special type of rational numbers since their denominator is a power of 10. For instance, 0.3 is equal to 3 10 {\displaystyle {\tfrac {3}{10}}} , and 25.12 is equal to 2512 100 {\displaystyle {\tfrac {2512}{100}}} .20 Every rational number corresponds to a finite or a repeating decimal.2122

Irrational numbers are numbers that cannot be expressed through the ratio of two integers. They are often required to describe geometric magnitudes. For example, if a right triangle has legs of the length 1 then the length of its hypotenuse is given by the irrational number 2 {\displaystyle {\sqrt {2}}} . π is another irrational number and describes the ratio of a circle's circumference to its diameter.23 The decimal representation of an irrational number is infinite without repeating decimals.24 The set of rational numbers together with the set of irrational numbers makes up the set of real numbers. The symbol of the real numbers is R {\displaystyle \mathbb {R} } .25 Even wider classes of numbers include complex numbers and quaternions.26

Numeral systems

Main article: Numeral system

A numeral is a symbol to represent a number and numeral systems are representational frameworks.27 They usually have a limited amount of basic numerals, which directly refer to certain numbers. The system governs how these basic numerals may be combined to express any number.28 Numeral systems are either positional or non-positional. All early numeral systems were non-positional.29 For non-positional numeral systems, the value of a digit does not depend on its position in the numeral.30

The simplest non-positional system is the unary numeral system. It relies on one symbol for the number 1. All higher numbers are written by repeating this symbol. For example, the number 7 can be represented by repeating the symbol for 1 seven times. This system makes it cumbersome to write large numbers, which is why many non-positional systems include additional symbols to directly represent larger numbers.31 Variations of the unary numeral systems are employed in tally sticks using dents and in tally marks.32

Egyptian hieroglyphics had a more complex non-positional numeral system. They have additional symbols for numbers like 10, 100, 1000, and 10,000. These symbols can be combined into a sum to more conveniently express larger numbers. For instance, the numeral for 10,405 uses one time the symbol for 10,000, four times the symbol for 100, and five times the symbol for 1. A similar well-known framework is the Roman numeral system. It has the symbols I, V, X, L, C, D, M as its basic numerals to represent the numbers 1, 5, 10, 50, 100, 500, and 1000.33

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.34

Another positional numeral system used extensively in computer arithmetic is the binary system, which has a radix of 2. This means that the first digit is multiplied by 2 0 {\displaystyle 2^{0}} , the next digit by 2 1 {\displaystyle 2^{1}} , and so on. For example, the number 13 is written as 1101 in the binary notation, which stands for 1 ⋅ 2 3 + 1 ⋅ 2 2 + 0 ⋅ 2 1 + 1 ⋅ 2 0 {\displaystyle 1\cdot 2^{3}+1\cdot 2^{2}+0\cdot 2^{1}+1\cdot 2^{0}} . In computing, each digit in the binary notation corresponds to one bit.35 The earliest positional system was developed by ancient Babylonians and had a radix of 60.36

Operations

Arithmetic operations are ways of combining, transforming, or manipulating numbers. They are functions that have numbers both as input and output.37 The most important operations in arithmetic are addition, subtraction, multiplication, and division.38 Further operations include exponentiation, extraction of roots, and logarithm.39 If these operations are performed on variables rather than numbers, they are sometimes referred to as algebraic operations.40

Two important concepts in relation to arithmetic operations are identity elements and inverse elements. The identity element or neutral element of an operation does not cause any change if it is applied to another element. For example, the identity element of addition is 0 since any sum of a number and 0 results in the same number. The inverse element is the element that results in the identity element when combined with another element. For instance, the additive inverse of the number 6 is -6 since their sum is 0.41

There are not only inverse elements but also inverse operations. In an informal sense, one operation is the inverse of another operation if it undoes the first operation. For example, subtraction is the inverse of addition since a number returns to its original value if a second number is first added and subsequently subtracted, as in 13 + 4 − 4 = 13 {\displaystyle 13+4-4=13} . Defined more formally, the operation " ⋆ {\displaystyle \star } " is an inverse of the operation " ∘ {\displaystyle \circ } " if it fulfills the following condition: t ⋆ s = r {\displaystyle t\star s=r} if and only if r ∘ s = t {\displaystyle r\circ s=t} .42

Commutativity and associativity are laws governing the order in which some arithmetic operations can be carried out. An operation is commutative if the order of the arguments can be changed without affecting the results. This is the case for addition, for instance, 7 + 9 {\displaystyle 7+9} is the same as 9 + 7 {\displaystyle 9+7} . Associativity is a rule that affects the order in which a series of operations can be carried out. An operation is associative if, in a series of two operations, it does not matter which operation is carried out first. This is the case for multiplication, for example, since ( 5 × 4 ) × 2 {\displaystyle (5\times 4)\times 2} is the same as 5 × ( 4 × 2 ) {\displaystyle 5\times (4\times 2)} .43

Addition and subtraction

Main articles: Addition and Subtraction

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} .44 The term summation is used if several additions are performed in a row.45 Counting is a type of repeated addition in which the number 1 is continuously added.46

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 -} .47 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.48

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.49

Multiplication and division

Main articles: Multiplication and Division (mathematics)

Multiplication is an arithmetic operation in which two numbers, called the multiplier and the multiplicand, are combined into a single number called the product.5051 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} .52

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} .53 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}}} .54

The multiplicative identity element is 1 and the multiplicative inverse of a number is the reciprocal of that number. For example, 13 × 1 = 13 {\displaystyle 13\times 1=13} and 13 × 1 13 = 1 {\displaystyle 13\times {\tfrac {1}{13}}=1} . Multiplication is both commutative and associative.55

Exponentiation and logarithm

Main articles: Exponentiation and Logarithm

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} .5657

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} .58

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} .59

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.60 Exponentiation and logarithm are neither commutative nor associative.61

Types

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.62

Integer arithmetic

Integer arithmetic is the branch of arithmetic that deals with the manipulation of positive and negative whole numbers.63 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.64

Addition table
+01234...
001234...
112345...
223456...
334567...
445678...
.....................
Multiplication table
×01234...
000000...
101234...
202468...
3036912...
40481216...
.....................

For 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.65 Other methods used for integer additions are the number line method, the partial sum method, and the compensation method.66 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.67

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} .68 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.69 Other techniques used for multiplication are the grid method and the lattice method.70 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.71 A common technique used for division is called long division. Other methods include short division and chunking.72

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.73 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.74 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.75

A simple method to calculate exponentiation is by repeated multiplication. For instance, the exponentiation of 3 4 {\displaystyle 3^{4}} can be calculated as 3 × 3 × 3 × 3 {\displaystyle 3\times 3\times 3\times 3} .76 A more efficient technique used for large exponents is exponentiation by squaring. It breaks down the calculation into a number of squaring operations. For example, the exponentiation 3 65 {\displaystyle 3^{65}} can be written as ( ( ( ( ( 3 2 ) 2 ) 2 ) 2 ) 2 ) 2 × 3 {\displaystyle (((((3^{2})^{2})^{2})^{2})^{2})^{2}\times 3} . By taking advantage of repeated squaring operations, only 7 individual operations are needed rather than the 64 operations required for regular repeated multiplication.77 Methods to calculate logarithms include the Taylor series and continued fractions.78 Integer arithmetic is not closed under logarithm and under exponentiation with negative exponents, meaning that the result of these operations is not always an integer.79

Number theory

Main article: Number theory

Number theory studies the structure and properties of integers as well as the relations and laws between them.80 Some of the main branches of modern number theory include elementary number theory, analytic number theory, algebraic number theory, and geometric number theory.81 Elementary number theory studies aspects of integers that can be investigated using elementary methods. Its topics include divisibility, factorization, and primality.82 Analytic number theory, by contrast, relies on techniques from analysis and calculus. It examines problems like how prime numbers are distributed and the claim that every even number is a sum of two prime numbers.83 Algebraic number theory employs algebraic structures to analyze the properties of and relations between numbers. Examples are the use of fields and rings, as in algebraic number fields like the ring of integers. Geometric number theory uses concepts from geometry to study numbers. For instance, it investigates how lattice points with integer coordinates behave in a plane.84 Further branches of number theory are probabilistic number theory, which employs methods from probability theory,85 combinatorial number theory, which relies on the field of combinatorics,86 computational number theory, which approaches number-theoretic problems with computational methods,87 and applied number theory, which examines the application of number theory to fields like physics, biology, and cryptography.88

Influential theorems in number theory include the fundamental theorem of arithmetic, Euclid's theorem, and Fermat's Last Theorem.89 According to the fundamental theorem of arithmetic, every integer greater than 1 is either a prime number or can be represented as a unique product of prime numbers. For example, the number 18 is not a prime number and can be represented as 2 × 3 × 3 {\displaystyle 2\times 3\times 3} , all of which are prime numbers. The number 19, by contrast, is a prime number that has no other prime factorization.90 Euclid's theorem states that there are infinitely many prime numbers.91 Fermat's Last Theorem is the statement that no positive integer values exist for a {\displaystyle a} , b {\displaystyle b} , and c {\displaystyle c} that solve the equation a n + b n = c n {\displaystyle a^{n}+b^{n}=c^{n}} if n {\displaystyle n} is greater than 2 {\displaystyle 2} .92

Rational number arithmetic

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.93 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}}} .94

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}}} .95 Unlike integer arithmetic, rational number arithmetic is closed under division as long as the divisor is not 0.96

Both integer arithmetic and rational number arithmetic are not closed under exponentiation and logarithm.97 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.98 The Taylor series or the continued fraction method can be utilized to calculate logarithms.99

The decimal fraction notation is a special way of representing rational numbers whose denominator is a power of 10. For instance, the rational numbers 1 10 {\displaystyle {\tfrac {1}{10}}} , 371 100 {\displaystyle {\tfrac {371}{100}}} , and 44 10000 {\displaystyle {\tfrac {44}{10000}}} are written as 0.1, 3.71, and 0.0044 in the decimal fraction notation.100 Modified versions of integer calculation methods like addition with carry and long multiplication can be applied to calculations with decimal fractions.101 Not all rational numbers have a finite representation in the decimal notation. For example, the rational number 1 3 {\displaystyle {\tfrac {1}{3}}} corresponds to 0.333... with an infinite number of 3s. The shortened notation for this type of repeating decimal is 0.3.102 Every repeating decimal expresses a rational number.103

Real number arithmetic

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 π.104 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.105

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}}} .106 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.107 These methods allow computers to efficiently perform approximate calculations on real numbers.108

Approximations and errors

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.109 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.110 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.111 In the example, the person's height might be represented as 1.62 ± 0.005 meters or 63.8 ± 0.2 inches.112

In performing calculations with uncertain quantities, the uncertainty should be propagated to calculated quantities. When adding or subtracting two or more quantities, add the absolute uncertainties of each summand together to obtain the absolute uncertainty of the sum. When multiplying or dividing two or more quantities, add the relative uncertainties of each factor together to obtain the relative uncertainty of the product.113 When representing uncertainty by significant digits, uncertainty can be coarsely propagated by rounding the result of adding or subtracting two or more quantities to the leftmost last significant decimal place among the summands, and by rounding the result of multiplying or dividing two or more quantities to the least number of significant digits among the factors.114 (See Significant figures § Arithmetic.)

More sophisticated methods of dealing with uncertain values include interval arithmetic and affine arithmetic. Interval arithmetic describes operations on intervals. Intervals can be used to represent a range of values if one does not know the precise magnitude, for example, because of measurement errors. Interval arithmetic includes operations like addition and multiplication on intervals, as in [ 1 , 2 ] + [ 3 , 4 ] = [ 4 , 6 ] {\displaystyle [1,2]+[3,4]=[4,6]} and [ 1 , 2 ] × [ 3 , 4 ] = [ 3 , 8 ] {\displaystyle [1,2]\times [3,4]=[3,8]} .115 It is closely related to affine arithmetic, which aims to give more precise results by performing calculations on affine forms rather than intervals. An affine form is a number together with error terms that describe how the number may deviate from the actual magnitude.116

The precision of numerical quantities can be expressed uniformly using normalized scientific notation, which is also convenient for concisely representing numbers which are much larger or smaller than 1. Using scientific notation, a number is decomposed into the product of a number between 1 and 10, called the significand, and 10 raised to some integer power, called the exponent. The significand consists of the significant digits of the number, and is written as a leading digit 1–9 followed by a decimal point and a sequence of digits 0–9. For example, the normalized scientific notation of the number 8276000 is 8.276 × 10 6 {\displaystyle 8.276\times 10^{6}} with significand 8.276 and exponent 6, and the normalized scientific notation of the number 0.00735 is 7.35 × 10 − 3 {\displaystyle 7.35\times 10^{-3}} with significand 7.35 and exponent −3.117 Unlike ordinary decimal notation, where trailing zeros of large numbers are implicitly considered to be non-significant, in scientific notation every digit in the significand is considered significant, and adding trailing zeros indicates higher precision. For example, while the number 1200 implicitly has only 2 significant digits, the number ⁠ 1.20 × 10 3 {\displaystyle 1.20\times 10^{3}} ⁠ explicitly has 3.118

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.119 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.120 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)} .121 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.122 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.123

Tool use

Forms of arithmetic can also be distinguished by the tools employed to perform calculations and include many approaches besides the regular use of pen and paper. Mental arithmetic relies exclusively on the mind without external tools. Instead, it utilizes visualization, memorization, and certain calculation techniques to solve arithmetic problems.124 One such technique is the compensation method, which consists in altering the numbers to make the calculation easier and then adjusting the result afterward. For example, instead of calculating 85 − 47 {\displaystyle 85-47} , one calculates 85 − 50 {\displaystyle 85-50} which is easier because it uses a round number. In the next step, one adds 3 {\displaystyle 3} to the result to compensate for the earlier adjustment.125 Mental arithmetic is often taught in primary education to train the numerical abilities of the students.126

The human body can also be employed as an arithmetic tool. The use of hands in finger counting is often introduced to young children to teach them numbers and simple calculations. In its most basic form, the number of extended fingers corresponds to the represented quantity and arithmetic operations like addition and subtraction are performed by extending or retracting fingers. This system is limited to small numbers compared to more advanced systems which employ different approaches to represent larger quantities.127 The human voice is used as an arithmetic aid in verbal counting.128

Tally marks are a simple system based on external tools other than the body. This system relies on mark making, such as strokes drawn on a surface or notches carved into a wooden stick, to keep track of quantities. Some forms of tally marks arrange the strokes in groups of five to make them easier to read.129

The abacus is a more advanced tool to represent numbers and perform calculations. An abacus usually consists of a series of rods, each holding several beads. Each bead represents a quantity, which is counted if the bead is moved from one end of a rod to the other. Calculations happen by manipulating the positions of beads until the final bead pattern reveals the result.130 Related aids include counting boards, which use tokens whose value depends on the area on the board in which they are placed,131 and counting rods, which are arranged in horizontal and vertical patterns to represent different numbers.132133

Sectors and slide rules are more refined calculating instruments that rely on geometric relationships between different scales to perform both basic and advanced arithmetic operations.134135 Printed tables were particularly relevant as an aid to look up the results of operations like logarithm and trigonometric functions.136

Mechanical calculators automate manual calculation processes. They present the user with some form of input device to enter numbers by turning dials or pressing keys. They include an internal mechanism usually consisting of gears, levers, and wheels to perform calculations and display the results.137 For electronic calculators and computers, this procedure is further refined by replacing the mechanical components with electronic circuits like microprocessors that combine and transform electric signals to perform calculations.138

Others

There are many other types of arithmetic. Modular arithmetic operates on a finite set of numbers. If an operation would result in a number outside this finite set then the number is adjusted back into the set, similar to how the hands of clocks start at the beginning again after having completed one cycle. The number at which this adjustment happens is called the modulus. For example, a regular clock has a modulus of 12. In the case of adding 4 to 9, this means that the result is not 13 but 1. The same principle applies also to other operations, such as subtraction, multiplication, and division.139

Some forms of arithmetic deal with operations performed on mathematical objects other than numbers. Interval arithmetic describes operations on intervals.140 Vector arithmetic and matrix arithmetic describe arithmetic operations on vectors and matrices, like vector addition and matrix multiplication.141

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.142

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.143

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} .144 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.145

Axiomatic foundations

Axiomatic foundations of arithmetic try to provide a small set of laws, called axioms, from which all fundamental properties of and operations on numbers can be derived. They constitute logically consistent and systematic frameworks that can be used to formulate mathematical proofs in a rigorous manner. Two well-known approaches are the Dedekind–Peano axioms and set-theoretic constructions.146

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.147 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.148

  • 0 is a natural number.
  • For every natural number, there is a successor, which is also a natural number.
  • The successors of two different natural numbers are never identical.
  • 0 is not the successor of a natural number.
  • If a set contains 0 and every successor then it contains every natural number.149150

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.151

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\}} .152 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.153 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}}} .154 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.155 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.156

History

The earliest forms of arithmetic are sometimes traced back to counting and tally marks used to keep track of quantities. Some historians suggest that the Lebombo bone (dated about 43,000 years ago) and the Ishango bone (dated about 22,000 to 30,000 years ago) are the oldest arithmetic artifacts but this interpretation is disputed.157 However, a basic sense of numbers may predate these findings and might even have existed before the development of language.158

It was not until the emergence of ancient civilizations that a more complex and structured approach to arithmetic began to evolve, starting around 3000 BCE. This became necessary because of the increased need to keep track of stored items, manage land ownership, and arrange exchanges.159 All the major ancient civilizations developed non-positional numeral systems to facilitate the representation of numbers. They also had symbols for operations like addition and subtraction and were aware of fractions. Examples are Egyptian hieroglyphics as well as the numeral systems invented in Sumeria, China, and India.160 The first positional numeral system was developed by the Babylonians starting around 1800 BCE. This was a significant improvement over earlier numeral systems since it made the representation of large numbers and calculations on them more efficient.161 Abacuses have been utilized as hand-operated calculating tools since ancient times as efficient means for performing complex calculations.162

Early civilizations primarily used numbers for concrete practical purposes, like commercial activities and tax records, but lacked an abstract concept of number itself.163 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.164 Another novel feature was their use of proofs to establish mathematical truths and validate theories.165 A further contribution was their distinction of various classes of numbers, such as even numbers, odd numbers, and prime numbers.166 This included the discovery that numbers for certain geometrical lengths are irrational and therefore cannot be expressed as a fraction.167 The works of Thales of Miletus and Pythagoras in the 7th and 6th centuries BCE are often regarded as the inception of Greek mathematics.168 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.169

The ancient Indians were the first to develop the concept of zero as a number to be used in calculations. The exact rules of its operation were written down by Brahmagupta in around 628 CE.170 The concept of zero or none existed long before, but it was not considered an object of arithmetic operations.171 Brahmagupta further provided a detailed discussion of calculations with negative numbers and their application to problems like credit and debt.172 The concept of negative numbers itself is significantly older and was first explored in Chinese mathematics in the first millennium BCE.173

Indian mathematicians also developed the positional decimal system used today, in particular the concept of a zero digit instead of empty or missing positions.174 For example, a detailed treatment of its operations was provided by Aryabhata around the turn of the 6th century CE.175 The Indian decimal system was further refined and expanded to non-integers during the Islamic Golden Age by Middle Eastern mathematicians such as Al-Khwarizmi. His work was influential in introducing the decimal numeral system to the Western world, which at that time relied on the Roman numeral system.176 There, it was popularized by mathematicians like Leonardo Fibonacci, who lived in the 12th and 13th centuries and also developed the Fibonacci sequence.177 During the Middle Ages and Renaissance, many popular textbooks were published to cover the practical calculations for commerce. The use of abacuses also became widespread in this period.178 In the 16th century, the mathematician Gerolamo Cardano conceived the concept of complex numbers as a way to solve cubic equations.179

The first mechanical calculators were developed in the 17th century and greatly facilitated complex mathematical calculations, such as Blaise Pascal's calculator and Gottfried Wilhelm Leibniz's stepped reckoner.180 The 17th century also saw the discovery of the logarithm by John Napier.181

In the 18th and 19th centuries, mathematicians such as Leonhard Euler and Carl Friedrich Gauss laid the foundations of modern number theory.182 Another development in this period concerned work on the formalization and foundations of arithmetic, such as Georg Cantor's set theory and the Dedekind–Peano axioms used as an axiomatization of natural-number arithmetic.183 Computers and electronic calculators were first developed in the 20th century. Their widespread use revolutionized both the accuracy and speed with which even complex arithmetic computations can be calculated.184

In various fields

Education

Main article: Mathematics education

Arithmetic education forms part of primary education. It is one of the first forms of mathematics education that children encounter. Elementary arithmetic aims to give students a basic sense of numbers and to familiarize them with fundamental numerical operations like addition, subtraction, multiplication, and division.185 It is usually introduced in relation to concrete scenarios, like counting beads, dividing the class into groups of children of the same size, and calculating change when buying items. Common tools in early arithmetic education are number lines, addition and multiplication tables, counting blocks, and abacuses.186

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.187 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.188

Psychology

The psychology of arithmetic is interested in how humans and animals learn about numbers, represent them, and use them for calculations. It examines how mathematical problems are understood and solved and how arithmetic abilities are related to perception, memory, judgment, and decision making.189 For example, it investigates how collections of concrete items are first encountered in perception and subsequently associated with numbers.190 A further field of inquiry concerns the relation between numerical calculations and the use of language to form representations.191 Psychology also explores the biological origin of arithmetic as an inborn ability. This concerns pre-verbal and pre-symbolic cognitive processes implementing arithmetic-like operations required to successfully represent the world and perform tasks like spatial navigation.192

One of the concepts studied by psychology is numeracy, which is the capability to comprehend numerical concepts, apply them to concrete situations, and reason with them. It includes a fundamental number sense as well as being able to estimate and compare quantities. It further encompasses the abilities to symbolically represent numbers in numbering systems, interpret numerical data, and evaluate arithmetic calculations.193 Numeracy is a key skill in many academic fields. A lack of numeracy can inhibit academic success and lead to bad economic decisions in everyday life, for example, by misunderstanding mortgage plans and insurance policies.194

Philosophy

Main article: Philosophy of mathematics

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.195

According to Platonism, numbers have mind-independent existence: they exist as abstract objects outside spacetime and without causal powers.196197 This view is rejected by intuitionists, who claim that mathematical objects are mental constructions.198 Further theories are logicism, which holds that mathematical truths are reducible to logical truths,199 and formalism, which states that mathematical principles are rules of how symbols are manipulated without claiming that they correspond to entities outside the rule-governed activity.200

The traditionally dominant view in the epistemology of arithmetic is that arithmetic truths are knowable a priori. This means that they can be known by thinking alone without the need to rely on sensory experience.201 Some proponents of this view state that arithmetic knowledge is innate while others claim that there is some form of rational intuition through which mathematical truths can be apprehended.202 A more recent alternative view was suggested by naturalist philosophers like Willard Van Orman Quine, who argue that mathematical principles are high-level generalizations that are ultimately grounded in the sensory world as described by the empirical sciences.203

Others

Arithmetic is relevant to many fields. In daily life, it is required to calculate change when shopping, manage personal finances, and adjust a cooking recipe for a different number of servings. Businesses use arithmetic to calculate profits and losses and analyze market trends. In the field of engineering, it is used to measure quantities, calculate loads and forces, and design structures.204 Cryptography relies on arithmetic operations to protect sensitive information by encrypting data and messages.205

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.206 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.207

See also

  • Arithmetic portal
  • Mathematics portal

Notes

Citations

Sources

References

  1. 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

  2. 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

  3. 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

  4. 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

  5. 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

  6. 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

  7. 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

  8. 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

  9. 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

  10. 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

  11. 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

  12. 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

  13. 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]

  14. 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

  15. 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]

  16. 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

  17. 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

  18. 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

  19. 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

  20. 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

  21. 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

  22. 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}}} .

  23. 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

  24. 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

  25. 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

  26. 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

  27. 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

  28. 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

  29. 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

  30. 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

  31. 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

  32. 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

  33. 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

  34. 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

  35. 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

  36. 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

  37. 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

  38. 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

  39. 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

  40. 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

  41. 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

  42. 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

  43. 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

  44. 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

  45. 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

  46. 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

  47. 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

  48. 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

  49. 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

  50. 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

  51. Some authors use a different terminology and refer to the first number as multiplicand and the second number as the multiplier.[51]

  52. 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

  53. 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

  54. 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

  55. 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

  56. 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

  57. 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]

  58. 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

  59. 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

  60. 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

  61. 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

  62. 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

  63. 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

  64. 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

  65. 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

  66. 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

  67. Sperling & Stuart 1981, p. 7 - Sperling, Abraham; Stuart, Monroe (1981). Mathematics. Elsevier Science. ISBN 978-0-7506-0405-5.

  68. Sperling & Stuart 1981, p. 8 - Sperling, Abraham; Stuart, Monroe (1981). Mathematics. Elsevier Science. ISBN 978-0-7506-0405-5.

  69. 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

  70. 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

  71. 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

  72. 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

  73. 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

  74. 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

  75. 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

  76. 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

  77. 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

  78. 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

  79. 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

  80. 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

  81. 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

  82. 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

  83. 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

  84. 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

  85. 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

  86. 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

  87. 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

  88. 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.

  89. 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

  90. 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

  91. 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

  92. 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

  93. 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

  94. 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

  95. 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

  96. 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

  97. 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

  98. 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

  99. 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

  100. 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

  101. 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

  102. 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

  103. 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

  104. 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

  105. 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

  106. 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

  107. 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

  108. 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

  109. Drosg 2007, pp. 1–5 - Drosg, Manfred (2007). Dealing with Uncertainties. Springer. ISBN 978-3-540-29606-5.

  110. 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

  111. 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

  112. 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

  113. 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

  114. 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

  115. 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

  116. 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

  117. 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

  118. 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

  119. 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

  120. 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

  121. 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

  122. 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

  123. 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

  124. 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

  125. 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

  126. 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

  127. 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

  128. 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

  129. 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

  130. 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

  131. 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

  132. 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

  133. Some systems of counting rods include different colors to represent both positive and negative numbers.[133]

  134. 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

  135. Some computer scientists see slide rules as the first type of analog computer.[135] /wiki/Analog_computer

  136. 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.

  137. 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.

  138. 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

  139. 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

  140. 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

  141. 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

  142. Shiva 2018, pp. 3, 14Gupta 2019, p. 3 - Shiva, Sajjan G. (2018). Introduction to Logic Design. CRC Press. ISBN 978-1-351-98983-1.

  143. 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

  144. 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

  145. 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

  146. 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

  147. The successor of a natural number is the number that comes after it. For instance, 4 is the successor of 3.

  148. 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

  149. 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

  150. 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]

  151. 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

  152. 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/

  153. 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

  154. 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

  155. 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/

  156. 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

  157. 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

  158. 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

  159. 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

  160. 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

  161. 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

  162. 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

  163. 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

  164. 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

  165. 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

  166. 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

  167. 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

  168. 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

  169. 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

  170. 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

  171. 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

  172. 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

  173. 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

  174. 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

  175. 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

  176. 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

  177. 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

  178. 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

  179. 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

  180. 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

  181. 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

  182. 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

  183. 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

  184. 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

  185. 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/

  186. 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

  187. 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/

  188. 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/

  189. 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

  190. 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

  191. 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

  192. 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/

  193. 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

  194. 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

  195. 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

  196. 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

  197. 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

  198. 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/

  199. 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/

  200. 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/

  201. 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

  202. 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

  203. 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/

  204. 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.

  205. 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

  206. 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

  207. 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.