Posts

Showing posts from February, 2022

Divisibility Number Theory

 1 Divisibility Number Theory concerns itself mostly with the study of the natural numbers (N) and the integers (Z). As a consequence, it deals a lot with prime numbers and sometimes with rational numbers (Q). Recall: Definition. The natural numbers are the numbers N = {1, 2, 3, . . . }. The integers are the numbers Z = {. . . , −2, −1, 0, 1, 2, . . . }. The rational numbers are Q = { a b | a, b ∈ Z, b 6= 0}. There is significant debate about whether the naturals include 0 or not. It’s probably easier to consider the naturals to be just the positive integers. If you want to specify the non-negative integers you may write N0 or Z≥0. Notation. If an integer a divides an integer b we write a|b. Definition. A prime number is a positive integer p 6= 1 such that if p divides ab then p divides a or p divides b. Mathematically, we write this as p|ab =⇒ p|a or p|b Remark. Note, when you get to university and learn about more advanced number theory, negatives of primes will also be included ...