"이차잉여의 상호법칙"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
1번째 줄: 1번째 줄:
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">이 항목의 스프링노트 원문주소</h5>
+
==개요==
 
 
* [[이차잉여의 상호법칙]]
 
 
 
 
 
 
 
 
 
 
 
<h5>개요</h5>
 
  
 
* 정수 a를 소수 p로 나눈 나머지가 어떤 완전제곱수를 p로 나눈 나머지와 같으면 이차잉여라 한다
 
* 정수 a를 소수 p로 나눈 나머지가 어떤 완전제곱수를 p로 나눈 나머지와 같으면 이차잉여라 한다
 
* 소수 p에 대하여, 이차합동식 <math>x^2\equiv a \pmod p</math> 의 해의 개수에 관련된 문제로 볼 수 있다
 
* 소수 p에 대하여, 이차합동식 <math>x^2\equiv a \pmod p</math> 의 해의 개수에 관련된 문제로 볼 수 있다
  
 
+
  
 
+
  
<h5>이차잉여</h5>
+
==이차잉여==
  
 
* [[합동식 (모듈로 modulo 연산)]]
 
* [[합동식 (모듈로 modulo 연산)]]
26번째 줄: 18번째 줄:
 
** 7로 나눈 나머지가 1,2,4 인 정수
 
** 7로 나눈 나머지가 1,2,4 인 정수
  
 
+
  
 
+
  
<h5>'상호법칙(reciprocity law)'이란</h5>
+
=='상호법칙 (reciprocity law)'이란==
  
 
* 문제 : 정수계수 다항식 <math>f(x)</math>를 <math>\pmod p</math>로 생각할 때 어떻게 인수분해되는가
 
* 문제 : 정수계수 다항식 <math>f(x)</math>를 <math>\pmod p</math>로 생각할 때 어떻게 인수분해되는가
 
* 인수분해되는 방식에 따라서 <math>p</math>가 만족시키는 조건을 기술하는 것이 '상호법칙'
 
* 인수분해되는 방식에 따라서 <math>p</math>가 만족시키는 조건을 기술하는 것이 '상호법칙'
* <math>f(x)=x^2-5</math>라면,  홀수인 <math>p</math>에 대하여 이차잉여의 상호법칙을 사용하여 다음을 확인할 수 있다<br><math>p\equiv 1,4 \pmod 5</math> 인 경우, <math>f(x) \pmod p</math> 는 두 개의 일차식으로 분해됨<br><math>p\equiv 2,3 \pmod 5</math> 인 경우, <math>f(x) \pmod p</math> 는 분해되지 않음<br>
+
* <math>f(x)=x^2-5</math>라면, 홀수인 <math>p</math>에 대하여 이차잉여의 상호법칙을 사용하여 다음을 확인할 수 있다<br><math>p\equiv 1,4 \pmod 5</math> 인 경우, <math>f (x) \pmod p</math> 는 두 개의 일차식으로 분해됨<br><math>p\equiv 2,3 \pmod 5</math> 인 경우, <math>f (x) \pmod p</math> 는 분해되지 않음<br>
 
* [[정수론에서의 상호법칙 (reciprocity laws)]] 항목 참조
 
* [[정수론에서의 상호법칙 (reciprocity laws)]] 항목 참조
  
 
+
  
 
+
  
<h5>르장드르 부호</h5>
+
==르장드르 부호==
  
 
* [[르장드르 부호와 자코비 부호]]
 
* [[르장드르 부호와 자코비 부호]]
47번째 줄: 39번째 줄:
 
<math>\left(\frac{a}{p}\right)  =  \begin{cases} \;\;\,0\mbox{ if } a \equiv 0 \pmod{p} \\+1\mbox{ if }a \not\equiv 0\pmod{p} \mbox{ and for some integer }x, \;a\equiv x^2\pmod{p} \\-1\mbox{ if there is no such } x.  \end{cases}</math>
 
<math>\left(\frac{a}{p}\right)  =  \begin{cases} \;\;\,0\mbox{ if } a \equiv 0 \pmod{p} \\+1\mbox{ if }a \not\equiv 0\pmod{p} \mbox{ and for some integer }x, \;a\equiv x^2\pmod{p} \\-1\mbox{ if there is no such } x.  \end{cases}</math>
  
 
+
  
 
+
  
<h5>정리</h5>
+
==정리==
  
 
(정리) 이차잉여의 상호법칙
 
(정리) 이차잉여의 상호법칙
57번째 줄: 49번째 줄:
 
홀수인 서로 다른 소수 p, q에 대하여,
 
홀수인 서로 다른 소수 p, q에 대하여,
  
 <math>\left(\frac{p}{q}\right) \left(\frac{q}{p}\right) = (-1)^{(p-1)(q-1)/4}</math>
+
<math>\left(\frac{p}{q}\right) \left(\frac{q}{p}\right) = (-1)^{(p-1)(q-1)/4}</math>
  
 
+
  
 
<math>\left(\frac{p}{q}\right) = \begin{cases}  +\left(\frac{q}{p}\right)\mbox{ if }p\equiv 1 \pmod{4} \mbox{ or } q \equiv 1 \pmod{4} \\-\left(\frac{q}{p}\right)\mbox{ if } p\equiv q \equiv 3 \pmod{4} \end{cases}</math> 형태로 쓸 수도 있음.
 
<math>\left(\frac{p}{q}\right) = \begin{cases}  +\left(\frac{q}{p}\right)\mbox{ if }p\equiv 1 \pmod{4} \mbox{ or } q \equiv 1 \pmod{4} \\-\left(\frac{q}{p}\right)\mbox{ if } p\equiv q \equiv 3 \pmod{4} \end{cases}</math> 형태로 쓸 수도 있음.
  
 
+
  
 
+
  
<h5>역사</h5>
+
==역사==
  
 
* 1796년 가우스에 의해 처음으로 증명
 
* 1796년 가우스에 의해 처음으로 증명
73번째 줄: 65번째 줄:
 
* [[수학사연표 (역사)|수학사연표]]
 
* [[수학사연표 (역사)|수학사연표]]
  
 
+
  
 
+
  
<h5>메모</h5>
+
==메모==
  
 
* http://mathoverflow.net/questions/1420/whats-the-best-proof-of-quadratic-reciprocity
 
* http://mathoverflow.net/questions/1420/whats-the-best-proof-of-quadratic-reciprocity
 
* http://mathoverflow.net/questions/43240/what-is-the-l-function-version-of-quadratic-reciprocity
 
* http://mathoverflow.net/questions/43240/what-is-the-l-function-version-of-quadratic-reciprocity
* 네이버 지식인<br>
+
* http://kin.search.naver.com/search.naver?where=kin_qna&query=이차잉여
** [http://kin.search.naver.com/search.naver?where=kin_qna&query=%EC%9D%B4%EC%B0%A8%EC%9E%89%EC%97%AC ][http://kin.search.naver.com/search.naver?where=kin_qna&query=%EC%9D%B4%EC%B0%A8%EC%9E%89%EC%97%AC http://kin.search.naver.com/search.naver?where=kin_qna&query=이차잉여]
+
  
 
+
  
 
+
==관련된 항목들==
 
 
<h5>관련된 항목들</h5>
 
  
 
* [[가우스 합|가우스합]]
 
* [[가우스 합|가우스합]]
97번째 줄: 87번째 줄:
 
* [[자코비 세타함수|세타함수]]
 
* [[자코비 세타함수|세타함수]]
  
 
+
  
 
+
  
<h5>매스매티카 파일 및 계산 리소스</h5>
+
==매스매티카 파일 및 계산 리소스==
  
 
* https://docs.google.com/leaf?id=0B8XXo8Tve1cxMTVkNzg5MzAtMDAxZi00YWFmLWJkMGMtMTY2ZWY2NjlhMGYw&sort=name&layout=list&num=50
 
* https://docs.google.com/leaf?id=0B8XXo8Tve1cxMTVkNzg5MzAtMDAxZi00YWFmLWJkMGMtMTY2ZWY2NjlhMGYw&sort=name&layout=list&num=50
111번째 줄: 101번째 줄:
 
* [[매스매티카 파일 목록]]
 
* [[매스매티카 파일 목록]]
  
 
+
  
 
+
  
<h5>사전 형태의 자료</h5>
+
==사전 형태의 자료==
  
 
* http://ko.wikipedia.org/wiki/
 
* http://ko.wikipedia.org/wiki/
 
* http://en.wikipedia.org/wiki/quadratic_residue
 
* http://en.wikipedia.org/wiki/quadratic_residue
  
 
+
  
 
+
  
<h5>관련도서</h5>
+
==관련도서==
  
 
* Avner Ash, Robert Gross [http://www.amazon.com/Fearless-Symmetry-Exposing-Patterns-Numbers/dp/0691124922 Fearless Symmetry: Exposing the Hidden Patterns of Numbers]
 
* Avner Ash, Robert Gross [http://www.amazon.com/Fearless-Symmetry-Exposing-Patterns-Numbers/dp/0691124922 Fearless Symmetry: Exposing the Hidden Patterns of Numbers]
135번째 줄: 125번째 줄:
 
** http://book.daum.net/search/contentSearch.do?query=
 
** http://book.daum.net/search/contentSearch.do?query=
 
*  도서검색<br>
 
*  도서검색<br>
** http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Dstripbooks&field-keywords=
+
** http://www.amazon.com/s/ref=nb_ss _gw?url=search-alias %3 Dstripbooks&field-keywords=
 
** http://book.daum.net/search/mainSearch.do?query=
 
** http://book.daum.net/search/mainSearch.do?query=
  
 
+
  
<h5>관련논문</h5>
+
==관련논문==
  
* [http://www.math.kth.se/%7Eakarl/langmemorial.pdf Applications of heat kernels on abelian groups: ζ(2n), quadratic reciprocity, Bessel integrals]<br>
+
* [http://www.math.kth.se/%7Eakarl/langmemorial.pdf Applications of heat kernels on abelian groups: \[Zeta](2n), quadratic reciprocity, Bessel integrals]<br>
 
** Anders Karlsson
 
** Anders Karlsson
 
* [http://www.jstor.org/stable/2322482 Quadratic Reciprocity: Its Conjecture and Application]<br>
 
* [http://www.jstor.org/stable/2322482 Quadratic Reciprocity: Its Conjecture and Application]<br>
** David A. Cox, <cite>The American Mathematical Monthly</cite>, Vol. 95, No. 5 (May, 1988), pp. 442-448
+
** David A. Cox, <cite>The American Mathematical Monthly</cite>, Vol. 95, No. 5 (May, 1988), pp. 442-448
 
* Harold M. Edwards, [http://www.jstor.org/stable/2690368 Euler and Quadratic Reciprocity]<cite>Mathematics Magazine</cite>, Vol. 56, No. 5 (Nov., 1983), pp. 285-291
 
* Harold M. Edwards, [http://www.jstor.org/stable/2690368 Euler and Quadratic Reciprocity]<cite>Mathematics Magazine</cite>, Vol. 56, No. 5 (Nov., 1983), pp. 285-291
 
* [http://www.jstor.org/stable/2690080 Why Study Equations over Finite Fields?]<br>
 
* [http://www.jstor.org/stable/2690080 Why Study Equations over Finite Fields?]<br>
** Neal Koblitz, <cite>Mathematics Magazine</cite>, Vol. 55, No. 3 (May, 1982), pp. 144-149
+
** Neal Koblitz, <cite>Mathematics Magazine</cite>, Vol. 55, No. 3 (May, 1982), pp. 144-149
 
* [http://www.jstor.org/stable/2317083 What is a Reciprocity Law?]<br>
 
* [http://www.jstor.org/stable/2317083 What is a Reciprocity Law?]<br>
** B. F. Wyman, <cite style="line-height: 2em;">The American Mathematical Monthly</cite>, Vol. 79, No. 6 (Jun. - Jul., 1972), pp. 571-586
+
** B. F. Wyman, <cite style="line-height: 2em;">The American Mathematical Monthly</cite>, Vol. 79, No. 6 (Jun. - Jul., 1972), pp. 571-586
 
* [http://www.jstor.org/stable/3219217 Theorems on Quadratic Residues]<br>
 
* [http://www.jstor.org/stable/3219217 Theorems on Quadratic Residues]<br>
** Albert Leon Whiteman, <cite style="line-height: 2em;">Mathematics Magazine</cite>, Vol. 23, No. 2 (Nov. - Dec., 1949), pp. 71-74
+
** Albert Leon Whiteman, <cite style="line-height: 2em;">Mathematics Magazine</cite>, Vol. 23, No. 2 (Nov. - Dec., 1949), pp. 71-74
* [http://ko.wikipedia.org/wiki/%EC%9D%B4%EC%B0%A8%EC%9E%89%EC%97%AC http://ko.wikipedia.org/wiki/이차잉여]
+
 
 +
 
 +
==사전 형태의 참고자료
 +
* http://ko.wikipedia.org/wiki/이차잉여
 
* http://en.wikipedia.org/wiki/quadratic_reciprocity
 
* http://en.wikipedia.org/wiki/quadratic_reciprocity
  
 
+
  
 
+
  
<h5>블로그</h5>
+
==블로그==
  
* 구글 블로그 검색 [http://blogsearch.google.com/blogsearch?q=%EC%9D%B4%EC%B0%A8%EC%9E%89%EC%97%AC http://blogsearch.google.com/blogsearch?q=이차잉여]
+
* http://blogsearch.google.com/blogsearch?q=이차잉여

2012년 9월 13일 (목) 18:42 판

개요

  • 정수 a를 소수 p로 나눈 나머지가 어떤 완전제곱수를 p로 나눈 나머지와 같으면 이차잉여라 한다
  • 소수 p에 대하여, 이차합동식 \(x^2\equiv a \pmod p\) 의 해의 개수에 관련된 문제로 볼 수 있다



이차잉여

  • 합동식 (모듈로 modulo 연산)
  • 소수 3에 대한 이차잉여
    • 3으로 나눈 나머지가 1인수
  • 소수 5에 대한 이차잉여
    • 5로 나눈 나머지가 1 또는 4
  • 소수 7에 대한 이차잉여
    • 7로 나눈 나머지가 1,2,4 인 정수



'상호법칙 (reciprocity law)'이란

  • 문제 : 정수계수 다항식 \(f(x)\)를 \(\pmod p\)로 생각할 때 어떻게 인수분해되는가
  • 인수분해되는 방식에 따라서 \(p\)가 만족시키는 조건을 기술하는 것이 '상호법칙'
  • \(f(x)=x^2-5\)라면, 홀수인 \(p\)에 대하여 이차잉여의 상호법칙을 사용하여 다음을 확인할 수 있다
    \(p\equiv 1,4 \pmod 5\) 인 경우, \(f (x) \pmod p\) 는 두 개의 일차식으로 분해됨
    \(p\equiv 2,3 \pmod 5\) 인 경우, \(f (x) \pmod p\) 는 분해되지 않음
  • 정수론에서의 상호법칙 (reciprocity laws) 항목 참조



르장드르 부호

\(\left(\frac{a}{p}\right) = \begin{cases} \;\;\,0\mbox{ if } a \equiv 0 \pmod{p} \\+1\mbox{ if }a \not\equiv 0\pmod{p} \mbox{ and for some integer }x, \;a\equiv x^2\pmod{p} \\-1\mbox{ if there is no such } x. \end{cases}\)



정리

(정리) 이차잉여의 상호법칙

홀수인 서로 다른 소수 p, q에 대하여,

\(\left(\frac{p}{q}\right) \left(\frac{q}{p}\right) = (-1)^{(p-1)(q-1)/4}\)


\(\left(\frac{p}{q}\right) = \begin{cases} +\left(\frac{q}{p}\right)\mbox{ if }p\equiv 1 \pmod{4} \mbox{ or } q \equiv 1 \pmod{4} \\-\left(\frac{q}{p}\right)\mbox{ if } p\equiv q \equiv 3 \pmod{4} \end{cases}\) 형태로 쓸 수도 있음.



역사



메모



관련된 항목들



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



사전 형태의 자료



관련도서


관련논문


==사전 형태의 참고자료



블로그