Skip to content
recaplica

    One moment: security check

    Cloudflare wants to make sure you're not a robot. Tick the box below and your search will continue on its own.

    IT
    recaplica What Is Arithmetic? The Basics Explained
    © 2026 Recaplica · recaplica.com — All rights reserved
    Home › Science

    What Is Arithmetic? The Basics Explained

    By Recaplica Newsroom · Updated on September 18, 2026

    What to print

    Page numbers appear when printing with default margins.

    Slides

    Choose a cut

    Flash10 slidesThe essential thread, to present in classFull17 slidesEvery chapter and the deeper detail

    Both come with speaker notes.

    Telegram channel
    recaplica Clear in 30 seconds, yours in 10 minutes.
    In 30 seconds Key points Figures Deep dive Slides Myths Mind map Quiz Flashcards FAQ

    In 30 seconds quick read

    Arithmetic is the branch of mathematics that studies numbers and the operations that combine them: addition, subtraction, multiplication and division. It builds on a sequence of number sets, from the natural numbers up to the real numbers, and on precise rules that decide when a calculation can be reordered or regrouped without changing the result. Arithmetic is also where prime numbers come from, the indivisible "building blocks" every number can be broken down into, and where ratios between quantities turn into proportions once two ratios match.

    Key Points

    • Arithmetic studies numbers and the four basic operations: addition, subtraction, multiplication, division.
    • Number sets nest inside one another in order: natural numbers (N), integers (Z), rational numbers (Q), real numbers (R).
    • Addition and multiplication are commutative and associative; subtraction and division are not.
    • A prime number has exactly two divisors, 1 and itself; the Sieve of Eratosthenes is a way to tabulate them.
    • In a proportion a:b=c:d, the product of the means always equals the product of the extremes.
    • Modular arithmetic works with the remainder of a division, the same logic a clock uses.

    Key figures

    • around 300 BC Euclid publishes the Elements: three of its thirteen books (VII-IX) are devoted to whole numbers. Source: Treccani, Enciclopedia della Matematica
    • 1202 In the Liber abaci, Fibonacci introduces positional number notation to Europe. Source: Treccani, Enciclopedia della Matematica
    • 1737 Euler proves that the number e is irrational, meaning it cannot be written as a fraction of two integers. Source: Wolfram MathWorld

    Deep Dive

    What Arithmetic Is

    Arithmetic is the branch of mathematics that studies numbers and the properties that concern them, especially the natural numbers. According to the entry the Enciclopedia della Matematica Treccani dedicates to the subject, arithmetic is where the objects sitting at the foundation of the entire mathematical structure are found: it raises questions about consistency and meaning that go well beyond everyday calculation.

    Historically, according to Treccani, arithmetic takes on an organized shape already with Pythagoras, between the 5th and 4th centuries BC. About a century later, Euclid devotes three of the thirteen books of his Elements (books VII-IX) to whole numbers. The shift toward algebra, the discipline that generalizes numbers using letters, appears in the 3rd century AD with Diophantus of Alexandria; in 1202 Fibonacci introduces the positional number notation to Europe, in his Liber abaci — the same book that introduces the Fibonacci sequence, the best-known example of a number sequence built by recursion. The formal foundations of arithmetic, the ones that turn it into a coherent system rather than a set of practical rules, arrive much later, between the 19th and 20th centuries, through the work of Dedekind, Cantor and Godel.

    Number Sets: From N to R

    The numbers arithmetic works with don’t form a single block, but a sequence of increasingly wide sets, each one contained in the next.

    The natural numbers, written N, are the ones used for counting. This is a point where sources don’t fully agree: according to Treccani, in the literature N sometimes excludes zero (N = {1, 2, 3…}) and sometimes includes it (N = {0, 1, 2, 3…}); the Wolfram MathWorld entry on natural numbers confirms there is no general agreement on the question either. Neither convention is mistaken, they’re simply two different ways of fixing the same starting point.

    Adding the negative numbers produces the integers, written Z: Z = {0, +1, -1, +2, -2…}. Widening the set further, to the rational numbers (Q), reaches every number that can be expressed as a fraction p/q, with p and q integers and q different from zero, the same definition used by both Treccani and Wolfram MathWorld. Q has a property that sets it apart from Z: it is dense, meaning that between any two rational numbers there are always infinitely many more rational numbers.

    Some numbers, though, cannot be written as a fraction of two integers: these are the irrational numbers, the ones missing from the rationals for the line to be continuous. The best-known case is the square root of 2, whose decimal expansion, according to Wolfram MathWorld, never ends and never settles into a repeating pattern. A story handed down through the centuries claims that the Pythagorean philosopher Hippasus proved its irrationality using a geometric argument while at sea, and was thrown overboard by his fellow Pythagoreans for it; the source itself presents this as legend, not verified history. Other proofs of irrationality carry precise dates: Euler proved it for e in 1737, and Lambert did the same for π in 1760.

    Combining the rationals and the irrationals produces the real numbers, R: a totally ordered, continuous field, in which every cut of Q picks out exactly one real number. Every one of these sets sits inside the next: N is contained in Z, which is contained in Q, which is contained in R — the full picture of these sets, with their symbols and an example for each, is in the Recap on number sets.

    Practical example: a bank account already runs on three of these sets. The coins in your pocket are counted with a natural number; the account balance, which can go negative, is an integer; a loan installment split into neat portions, say 350.75 dollars, is a rational number.

    The Four Operations and Their Properties

    Arithmetic rests on four operations: addition, subtraction, multiplication and division. Addition and multiplication follow a pair of precise rules, verifiable for any real number: the commutative property, where a+b = b+a and a·b = b·a, and the associative property, where (a+b)+c = a+(b+c) and (a·b)·c = a·(b·c). Alongside these sits the distributive property of multiplication over addition: a·(b+c) = a·b + a·c.

    Subtraction and division don’t share these properties: changing the order of the terms, or how they’re grouped, changes the result. 7 minus 3 is not the same as 3 minus 7, and the same holds for division. It’s a frequent source of confusion, because people tend to stretch rules that apply to two operations onto all four.

    Two numbers play a special role here, the identity elements: zero for addition (a+0 = a, for any number a) and one for multiplication (a·1 = a, for any number a).

    First Steps in Number Theory

    Inside arithmetic sits a chapter devoted to the deeper properties of whole numbers: number theory. Its starting concept is the prime number, a positive integer greater than 1 with no positive divisors other than 1 and itself. Integers greater than 1 that aren’t prime are called composite numbers.

    The Sieve of Eratosthenes

    Tables of prime numbers have long been built with a procedure called the Sieve of Eratosthenes, named after the Greek mathematician and astronomer Eratosthenes, who lived from about 276 to 194 BC, placing him in the 3rd century BC. The method, as described by Wolfram MathWorld, works like this: write down the numbers from 2 up to the chosen limit, then cross out every multiple of 2 (except 2 itself); among what’s left, take the smallest number not yet crossed out and cross out all of its multiples, and repeat, stopping once you reach the square root of the chosen limit. Whatever numbers survive are all prime. According to MacTutor, the Sieve of Eratosthenes, in a modified form, remains a tool used in number theory research.

    Modular Arithmetic in Brief

    One chapter of arithmetic works not with the full result of a division, but with what’s left over: modular arithmetic. The easiest way to picture it is a clock face: past 12 hours, the count doesn’t continue to 13, 14, 15, it starts over from 1; what matters in this system isn’t the total number of hours that have passed, but the remainder left after dividing by 12. The same idea works with any number standing in for 12.

    Ratios and Proportions

    A ratio between two numbers r and s is written r/s and is equivalent to their quotient, as Wolfram MathWorld defines it; Treccani adds that the ratio between two comparable quantities A and B measures the first against the second, taken as the unit.

    When two ratios are equal, the result is called a proportion, written a : b = c : d and read “a is to b as c is to d.” The four numbers have specific names: a and c are the antecedents (the numerators of the ratios), b and d are the consequents (the denominators); b and c are the means, a and d are the extremes. The fundamental property of proportions states that the product of the means always equals the product of the extremes: if a : b = c : d, then a·d = b·c.

    Practical example: a recipe for 4 people calls for 200 grams of flour. To cook it for 6 people, set up the proportion 4 : 200 = 6 : x. By the fundamental property, 4·x = 200·6, so x = 1,200 / 4 = 300 grams of flour.

    Slide deck

    Slides ready to download and make your own in PowerPoint or Google Slides, with speaker notes. Pick the Flash cut or the Full one.

    Slide 1 of the presentation on What Is Arithmetic? The Basics Explained: What Is Arithmetic? The Basics ExplainedSlide 2 of the presentation on What Is Arithmetic? The Basics Explained: How many sets of numbers does it take to count everything you'll ever need?Slide 3 of the presentation on What Is Arithmetic? The Basics Explained: The planSlide 4 of the presentation on What Is Arithmetic? The Basics Explained: Chapter 01: Number setsSlide 5 of the presentation on What Is Arithmetic? The Basics Explained: N · Z · QSlide 6 of the presentation on What Is Arithmetic? The Basics Explained: Then come the real numbersSlide 7 of the presentation on What Is Arithmetic? The Basics Explained: Chapter 02: How operations behaveSlide 8 of the presentation on What Is Arithmetic? The Basics Explained: Not every operation behaves the sameSlide 9 of the presentation on What Is Arithmetic? The Basics Explained: The identity elementsSlide 10 of the presentation on What Is Arithmetic? The Basics Explained: Chapter 03: Prime numbers and remaindersSlide 11 of the presentation on What Is Arithmetic? The Basics Explained: Exactly how many divisors does a prime number have?Slide 12 of the presentation on What Is Arithmetic? The Basics Explained: The Sieve of EratosthenesSlide 13 of the presentation on What Is Arithmetic? The Basics Explained: Past a certain point, the count starts overSlide 14 of the presentation on What Is Arithmetic? The Basics Explained: Chapter 04: Ratios and proportionsSlide 15 of the presentation on What Is Arithmetic? The Basics Explained: The fundamental propertySlide 16 of the presentation on What Is Arithmetic? The Basics Explained: A number has exactly two divisors, 1 and itself. What is it?Slide 17 of the presentation on What Is Arithmetic? The Basics Explained: The Recap continues
    Flash10 slidesThe essential thread, to present in classFull17 slidesEvery chapter and the deeper detail

    Common myths

    • ✗ Myth Zero doesn't count as a natural number.

      ✓ Reality It depends on which convention a text follows: some definitions place 0 inside N, others start the set at 1. Neither choice is a mistake, they're two different ways of fixing the same starting point, and careful sources say which one they're using.

    • ✗ Myth If addition and multiplication can be done in any order, the same must be true for subtraction and division.

      ✓ Reality It isn't: the commutative and associative properties only hold for addition and multiplication. 7-3 doesn't give the same result as 3-7, and reordering a division changes its outcome, too. Those properties belong to specific operations, not to numbers in general.

    • ✗ Myth Arithmetic and algebra are really the same subject under two names.

      ✓ Reality Arithmetic works with numbers and the operations between them; algebra generalizes by using letters in place of numbers so it can handle entire families of problems at once. The historical shift between the two already shows up with Diophantus of Alexandria, in the 3rd century AD, according to the Treccani entry on arithmetic.

    Mind map

    Drag the background to move around and the nodes to reposition them; use − and + to collapse and expand branches.

    Customize
    Mind map: What Is Arithmetic? The Basics Explained
    • Arithmetic
      • Number sets
        • Natural numbers (N) 0, 1, 2, 3... used for counting
        • Integers (Z) add the negative numbers
        • Rational numbers (Q) fractions p/q, with q not equal to zero
        • Real numbers (R) the union of rationals and irrationals
      • Basic operations
        • Addition and subtraction
        • Multiplication and division
        • Commutative and associative properties hold only for addition and multiplication
        • Identity elements 0 for addition, 1 for multiplication
      • Number theory
        • Prime and composite numbers
        • Sieve of Eratosthenes a method for tabulating prime numbers
        • Modular arithmetic works with the remainder of a division
      • Ratios and proportions
        • Ratio between two numbers the quotient r/s
        • Proportion equality between two ratios, a:b=c:d
        • Fundamental property product of the means equals product of the extremes
      • History and foundations
        • Pythagoras 5th-4th century BC, arithmetic's first organized form
        • Euclid around 300 BC, the Elements
        • Formal foundations 19th-20th century, Dedekind, Cantor, Godel

    Quiz: test yourself

    Answer the questions to check what you have learned: you get instant feedback and a short explanation.

    Grade 0/10 0/5
    1 Which number set includes both the rational numbers and the irrational numbers?

    R, the set of real numbers, is defined as the union of the rational numbers and the irrational numbers.

    2 Which property guarantees that a+b always equals b+a?

    The commutative property says exactly this for addition and multiplication: the order of the addends (or factors) can change without changing the result.

    3 True or false: subtraction is a commutative operation, just like addition.

    False: 7-3 doesn't give the same result as 3-7. The commutative and associative properties only hold for addition and multiplication.

    4 By definition, what is a prime number?

    A prime number is a positive integer greater than 1 with no positive divisors other than 1 and itself.

    5 In a proportion a:b=c:d, what does the fundamental property say about the product of the means (b and c) and the extremes (a and d)?

    The product of the means equals the product of the extremes: ad = bc. It's the property used to find a missing term in a proportion.

    Answers: 1-D · 2-B · 3-B · 4-A · 5-B

    Flashcards

    Tap the card to flip it and check whether you remember the answer, then move to the next one.

    1 / 8

    Explain it in your own words

    The ultimate test: if you can explain it in simple words, you've truly understood it. Write your explanation, then compare it with the Recap.

    Your explanation is saved only on this device.

    Arithmetic is the branch of mathematics that studies numbers and the operations that combine them: addition, subtraction, multiplication and division. It builds on a sequence of number sets, from the natural numbers up to the real numbers, and on precise rules that decide when a calculation can be reordered or regrouped without changing the result. Arithmetic is also where prime numbers come from, the indivisible "building blocks" every number can be broken down into, and where ratios between quantities turn into proportions once two ratios match.

    Frequently asked questions

    What's the difference between arithmetic and algebra?

    Arithmetic works with specific numbers and the four operations between them. Algebra generalizes, using letters in place of numbers to represent entire families of problems governed by the same rules. The historical shift between the two fields already appears in the 3rd century AD, when Diophantus of Alexandria, according to Treccani, takes the step toward algebra.

    What is modular arithmetic?

    It's the branch of arithmetic that works with the remainder of a division rather than the whole quotient. The simplest model is a clock: after a fixed number of hours the count starts over, because what matters is the remainder left after dividing by 12 (or by 24), not the running total.

    Is zero a natural number?

    It depends on the convention: some definitions of N include zero (N = {0, 1, 2, 3...}), others start at 1 (N = {1, 2, 3...}). Both are in active use across mathematics texts, and neither one is wrong on its own.

    What is the Sieve of Eratosthenes used for?

    It's a procedure for building a table of prime numbers: write down the numbers from 2 onward, then repeatedly cross out the multiples of the smallest number not yet crossed out, stopping once you reach the square root of the chosen limit. Whatever numbers are left are prime.

    How do you recognize a prime number?

    A prime number is a positive integer greater than 1 with exactly two positive divisors: 1 and itself. If it has any other divisor, it's a composite number.

    Sources

    • Treccani, «Aritmetica» (Enciclopedia della Matematica)
    • Treccani, «Gli insiemi numerici» (Enciclopedia della Matematica)
    • Wolfram MathWorld, «Natural Number»
    • Wolfram MathWorld, «Irrational Number»
    • Wolfram MathWorld, «Real Number»
    • Wolfram MathWorld, «Prime Number»
    • Wolfram MathWorld, «Sieve of Eratosthenes»
    • MacTutor History of Mathematics, biography of Eratosthenes
    • Wolfram MathWorld, «Ratio»
    • Treccani, «Rapporto» (Enciclopedia della Matematica)
    • Treccani, «Proporzione» (Enciclopedia della Matematica)
    • OpenStax, «Prealgebra 2e», §7.2 Commutative and Associative Properties
    • OpenStax, «Prealgebra 2e», §7.4 Properties of Identity, Inverses, and Zero

    Every Recap goes through an independent review before publication.

    Every evening, the day's new Recaps on our Telegram channel. Join the channel →

    Keep learning

    • Science Cognitive Load Theory: The Definition Behind Sweller's Research Cognitive load is the amount of working memory a task uses up while you learn something new. Psychologist John Sweller first described it in 1988, starting from research on problem solving: a strategy that is too demanding leaves little room to build stable mental structures. Later research distinguishes three types of load, intrinsic, extraneous, and germane, though part of the field treats the third as indistinguishable from the first. Cutting extraneous load, with worked examples or less cluttered materials, frees up mental room for actual learning. Read the Recap →
    • Science Cognitivism: how the mind processes information Cognitivism is the psychological paradigm that treats the mind as a system for processing information, spanning perception, memory, reasoning and language. The shift began around 1956, while behaviorism, championed by Watson and Skinner, still ruled academic psychology and reduced the field to observable stimuli and responses. That same year, George Miller exposed the limits of short-term memory, and Chomsky joined McCarthy, Minsky, Newell and Simon in laying the groundwork for cognitive science. Donald Broadbent's attention model in 1958 and Ulric Neisser's 1967 book, which put the name cognitive psychology into common use, complete the roster of its founding figures. Read the Recap →
    • Science Behaviorism: What It Is and Where It Came From Behaviorism is the school of psychology that studies only observable behavior, leaving aside the thoughts and feelings that stay hidden inside the mind. It began in 1913, when the American psychologist John B. Watson published an essay calling for psychology to become an experimental science, without relying on introspection. After him, Ivan Pavlov studied conditioned reflexes and Edward Thorndike studied trial-and-error learning; Burrhus Skinner pushed the ideas to their most extreme form with radical behaviorism. The thread running through all of it is the stimulus-response model: a behavior is explained by what comes before it and what follows it, not by guessing what happens inside the head of the person doing it. Read the Recap →

    recaplica

    Clear in 30 seconds, yours in 10 minutes.

    Recaps Mind maps Request a Recap Telegram channel Mind map maker Our method About Privacy & cookies Legal notes & terms of use

    © 2026 Recaplica · A project by Curi S.r.l. — VAT IT05472000750

    Statistics, only if you say so

    To learn which Recaps help most we would use Google Analytics, with aggregate, anonymous data. It starts only with your OK, and you can change your mind anytime. Privacy policy