Is the Summation of lg k in log(n!) Equal to Theta (n lgn)?

In summary, to prove that n Σ lg k = Θ (n lgn), it is helpful to know that log(a)+ log(b)= log(ab). Additionally, there is no arithmetic or geometric progression involved. Using this knowledge, it can be shown that n Σ lg k < n lgn, and the biggest term in the summation is log n. To fully prove the statement, it must also be shown that n Σ lg k = Ω (n lgn).
  • #1
MzLeeTooFresh
3
0

Homework Statement


Prove that the following is true:
n
[tex]\Sigma[/tex] lg k = [tex]\Theta[/tex] (n lgn)
k=1

Homework Equations



the lg in this case is base 2

The Attempt at a Solution


i don't kno how to apply geometric or arithmetic progression to the 1st part
i was trying to substitute for k but that wasnt working out.
i'm not looking for the answer but for some guidance as to how to deal with the summation
 
Last edited:
Physics news on Phys.org
  • #2
it helps a lot to know that log(a)+ log(b)= log(ab)!

There is NO artihmetic or geometric progression here.
 
  • #3
Sum(lg k) = lg (n!)

we have n! < nn therefore

Sum(lg k) = lg (n!) < lg (nn) = nlg(n)
 
  • #4
so it would then be:
n
lg [tex]\Pi[/tex] k
k=1
?
 
  • #5
yes, just like HallsofIvy suggested lg 1 + lg 2 + ... + lg (n) = lg 1*2*3...*n = lg (n!)
 
  • #6
ok thank you
 
  • #8
MzLeeTooFresh said:
ok thank you

Two things, another, equivelant way to look at it is this:

The biggest term in: Sum(log k) is log n, since there are n terms, sum(log k) < n log n

Second, all you have shown is that sum(log k) = O(n log n), but you need to show it is BigTheta.
 
  • #9
That is, you need to find an absolute constant K and an N(K) such that if n > N(K) then K n log n < log(n!).
 

FAQ: Is the Summation of lg k in log(n!) Equal to Theta (n lgn)?

What is the summation of logarithm?

The summation of logarithm is a mathematical operation that involves adding together a series of logarithmic terms.

How is the summation of logarithm calculated?

The summation of logarithm is calculated by using the logarithmic rules of addition, such as the product rule and the power rule.

What is the purpose of using the summation of logarithm?

The summation of logarithm is commonly used in mathematical and scientific fields to simplify complex equations and make them easier to solve.

Can the summation of logarithm be applied to any type of logarithm?

Yes, the summation of logarithm can be applied to any type of logarithm, including natural logarithm, base 10 logarithm, and any other base.

Are there any special properties or identities associated with the summation of logarithm?

Yes, there are several properties and identities, such as the distributive property, the commutative property, and the associative property, that can be applied when calculating the summation of logarithm.

Back
Top