"소수의 무한성"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
1번째 줄: 1번째 줄:
==이 항목의 스프링노트 원문주소==
 
 
* [[소수의 무한성]]
 
 
 
 
 
 
 
 
 
==개요==
 
==개요==
  
49번째 줄: 41번째 줄:
 
 
 
 
  
==기타 여러 가지 증명들==
+
* 다음이 성립한다
 +
$$\sum_{p\le N} \frac{1}{p}\sim \log\log N$$
  
* http://wiessen.tistory.com/291 <br>
 
  
 
+
==기타 여러 가지 증명들==
 
 
==재미있는 사실==
 
 
 
 
 
 
 
* Math Overflow http://mathoverflow.net/search?q=
 
* 네이버 지식인 http://kin.search.naver.com/search.naver?where=kin_qna&query=
 
 
 
 
 
 
 
 
 
 
 
==역사==
 
 
 
 
 
 
 
* http://www.google.com/search?hl=en&tbs=tl:1&q=
 
* [[수학사 연표]]
 
*  
 
 
 
 
 
 
 
 
 
 
 
==메모==
 
 
 
 
 
  
 +
* http://wiessen.tistory.com/291 
 
 
 
 
  
89번째 줄: 55번째 줄:
 
* [[루트2는 무리수이다]]
 
* [[루트2는 무리수이다]]
  
 
 
 
 
 
 
==수학용어번역==
 
 
* 단어사전 http://www.google.com/dictionary?langpair=en|ko&q=
 
* 발음사전 http://www.forvo.com/search/
 
* [http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=&fstr= 대한수학회 수학 학술 용어집]<br>
 
** http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=eng_term&fstr=
 
* [http://www.nktech.net/science/term/term_l.jsp?l_mode=cate&s_code_cd=MA 남·북한수학용어비교]
 
* [http://kms.or.kr/home/kor/board/bulletin_list_subject.asp?bulletinid=%7BD6048897-56F9-43D7-8BB6-50B362D1243A%7D&boardname=%BC%F6%C7%D0%BF%EB%BE%EE%C5%E4%B7%D0%B9%E6&globalmenu=7&localmenu=4 대한수학회 수학용어한글화 게시판]
 
 
 
 
 
 
 
 
==사전 형태의 자료==
 
 
* http://ko.wikipedia.org/wiki/
 
* http://en.wikipedia.org/wiki/
 
* http://www.wolframalpha.com/input/?i=
 
* [http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions]
 
* [http://www.research.att.com/%7Enjas/sequences/index.html The On-Line Encyclopedia of Integer Sequences]<br>
 
** http://www.research.att.com/~njas/sequences/?q=
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 
+
==매스매티카 파일 및 계산 리소스==
 
+
* https://docs.google.com/file/d/0B8XXo8Tve1cxZnpTZmxZazVwdWM/edit
 
 
 
 
 
 
 
 
 
 
  
==블로그==
 
 
[[분류:소수]]
 
[[분류:소수]]

2013년 12월 1일 (일) 04:53 판

개요

 

 

유클리드의 증명

(정리) 소수는 무한히 많다

(증명)

소수의 개수가 유한하다고 가정하고, \(p_1, p_2, \cdots ,p_r\) 가 모든 소수의 목록이라 하자.

자연수 \(N=p_1p_2\cdots p_r+1\) 을 정의하자.

\(N\)은 각 소수 \(p_i\)로 나누어 나머지가 1이므로, 1과 자신 이외의 약수를 가지지 않는다. 따라서 \(N\)은 소수이다.

한편 N은 \(p_1, p_2, \cdots ,p_r\)와 같지 않으므로, 기존의 목록에 있지 않은 새로운 소수가 된다. 모순. ■

 

 

오일러의 해석학적 증명

\(\sum_{n\geq 1}\frac{1}{n^s}= \left(1 + \frac{1}{2^s} + \frac{1}{4^s} + \cdots \right) \left(1 + \frac{1}{3^s} + \frac{1}{9^s} + \cdots \right) \cdots \left(1 + \frac{1}{p^s} + \frac{1}{p^{2s}} + \cdots \right) \cdots\)

\(\zeta(s) =\prod_{p \text{:prime}} \frac{1}{1-p^{-s}}\)

\(\log \zeta(s) = \log \prod_{p \text{:prime}} \frac{1}{1-p^{-s}} =\sum_{p \text{:prime}} -\log (1-p^{-s})\)

\(\log(1+x) \approx x\)

\(\log \zeta(s) = \sum_{p \text{:prime}} -\log (1-p^{-s})\approx \sum_{p \text{:prime}} \ p^{-s}=\sum_{p \text{:prime}} \frac{1}{p^s}\)

\(\sum_{p \text{:prime}} \frac{1}{p}=\infty\)

 

  • 다음이 성립한다

$$\sum_{p\le N} \frac{1}{p}\sim \log\log N$$


기타 여러 가지 증명들

 

관련된 항목들


매스매티카 파일 및 계산 리소스