ArticleslgStudy

mathematics

Smooth number

Smooth number is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Smooth number rather than just read about it. In short: In number theory, an n-smooth (or n-friable) number is an integer whose prime factors are all less than or equal to n. For example, a 7-smooth number is a number in which every prime factor is at most 7.

Key takeaways

  • Smooth number belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Smooth number to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Smooth number from memory before moving on to harder problems.

Reference excerpt

In number theory, an n-smooth (or n-friable) number is an integer whose prime factors are all less than or equal to n. For example, a 7-smooth number is a number in which every prime factor is at most 7. Therefore, 49 = 72 and 15750 = 2 × 32 × 53 × 7 are both 7-smooth, while 11 and 702 = 2 × 33 × 13 are not 7-smooth. The term seems to have been coined by Leonard Adleman. Smooth numbers are especially important in cryptography, which relies on factorization of integers. 2-smooth numbers are simply the powers of 2, while 5-smooth numbers are also known as regular numbers.

Definition A positive integer is called B-smooth if none of its prime factors are greater than B. For example, 1,620 has prime factorization 22 × 34 × 5; therefore 1,620 is 5-smooth because none of its prime factors are greater than 5. This definition includes numbers that lack some of the smaller prime factors; for example, both 10 and 12 are 5-smooth, even though they miss out the prime factors 3 and 5, respectively. All 5-smooth numbers are of the form 2a × 3b × 5c, where a, b and c are non-negative integers. The 3-smooth numbers have also been called "harmonic numbers", although that name has other more widely used meanings, most notably for the sum of the reciprocals of the natural numbers. 5-smooth numbers are also called regular numbers or Hamming numbers; 7-smooth numbers are also called humble numbers, and sometimes called highly composite, although this conflicts with another meaning of highly composite numbers. Here, note that B itself is not required to appear among the factors of a B-smooth number. If the largest prime factor of a number is p then the number is B-smooth for any B ≥ p. In many scenarios B is prime, but composite numbers are permitted as well. A number is B-smooth if and only if it is p-smooth, where p is the largest prime less than or equal to B.

Applications An important practical application of smooth numbers is the fast Fourier transform (FFT) algorithms (such as the Cooley–Tukey FFT algorithm), which operates by recursively breaking down a problem of a given size n into problems the size of its factors. By using B-smooth numbers, one ensures that the base cases of this recursion are small primes, for which efficient algorithms exist. (Large prime sizes require less-efficient algorithms such as Bluestein's FFT algorithm.) Numbers that are 5-smooth or regular numbers play a special role in Babylonian mathematics. They are also important in music theory (see Limit (music)), and the problem of generating these numbers efficiently has been used as a test problem for functional programming. Smooth numbers have a number of applications to cryptography. While most applications center around cryptanalysis (e.g. the fastest known integer factorization algorithms, for example: the general number field sieve), the VSH hash function is another example of a constructive use of smoothness to obtain a provably secure design. In music, a p-limit tuning is the set of music intervals that are ratios of two p-smooth numbers.

Distribution Let Ψ ( x , y ) {\displaystyle \Psi (x,y)} denote the number of y-smooth integers less than or equal to x (the de Bruijn function). If the smoothness bound B is fixed and small, there is a good estimate for Ψ ( x , B ) {\displaystyle \Psi (x,B)} :

Ψ ( x , B ) ∼ 1 π ( B ) ! ∏ p ≤ B log ⁡ x log ⁡ p . {\displaystyle \Psi (x,B)\sim {\frac {1}{\pi (B)!}}\prod _{p\leq B}{\frac {\log x}{\log p}}.}

where π ( B ) {\displaystyle \pi (B)} denotes the number of primes less than or equal to B {\displaystyle B} . Otherwise, define the parameter u as u = log x / log y: that is, x = yu. Then,

Ψ ( x , y ) = x ⋅ ρ ( u ) + O ( x log ⁡ y ) {\displaystyle \Psi (x,y)=x\cdot \rho (u)+O\left({\frac {x}{\log y}}\right)}

where ρ ( u ) {\displaystyle \rho (u)} is the Dickman function. For any k, almost all natural numbers will not be k-smooth. If n = n 1 n 2 {\displaystyle n=n_{1}n_{2}} where n 1 {\displaystyle n_{1}} is B {\displaystyle B} -smooth and n 2 {\displaystyle n_{2}} is not (or is equal to 1), then n 1 {\displaystyle n_{1}} is called the B {\displaystyle B} -smooth part of n {\displaystyle n} . The relative size of the x 1 / u {\displaystyle x^{1/u}} -smooth part of a random integer less than or equal to x {\displaystyle x} is known to decay much more slowly than ρ ( u ) {\displaystyle \rho (u)} .

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Smooth number

Start with the simplest possible case. Write down what Smooth number claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Smooth number before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Smooth number ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Smooth number

In research
Smooth number appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Smooth number in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Smooth number is common in secondary-school and first-year university syllabi. It links to neighbouring topics Analytic number theory, Integer sequences, so understanding it makes those chapters shorter.
In everyday life
Look for Smooth number outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Smooth number in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Smooth number means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Smooth number out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Smooth number in simple terms?

In number theory, an n-smooth (or n-friable) number is an integer whose prime factors are all less than or equal to n. For example, a 7-smooth number is a number in which every prime factor is at most 7.

Why does Smooth number matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Smooth number?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Smooth number.

Tags

  • Analytic number theory
  • Integer sequences

Keep exploring