How Do Prime Numbers Divide Factorials?

  • Context: Graduate 
  • Thread starter Thread starter Ethereal
  • Start date Start date
  • Tags Tags
    Factorials Prime
Click For Summary
SUMMARY

The discussion centers on the theorem stating that the largest exponent \( s \) such that \( p^s \) divides \( n! \) is given by the formula \( s = \sum_{j \geq 1} \lfloor \frac{n}{p^j} \rfloor \). The proof clarifies that each integer \( a \) in the set {1,2,3,...,n} contributes to the sum \( t \) based on its divisibility by powers of the prime \( p \). Specifically, if \( a \) is divisible by \( p^j \) but not \( p^{j+1} \), it is counted \( j \) times in the sum, confirming that \( t = s \). This establishes the relationship between the multiples of \( p^i \) and the largest exponent of \( p \) dividing \( n! \).

PREREQUISITES
  • Understanding of prime numbers and their properties
  • Familiarity with factorial notation and operations
  • Knowledge of floor functions and their applications
  • Basic comprehension of summation notation and series
NEXT STEPS
  • Study the concept of prime factorization in number theory
  • Learn about the properties of factorials and their applications in combinatorics
  • Explore the use of the floor function in mathematical proofs
  • Investigate advanced topics in number theory, such as the distribution of prime numbers
USEFUL FOR

Mathematicians, students studying number theory, educators teaching combinatorics, and anyone interested in the properties of prime numbers and factorials.

Ethereal
I was reading this tutorial and I came across this part which I didn't quite understand:

Theorem: Let n and p be positive integers and p be prime. Then the largest exponent s such that [tex]p^s|n![/tex] is:
[tex]s = \sum_{j{\geq}1} \displaystyle{\lfloor} \frac{n}{p^j} \displaystyle{\rfloor}[/tex] (1)

Proof Let [tex]m_i[/tex] be the number of multiples of [tex]p^i[/tex] in the set {1,2,3,...,n}. Let

[tex]t = m_1 + m_2 + m_3 + ... + m_k[/tex] (2)

Suppose that a belongs to {1,2,3,...,n}, and such that [tex]p^j|a[/tex] but not [tex]p^{j+1}|a[/tex]. Then in the sum (2) a will be counted j times and will contribute i towards t. This shows that t=s.
I don't follow this. What does "a will be counted j times and will contribute i towards t" mean? Why does this show that t=s?
 
Physics news on Phys.org
First get this clear ...
m1 denotes the number of values in {1,..,n} divisible by p
m2 denotes the number of values in {1,..,n} divisible by p^2
m3 denotes the number of values in {1,..,n} divisible by p^3
...
...
mk denotes the number of values in {1,..,n} divisible by p^k

if a is divisible by p^j and not by p^j+1
that means the maximum power of p that can divide a is j ...

if p^j|a then p|a,p^2|a,p^3|a,p^4|a,...,p^j|a

that means this number a will have been counted in m1,m2,m3,m4,...,mj
t = sum of all m_i's
so a will have been counted j times in t ...

contribute an i towards t
or in other words contribute an m_i towards t
(can u see why?)

why is t=s?
set a=n and apply floor

-- AI
 



The theorem is stating that the largest exponent (s) of a prime number (p) that divides a factorial (n!) is equal to the sum of the number of multiples of p^i in the set {1,2,3,...,n}, where i ranges from 1 to k.

The proof is using the fact that if we have a number a that is a multiple of p^j, but not p^(j+1), then it will contribute j to the sum t. This is because a is counted j times in the sum (since it is a multiple of p^j) and it will contribute i (which is equal to j) towards t. This is because a is counted j times in the sum (since it is a multiple of p^j) and it will contribute i (which is equal to j) towards t.

This means that for each multiple of p^j in the set {1,2,3,...,n}, it will contribute j towards t. And since the set includes all multiples of p^j up to n, the sum t will be equal to the total number of multiples of p^j in the set. This is why t is equal to m_1 + m_2 + m_3 + ... + m_k, where k is the largest exponent of p that divides n!.

Therefore, by showing that t=s, we are proving that the largest exponent of p that divides n! is equal to the sum of the number of multiples of p^i in the set {1,2,3,...,n}. This is what the theorem (1) is stating.
 

Similar threads

  • · Replies 39 ·
2
Replies
39
Views
4K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 31 ·
2
Replies
31
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 40 ·
2
Replies
40
Views
5K
  • · Replies 8 ·
Replies
8
Views
2K