Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools

Arithmetic Terms and Definitions

About This Glossary

This glossary organizes 22 arithmetic terms into three categories covering the core vocabulary of number theory and fractions.

Divisibility establishes the language of factors and multiples across 8 entries: divisor, multiple, prime number, composite number, prime factorization, coprime integers, greatest common divisor, and least common multiple. These terms describe how integers relate through division and form the foundation for working with fractions and modular arithmetic.

Fractions covers 11 entries on rational number representation: fraction, numerator, denominator, proper and improper fractions, mixed numbers, equivalent fractions, reciprocals, common denominators, and complex fractions. Each term addresses how parts of a whole are expressed, compared, and manipulated.

Modular Arithmetic addresses 4 entries on cyclic number systems: modulus, congruence, remainder, and residue class. These terms define how integers are grouped by their remainders and how arithmetic operates within those groups.

Each definition includes an intuitive explanation, key properties, examples, and links to the detailed lesson page. Use the search bar or category filters above to navigate.
DivisibilityFractionsModular Arithmetic
Divisibility(8)
Fractions(10)
Modular Arithmetic(4)
22 of 22 terms

22 terms

Divisibility

(8 items)

Divisor (Factor)

An integer a0a \neq 0 is a divisor of an integer bb if there exists an integer kk such that b=akb = a \cdot k, written aba \mid b
↑ Back to top

Multiple

An integer bb is a multiple of an integer a0a \neq 0 if there exists an integer kk such that b=akb = a \cdot k
↑ Back to top

Prime Number

An integer p>1p > 1 whose only positive divisors are 11 and pp itself
↑ Back to top

Composite Number

An integer n>1n > 1 that has at least one positive divisor other than 11 and nn itself
↑ Back to top

Prime Factorization

The expression of a positive integer n>1n > 1 as a product of prime powers: n=p1a1p2a2pkakn = p_1^{a_1} \cdot p_2^{a_2} \cdots p_k^{a_k}, where each pip_i is prime and each ai1a_i \geq 1
↑ Back to top

Coprime (Relatively Prime)

Two integers aa and bb are coprime if their greatest common divisor is 11: gcd(a,b)=1\gcd(a, b) = 1
↑ Back to top

Greatest Common Divisor (GCD)

The largest positive integer dd that divides both aa and bb: d=gcd(a,b)d = \gcd(a, b) where dad \mid a and dbd \mid b, and for every common divisor cc of aa and bb, cdc \mid d
↑ Back to top

Least Common Multiple (LCM)

The smallest positive integer mm that is a multiple of both aa and bb: m=lcm(a,b)m = \operatorname{lcm}(a, b) where ama \mid m and bmb \mid m, and for every common multiple nn of aa and bb, mnm \mid n
↑ Back to top

Fractions

(10 items)

Fraction

An expression of the form ab\frac{a}{b} where aa is the numerator and b0b \neq 0 is the denominator, representing the quotient of aa divided by bb
↑ Back to top

Numerator

In the fraction ab\frac{a}{b}, the integer aa is the numerator — the number above the fraction bar
↑ Back to top

Denominator

In the fraction ab\frac{a}{b}, the integer b0b \neq 0 is the denominator — the number below the fraction bar
↑ Back to top

Proper Fraction

A fraction ab\frac{a}{b} with 0<a<b0 < a < b, representing a value strictly between 00 and 11
↑ Back to top

Improper Fraction

A fraction ab\frac{a}{b} with ab>0a \geq b > 0, representing a value greater than or equal to 11
↑ Back to top

Mixed Number

A number written as qrbq\frac{r}{b}, combining a whole number qq and a proper fraction rb\frac{r}{b}, equivalent to qb+rb\frac{qb + r}{b}
↑ Back to top

Equivalent Fractions

Two fractions ab\frac{a}{b} and cd\frac{c}{d} are equivalent if ad=bca \cdot d = b \cdot c, written ab=cd\frac{a}{b} = \frac{c}{d}
↑ Back to top

Reciprocal

The reciprocal of a nonzero number ab\frac{a}{b} is ba\frac{b}{a}, such that abba=1\frac{a}{b} \cdot \frac{b}{a} = 1
↑ Back to top

Common Denominator

A common denominator of two fractions ab\frac{a}{b} and cd\frac{c}{d} is any positive integer mm such that bmb \mid m and dmd \mid m. The least common denominator (LCD) is lcm(b,d)\operatorname{lcm}(b, d).
↑ Back to top

Complex Fraction

A fraction in which the numerator, the denominator, or both contain a fraction:   ab  cd\frac{\;\frac{a}{b}\;}{\frac{c}{d}}
↑ Back to top

Modular Arithmetic

(4 items)

Modulus

A fixed positive integer mm that defines the system of modular arithmetic, where integers are considered equivalent if they differ by a multiple of mm
↑ Back to top

Congruence

Two integers aa and bb are congruent modulo mm if m(ab)m \mid (a - b), written ab(modm)a \equiv b \pmod{m}
↑ Back to top

Remainder

For integers aa and m>0m > 0, the remainder rr is the unique integer satisfying a=qm+ra = qm + r with 0r<m0 \leq r < m
↑ Back to top

Residue Class

The residue class of an integer aa modulo mm is the set [a]m={a+km:kZ}[a]_m = \{a + km : k \in \mathbb{Z}\} — all integers congruent to aa modulo mm
↑ Back to top