I have been thinking about the Least Common Multiple and how it compares to n!
For n={1,2,3,4,5,6}, the lcm for n! is greater than √n!.
Is this always the case?
I would be interested in understanding how to analyze this.
Here's the thinking about this that I've done to this point:
Let v(p,n) be the highest power of p that is less or equal to n.
The least common multiple for n! is:
∏p≤npv(p,n)
I find it is much easier to reason about (x+n)!x! where I find in all cases:
(x+n)!x!∏p≤npv(p,x+n)≤(n−1)!
But applying this to the case of n! is not interesting:
n!∏p≤npv(p,n)≤(n−1)!
- the lcm of n! increases each time a higher power or a prime is encountered.
- Primes get rarer as n increases.
- Larger powers of primes also get rarer as n increases.
What method would be used to compare the lcm of n! with √n!? Under what conditions would the lcm of n! be less than √n!?
Answer
Let Ln=lcm(1,2,…,n). Then lnLn=ψ(n) where
ψ(n)=∑p≤n⌊lnnlnp⌋lnp.
It is well-known that the Prime Number Theorem implies ψ(n)∼n.
By Stirling log√n! grows faster. Eventually Ln<√n!
for all large n.
No comments:
Post a Comment