- 閱讀權限
- 95
- 最後登錄
- 12-5-20
- 精華
- 2
- UID
- 748767
- 帖子
- 919
- 積分
- 261
- 註冊時間
- 06-9-17
- 在線時間
- 880 小時
        
- UID
- 748767
- 帖子
- 919
- 積分
- 261
- Good
- 15
- 註冊時間
- 06-9-17
- 在線時間
- 880 小時
|
原帖由 kingwinner 於 10-1-18 04:05 PM 發表 
Prove n|(n − 1)! for all composite n > 4.
只諗到要用 fundamental theorem of arithmetic, 但諗唔到點 prove...
請高手賜教, thx!
let n = p x q where n > p >= q > 1
since n-1 divides n iff n = 2 for all natural number n, p < n - 1
case 1 : p > q
since n-1 > p > q, and n-1, p and q are all natural number,
p and q will appear in the factorization of (n-1)!
thus pq | (n-1)!, n | (n-1)!
case 2 : p = q
since n > 4, n = p x q = p^2
p >= 3 (if p < 3, p = 1 or 2, then n = 1 or 4, contradicts n > 4)
n = p^2
p^2-2p-1 >= 0 for p > sqrt(2)+1 ~ 2.414
p^2-2p-1 >= 0 for p >= 3
p^2-1 >= 2p for p >= 3
n-1 = p^2-1
>= 2p
thus n-1 > 2p > p > 3
p and 2p will appear in the factorization of (n-1)!
thus n | (n-1)! |
|