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

수학노트
둘러보기로 가기 검색하러 가기
1번째 줄: 1번째 줄:
<h5>간단한 소개</h5>
+
<h5>개요</h5>
  
* 이차인 합동식 <math>x^2\equiv a \pmod p</math> 의 해의 개수에 관련된 문제.
+
* 소수 p에 대하여, 이차인 합동식 <math>x^2\equiv a \pmod p</math> 의 해의 개수에 관련된 문제.
 
* 르장드르 부호
 
* 르장드르 부호
  
26번째 줄: 26번째 줄:
 
<h5>'상호법칙'이란</h5>
 
<h5>'상호법칙'이란</h5>
  
* 문제 : 정수계수 다항식 <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>
43번째 줄: 43번째 줄:
 
 
 
 
  
<h5>관련된 다른 주제들</h5>
+
<h5>관련된 항목들</h5>
  
 
* [[가우스 합|가우스합]]
 
* [[가우스 합|가우스합]]
97번째 줄: 97번째 줄:
  
 
*  네이버 뉴스 검색 (키워드 수정)<br>
 
*  네이버 뉴스 검색 (키워드 수정)<br>
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
+
** [http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=%EC%9E%89%EC%97%AC http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=잉여]
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
+
** [http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=%EC%9D%B4%EC%B0%A8%EC%9E%89%EC%97%AC http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=이차잉여]
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
 
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
 
 
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
 
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
  

2010년 2월 5일 (금) 19:26 판

개요
  • 소수 p에 대하여, 이차인 합동식 \(x^2\equiv a \pmod p\) 의 해의 개수에 관련된 문제.
  • 르장드르 부호

\(\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}\) 형태로 쓸 수도 있음.

 

 

'상호법칙'이란
  • 문제 : 정수계수 다항식 \(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\) 는 분해되지 않음

 

 

많이 나오는 질문

 

 

관련된 항목들

 

 

관련도서 및 추천도서

 

관련논문

 

 

관련기사

 

 

블로그