Is sqrt(n!) Irrational for n > 2?

  • Context: Graduate 
  • Thread starter Thread starter billy2908
  • Start date Start date
  • Tags Tags
    Irrational
Click For Summary

Discussion Overview

The discussion centers on whether the square root of the factorial of an integer \( n \) (specifically for \( n > 2 \)) is irrational. Participants explore various approaches to proving this, including the use of Chebyshev's theorem and induction, while considering different cases for even and odd \( n \).

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants propose using Chebyshev's theorem to find a prime \( p \) such that \( n < p < 2n \) as a basis for the proof.
  • Others suggest that the proof may differ for odd and even \( n \), indicating that the distribution of primes affects the argument.
  • A participant outlines a proof strategy involving the factors of \( n! \) and the uniqueness of the prime \( p \) in its factorization, arguing that since \( p \) appears only once, \( n! \) cannot be a perfect square.
  • Another participant provides a proof that shows \( p^2 \) does not appear in the factorization of \( n! \) for \( n = (2k)! \) and argues that this leads to the conclusion that \( n! \) is irrational.
  • There are discussions about the necessity of certain steps in the proofs, with some participants suggesting simplifications or alternative approaches.
  • A later reply introduces a new problem regarding the valuation of \( n! \) at a prime \( p \) and whether it can equal \( p \), indicating further exploration of related concepts.

Areas of Agreement / Disagreement

Participants express differing views on the necessity of induction and the treatment of even versus odd \( n \). There is no consensus on a single proof method, and multiple competing approaches are presented.

Contextual Notes

Participants rely on the Chebyshev theorem and number theory concepts, but there are unresolved assumptions regarding the implications of these theorems in the context of factorials and their properties. The discussion includes varying levels of detail in the proofs, and some steps are debated for their necessity.

Who May Find This Useful

Readers interested in number theory, mathematical proofs, and properties of factorials may find this discussion relevant.

billy2908
Messages
12
Reaction score
0
Let n>2. Where n is integer show that sqrt(n!) is irrational.

I am supposed to use the Chebyshev theorem that for n>2. There is a prime p such that n<p<2n.

So far I am up to inductive hypothesis. Assume it holds for k then show it holds for k+1.

Well if k! is irrational==> k!= 2^(e_2)***p^(e_n)

then there is one power of prime which is odd. Using number theory. But don't know any ideas how to go from there.
 
Physics news on Phys.org
billy2908 said:
Let n>2. Where n is integer show that sqrt(n!) is irrational.

I am supposed to use the Chebyshev theorem that for n>2. There is a prime p such that n<p<2n.

So far I am up to inductive hypothesis. Assume it holds for k then show it holds for k+1.

Well if k! is irrational==> k!= 2^(e_2)***p^(e_n)

then there is one power of prime which is odd. Using number theory. But don't know any ideas how to go from there.
Induction is not necessary. Assume that n = either 2k or 2k-1 with respect to the Chebyshev theorem in terms of k.
 
Last edited:
I think ramsey2879 means that the proof may be different for the cases n=odd and n=even. I've not gone through the details myself, but the idea of the proof is simple, if this helps:

Of all the numbers that make n!, namely 1.2.3...n, by Chebyschev theorem there is a prime p in the upper half (roughly speaking, between n/2 and n). The problem is that all multiples of that prime (2p, 3p, ...) are greater than n (since, if p > n/2, then 2p > n). So here you have a prime that appears only once in the factorization of n!... meaning that n! cannot be a square.
 
Dodo said:
I think ramsey2879 means that the proof may be different for the cases n=odd and n=even. I've not gone through the details myself, but the idea of the proof is simple, if this helps:

Of all the numbers that make n!, namely 1.2.3...n, by Chebyschev theorem there is a prime p in the upper half (roughly speaking, between n/2 and n). The problem is that all multiples of that prime (2p, 3p, ...) are greater than n (since, if p > n/2, then 2p > n). So here you have a prime that appears only once in the factorization of n!... meaning that n! cannot be a square.
Darn, I expected the Op to figure this out for himself!
 
Thanks I got it. But I did it a bit differently so proof as follows:

Let n!=(2k)!
Let's name the set N={1,2,3,...,k,...p,...,2k} basically all the factors of n!
p is a prime between k and 2k which is true by Chebyshev (we're not ask to show this thank god)

-First we show that p does not appear twice since p>k ==> 2p>2k so 2p is not in N.
-But we also show p^2 is not in N as well.
Basically I used induction to show p^2>2k when k>2. Therefore p only appears once and is only power to the one.


Hence since there is a power of prime that is not divisible by 2 (since p=p^1) ==> n! is irrational.

(Similar for n!=(2k+1)! I'll left it out).
 
billy2908 said:
Thanks I got it. But I did it a bit differently so proof as follows:

Let n!=(2k)!
Let's name the set N={1,2,3,...,k,...p,...,2k} basically all the factors of n!
p is a prime between k and 2k which is true by Chebyshev (we're not ask to show this thank god)

-First we show that p does not appear twice since p>k ==> 2p>2k so 2p is not in N.
-But we also show p^2 is not in N as well.
Basically I used induction to show p^2>2k when k>2. Therefore p only appears once and is only power to the one.


Hence since there is a power of prime that is not divisible by 2 (since p=p^1) ==> n! is irrational.
(Similar for n!=(2k+1)! I'll left it out).
Good work. One thought though; since you showed that 2p > 2k then, as all other multiples of p such as p^2 are greater than 2p for p> 2, all multiples of p are necessarily > n. Also, for a prime p in n! to be squared, only p and 2p need appear in N since p*2p = 2p^2. Therefore, your effort to show that p^2 > n was needless. Overall though a good proof for one relatively new to number theory.

Edit, here is a new problem for the op that is a little bit tougher:
If p is prime, show that p^p will never appear in the prime factorization of n!
Have fun solving this!
 
Last edited:
by "appear" do you mean that the valuation (exponent) of n! at p will never be exactly equal to p?
 
mathwonk said:
by "appear" do you mean that the valuation (exponent) of n! at p will never be exactly equal to p?
Yes, The exponent will skip from (p-1) to (p+1) in the valuation of n! at p.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
8
Views
5K
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 11 ·
Replies
11
Views
3K