"최대정수함수 (가우스함수)"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
 
(사용자 2명의 중간 판 12개는 보이지 않습니다)
1번째 줄: 1번째 줄:
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">이 항목의 스프링노트 원문주소</h5>
+
==개요==
  
* [[최대정수함수 (가우스함수)]]<br>
+
* 실수 x 에 대하여 <math>\lfloor x\rfloor</math>는 <math>x</math> 이하의 최대정수를 의미한다
 +
[[파일:최대정수함수 (가우스함수)2.png]]
 +
*  예 <math>\lfloor 0.8\rfloor=0</math>, <math>\lfloor -0.2\rfloor=-1</math>
  
 
+
  
 
+
  
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">개요</h5>
+
==에르미트 항등식==
 +
*  실수 <math>x</math> 와 자연수 <math>n</math>에 대하여, 다음이 성립한다
 +
:<math>\sum_{k=0}^{n-1}\left\lfloor x+\frac{k}{n}\right\rfloor=\lfloor nx\rfloor</math>
  
* 실수 x 에 대하여 <math>\lfloor x\rfloor</math>는 <math>x</math> 이하의 최대정수를 의미한다<br>
+
   
*  예<br><math>\lfloor 0.8\rfloor=0</math><br><math>\lfloor -0.2\rfloor=-1</math><br>
 
  
 
+
==이차잉여에의 응용==
  
 
+
* 서로 소인 두 홀수 <math>p,q>0</math> 에 대하여 다음이 성립한다
 +
:<math>\sum_{i=1}^{(p-1)/2}[\frac{iq}{p}]+\sum_{j=1}^{(q-1)/2}[\frac{jp}{q}]=\frac{(p-1)(q-1)}{4}</math>
 +
* [[아이젠슈타인의 이차잉여의 상호법칙 증명]] 항목 참조
  
<h5 style="line-height: 2em; margin: 0px;">에르미트 항등식</h5>
 
  
* [x]+[x+1/n]+......[x+n-1/n] = [nx]<br>
+
   
* <math>\sum_{k=0}^{n-1}\left\lfloor x+\frac{k}{n}\right\rfloor=\lfloor nx\rfloor</math><br>
 
* http://en.wikipedia.org/wiki/Hermite%27s_identity<br>
 
  
 
+
==메모==
 +
* <math>[x]+[x+1/n]+......[x+n-1/n] = [nx]</math>
 +
  
 
 
  
 
+
==관련된 항목들==
  
<h5 style="line-height: 2em; margin: 0px;">이차잉여에의 응용</h5>
+
* [[가우스의 보조정리(Gauss's lemma)]]
 +
* [[이차잉여의 상호법칙]]
 +
  
* 서로 소인 두 양수인 홀수 p,q 에 대하여 다음이 성립한다<br><math>\sum_{i=1}^{(p-1)/2}[\frac{iq}{p}]+\sum_{j=1}^{(q-1)/2}[\frac{jp}{q}]=\frac{(p-1)(q-1)}{2}</math><br>
+
   
* [[가우스의 보조정리(Gauss's lemma)]] 와 함께 사용하면, [[이차잉여의 상호법칙]] 을 증명할 수 있다<br>
 
*  p=23, q=11 의 경우<br>[https://lh6.googleusercontent.com/mK8juhRJxlCunF1WAmwN_u7-2eksdjTUjHT7gOYYYxzLYMY-2pTFnDSw0G-R_AZvUi2byQRCGNti4EQeiH7W3wm8GgA9PUogBVg=w1600 ]<br><math>\sum_{i=1}^{(p-1)/2}[\frac{iq}{p}]</math> 은 검은색 점의 개수를 세고, <math>\sum_{j=1}^{(q-1)/2}[\frac{jp}{q}]</math> 은 빨간색 점의 개수를 센다<br>
 
  
 
+
==사전 형태의 자료==
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">역사</h5>
 
 
 
 
 
 
 
* http://www.google.com/search?hl=en&tbs=tl:1&q=
 
* [[수학사연표 (역사)|수학사연표]]
 
*  
 
 
 
 
 
 
 
 
 
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">메모</h5>
 
 
 
 
 
 
 
 
 
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">관련된 항목들</h5>
 
 
 
* [[가우스의 보조정리(Gauss's lemma)]]<br>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">수학용어번역</h5>
 
 
 
* 단어사전 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 대한수학회 수학용어한글화 게시판]
 
 
 
 
 
 
 
 
 
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">사전 형태의 자료</h5>
 
  
 
* http://ko.wikipedia.org/wiki/
 
* http://ko.wikipedia.org/wiki/
 
* http://en.wikipedia.org/wiki/Floor_and_ceiling_functions
 
* http://en.wikipedia.org/wiki/Floor_and_ceiling_functions
* http://en.wikipedia.org/wiki/
+
* [http://en.wikipedia.org/wiki/Hermite%27s_identity http://en.wikipedia.org/wiki/Hermite's_identity]
* 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=
 
 
 
 
 
 
 
 
 
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">관련논문</h5>
 
 
 
* http://www.jstor.org/action/doBasicSearch?Query=
 
* http://www.ams.org/mathscinet
 
* http://dx.doi.org/
 
 
 
 
 
 
 
 
 
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">관련도서</h5>
 
  
*  도서내검색<br>
+
==메타데이터==
** http://books.google.com/books?q=
+
===위키데이터===
** http://book.daum.net/search/contentSearch.do?query=
+
* ID :  [https://www.wikidata.org/wiki/Q215193 Q215193]
* 도서검색<br>
+
===Spacy 패턴 목록===
** http://books.google.com/books?q=
+
* [{'LOWER': 'floor'}, {'LOWER': 'and'}, {'LOWER': 'ceiling'}, {'LEMMA': 'function'}]
** http://book.daum.net/search/mainSearch.do?query=
 
** http://book.daum.net/search/mainSearch.do?query=
 

2021년 2월 17일 (수) 06:01 기준 최신판

개요

  • 실수 x 에 대하여 \(\lfloor x\rfloor\)는 \(x\) 이하의 최대정수를 의미한다

최대정수함수 (가우스함수)2.png

  • 예 \(\lfloor 0.8\rfloor=0\), \(\lfloor -0.2\rfloor=-1\)



에르미트 항등식

  • 실수 \(x\) 와 자연수 \(n\)에 대하여, 다음이 성립한다

\[\sum_{k=0}^{n-1}\left\lfloor x+\frac{k}{n}\right\rfloor=\lfloor nx\rfloor\]


이차잉여에의 응용

  • 서로 소인 두 홀수 \(p,q>0\) 에 대하여 다음이 성립한다

\[\sum_{i=1}^{(p-1)/2}[\frac{iq}{p}]+\sum_{j=1}^{(q-1)/2}[\frac{jp}{q}]=\frac{(p-1)(q-1)}{4}\]



메모

  • \([x]+[x+1/n]+......[x+n-1/n] = [nx]\)


관련된 항목들



사전 형태의 자료

메타데이터

위키데이터

Spacy 패턴 목록

  • [{'LOWER': 'floor'}, {'LOWER': 'and'}, {'LOWER': 'ceiling'}, {'LEMMA': 'function'}]