"데데킨트 합"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
1번째 줄: 1번째 줄:
 
<h5 style="line-height: 3.428em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic', dotum, gulim, sans-serif; font-size: 1.166em; background-image: ; background-color: initial; background-position: 0px 100%;">간단한 소개</h5>
 
<h5 style="line-height: 3.428em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic', dotum, gulim, sans-serif; font-size: 1.166em; background-image: ; background-color: initial; background-position: 0px 100%;">간단한 소개</h5>
  
 
+
*  다음과 같이 sawtooth 함수를 정의하자<br><math>\left((x)\right)= \begin{cases} x-\lfloor x\rfloor - 1/2 & \mbox{ if }x\in\mathbb{R}\setminus\mathbb{Z} \\ 0 & \mbox{ if } x\in\mathbb{Z} \end{cases}</math>   <br>
 
 
<math>\left((x)\right)= \begin{cases} x-\lfloor x\rfloor - 1/2 & \mbox{ if }x\in\mathbb{R}\setminus\mathbb{Z} \\ 0 & \mbox{ if } x\in\mathbb{Z} \end{cases}</math>
 
  
 
 
 
 
 
<math>D(a,b;c)=\sum_{n\mod c} \left( \left( \frac{an}{c} \right) \right)  \left( \left( \frac{bn}{c} \right) \right)</math>
 
  
 
<math>s(h,k)=D(1,h;k)=\sum_{n\mod c} \left( \left( \frac{n}{c} \right) \right)  \left( \left( \frac{hn}{c} \right) \right)</math>
 
<math>s(h,k)=D(1,h;k)=\sum_{n\mod c} \left( \left( \frac{n}{c} \right) \right)  \left( \left( \frac{hn}{c} \right) \right)</math>
17번째 줄: 13번째 줄:
 
<h5 style="line-height: 2em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;">상호법칙</h5>
 
<h5 style="line-height: 2em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;">상호법칙</h5>
  
(정리) 데데킨트<br>
+
 
  
서로 소인 정수 <math>b</math>와 <math>c</math>에 대하여 다음이 성립한다.<br>
+
(정리) 데데킨트<br> 서로 소인 정수 <math>b</math>와 <math>c</math>에 대하여 다음이 성립한다.
  
 
<math>s(b,c)+s(c,b) =\frac{1}{12}\left(\frac{b}{c}+\frac{1}{bc}+\frac{c}{b}\right)-\frac{1}{4}</math>
 
<math>s(b,c)+s(c,b) =\frac{1}{12}\left(\frac{b}{c}+\frac{1}{bc}+\frac{c}{b}\right)-\frac{1}{4}</math>
27번째 줄: 23번째 줄:
 
 
 
 
  
 
+
<h5 style="line-height: 2em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;">일반화</h5>
 +
 
 +
<math>D(a,b;c)=\sum_{n\mod c} \left( \left( \frac{an}{c} \right) \right)  \left( \left( \frac{bn}{c} \right) \right)</math>
  
 
 
 
 
105번째 줄: 103번째 줄:
  
 
* [http://www.jstor.org/stable/2316571?&Search=yes&term=Emil&term=Grosswald,&term=,&term="Dedekind-Rademacher+sums"&list=hide&searchUri=/action/doBasicSearch%3FQuery%3DEmil%2BGrosswald%252C%2B%2522%2BDedekind-Rademacher%2Bsums%2B%2522%252C%26x%3D0%26y%3D0%26wc%3Don&item=1&ttl=3&returnArticleService=showArticle Dedekind-Rademacher Sums]<br>
 
* [http://www.jstor.org/stable/2316571?&Search=yes&term=Emil&term=Grosswald,&term=,&term="Dedekind-Rademacher+sums"&list=hide&searchUri=/action/doBasicSearch%3FQuery%3DEmil%2BGrosswald%252C%2B%2522%2BDedekind-Rademacher%2Bsums%2B%2522%252C%26x%3D0%26y%3D0%26wc%3Don&item=1&ttl=3&returnArticleService=showArticle Dedekind-Rademacher Sums]<br>
** Emil Grosswald
+
** Emil Grosswald, The American Mathematical Monthly, Vol. 78, No. 6 (Jun. - Jul., 1971), pp. 639-644
** The American Mathematical Monthly, Vol. 78, No. 6 (Jun. - Jul., 1971), pp. 639-644
 
 
* http://ko.wikipedia.org/wiki/
 
* http://ko.wikipedia.org/wiki/
 
* http://en.wikipedia.org/wiki/Dedekind_sum
 
* http://en.wikipedia.org/wiki/Dedekind_sum

2009년 8월 13일 (목) 21:14 판

간단한 소개
  • 다음과 같이 sawtooth 함수를 정의하자
    \(\left((x)\right)= \begin{cases} x-\lfloor x\rfloor - 1/2 & \mbox{ if }x\in\mathbb{R}\setminus\mathbb{Z} \\ 0 & \mbox{ if } x\in\mathbb{Z} \end{cases}\)   

 

\(s(h,k)=D(1,h;k)=\sum_{n\mod c} \left( \left( \frac{n}{c} \right) \right) \left( \left( \frac{hn}{c} \right) \right)\)

 

 

상호법칙

 

(정리) 데데킨트
서로 소인 정수 \(b\)와 \(c\)에 대하여 다음이 성립한다.

\(s(b,c)+s(c,b) =\frac{1}{12}\left(\frac{b}{c}+\frac{1}{bc}+\frac{c}{b}\right)-\frac{1}{4}\)

 

 

일반화

\(D(a,b;c)=\sum_{n\mod c} \left( \left( \frac{an}{c} \right) \right) \left( \left( \frac{bn}{c} \right) \right)\)

 

상위 주제

 

 

 

하위페이지

 

 

재미있는 사실

 

 

역사
많이 나오는 질문과 답변

 

관련된 고교수학 또는 대학수학
  •  

 

관련된 다른 주제들

 

관련도서 및 추천도서

 

 

수학용어번역

 

참고할만한 자료

 

 

관련기사

 

 

블로그

 

이미지 검색

 

동영상