Difference between revisions of "Number theory"

(Famous Unsolved Number Theory Problems)
(E-Book)
(46 intermediate revisions by 20 users not shown)
Line 1: Line 1:
'''Number theory''' is the field of [[mathematics]] associated with studying the [[integers]].
+
'''Number theory''' is the field of [[mathematics]] associated with studying the properties and identities of [[ integer]]s.  
  
 +
==Overview==
 +
Number theory is a broad topic, and may cover many diverse subtopics, such as:
 +
*[[Modular arithmetic]]
 +
*[[Prime number]]s
 +
Some branches of number theory may only deal with a certain subset of the real numbers, such as [[integer]]s, [[positive]] numbers, [[natural number]]s, [[rational number]]s, etc. Some [[algebra]]ic topics such as [[Diophantine]] equations as well as some theorems concerning integer manipulation (like the [[Chicken McNugget Theorem ]]) are sometimes considered number theory.
  
== Introductory Topics ==
+
== Student Guides to Number Theory ==
The following topics make a good introduction to number theory.
+
* '''[[Number theory/Introduction | Introductory topics in number theory]]'''
* [[Prime number | Primes]]
+
** Covers different kinds of integers such as [[prime number]]s, [[composite number]]s, and their relationships ([[multiple|multiples]], [[divisor|divisors]], and more).  Also includes [[base number]]s and [[modular arithmetic]].
** [[Sieve of Eratosthenes]]
+
* '''[[Number theory/Intermediate | Intermediate topics in number theory]]'''
** [[Prime factorization]]
+
* '''[[Number theory/Olympiad | Olympiad topics in number theory]]'''
* [[Composite number | Composite numbers]]
+
* '''[[Number theory/Advanced topics | Advanced topics in number theory]]'''
* [[Divisibility]]
 
** [[Divisor]]s
 
*** [[Common divisor]]s
 
**** [[Greatest common divisor]]s
 
*** [[Counting divisors]]
 
** [[Multiples]]
 
*** [[Common multiple]]s
 
**** [[Least common multiple]]s
 
* [[Division Theorem]] (the Division Algorithm)
 
* [[Base numbers]]
 
* [[Diophantine equations]]
 
** [[Simon's Favorite Factoring Trick]]
 
* [[Modular arithmetic]]
 
** [[Linear congruence]]
 
  
 +
== Resources ==
 +
=== Books ===
 +
* Introductory
 +
** ''the Art of Problem Solving Introduction to Number Theory'' by [[Mathew Crawford]] [http://www.artofproblemsolving.com/Books/AoPS_B_Item.php?page_id=10 (details)]
 +
** ''Elementary Number Theory: A Problem Oriented Approach '' by [[Joe Roberts]] [http://www.amazon.com/exec/obidos/ASIN/0262680289 (details)] Out of print but if you can find it in a library or used, you might love it and learn a lot. Writen caligraphically by the author.
 +
* General Interest
 +
** ''Fermat's Enigma'' by Simon Singh [http://www.amazon.com/exec/obidos/ASIN/0385493622/artofproblems-20 (details)]
 +
** ''Music of the Primes'' by Marcus du Sautoy [http://www.amazon.com/exec/obidos/ASIN/0066210704/artofproblems-20 (details)]
 +
** ''104 Number Theory Problems'' by Titu Andreescu, Dorin Andrica, Zuming Feng
  
 +
=== E-Book ===
 +
* [https://www.math.muni.cz/~bulik/vyuka/pen-20070711.pdf ''Problems in Elementary Number Theory'' by Hojoo Lee]
 +
* [https://numbertheoryguy.com/publications/olympiad-number-theory-book/ ''Intermediate Number Theory'' by Justin Stevens]
 +
* [http://artofproblemsolving.com/articles/files/SatoNT.pdf ''Number Theory'' by Naoki Sato]
  
== Intermediate Topics ==
+
=== Online Courses===
An intermediate level of study involves many of the topics of introductory number theory, but involves an infusion of [[mathematical problem solving]] as well as [[algebra]].
+
*Introductory Number Theory
* [[Diophantine equations]]
+
** [https://thepuzzlr.com/courses/introduction-to-number-theory-course/ Introduction to Number Theory]
** [[Pell equation | Pell equations]]
+
* Intermediate
** [[Simon's Favorite Factoring Trick]]
+
** [https://artofproblemsolving.com/school/course/catalog/intermediate-numbertheory Intermediate Number Theory]
* [[Euclidean algorithm]]
 
* [[Modular arithmetic]]
 
** [[Linear congruence]]
 
*** [[Chinese Remainder Theorem]]
 
** [[Euler's Totient Theorem]]
 
** [[Fermat's Little Theorem]]
 
** [[Wilson's Theorem]]
 
 
 
 
 
== Olympiad Topics ==
 
An Olympiad level of study involves familiarity with intermediate topics to a high level, a few new topics, and a highly developed [[proof writing]] ability.
 
* [[Diophantine equations]]
 
** [[Pell equation | Pell equations]]
 
** [[Simon's Favorite Factoring Trick]]
 
* [[Modular arithmetic]]
 
** [[Linear congruence]]
 
*** [[Chinese Remainder Theorem]]
 
** [[Euler's Totient Theorem]]
 
** [[Fermat's Little Theorem]]
 
** [[Wilson's Theorem]]
 
** [[Quadratic reciprocity]]
 
 
 
=== Resources ===
 
 
 
* [http://www.artofproblemsolving.com/Resources/Papers/SatoNT.pdf Number Theory by Naoki Sato]
 
 
 
  
 
== Other Topics of Interest ==
 
== Other Topics of Interest ==
Line 61: Line 39:
  
 
* [[Fermat's Last Theorem]]
 
* [[Fermat's Last Theorem]]
 
  
  
 
=== Famous Unsolved Number Theory Problems ===
 
=== Famous Unsolved Number Theory Problems ===
* [[Birch and Swinnerson-Dyer Conjecture]]
+
* [[Birch and Swinnerton-Dyer conjecture]]
 
* [[Collatz Problem]]
 
* [[Collatz Problem]]
 
* [[Goldbach Conjecture]]
 
* [[Goldbach Conjecture]]
 
* [[Riemann Hypothesis]]
 
* [[Riemann Hypothesis]]
 
* [[Twin Prime Conjecture]]
 
* [[Twin Prime Conjecture]]
 +
 +
[[Category:Number theory]]
 +
[[Category:Definition]]
 +
[[Category:Mathematics]]

Revision as of 17:39, 22 March 2021

Number theory is the field of mathematics associated with studying the properties and identities of integers.

Overview

Number theory is a broad topic, and may cover many diverse subtopics, such as:

Some branches of number theory may only deal with a certain subset of the real numbers, such as integers, positive numbers, natural numbers, rational numbers, etc. Some algebraic topics such as Diophantine equations as well as some theorems concerning integer manipulation (like the Chicken McNugget Theorem ) are sometimes considered number theory.

Student Guides to Number Theory

Resources

Books

  • Introductory
    • the Art of Problem Solving Introduction to Number Theory by Mathew Crawford (details)
    • Elementary Number Theory: A Problem Oriented Approach by Joe Roberts (details) Out of print but if you can find it in a library or used, you might love it and learn a lot. Writen caligraphically by the author.
  • General Interest
    • Fermat's Enigma by Simon Singh (details)
    • Music of the Primes by Marcus du Sautoy (details)
    • 104 Number Theory Problems by Titu Andreescu, Dorin Andrica, Zuming Feng

E-Book

Online Courses

Other Topics of Interest

These are other topics that aren't particularly important for competitions and problem solving, but are good to know.


Famous Unsolved Number Theory Problems