Download (1) Find all prime numbers smaller than 100. (2) Give a proof by

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Addition wikipedia , lookup

Georg Cantor's first set theory article wikipedia , lookup

Brouwer–Hilbert controversy wikipedia , lookup

Fermat's Last Theorem wikipedia , lookup

Peano axioms wikipedia , lookup

Fundamental theorem of algebra wikipedia , lookup

Elementary mathematics wikipedia , lookup

Theorem wikipedia , lookup

Wiles's proof of Fermat's Last Theorem wikipedia , lookup

List of prime numbers wikipedia , lookup

Mathematical proof wikipedia , lookup

Quadratic reciprocity wikipedia , lookup

Proofs of Fermat's little theorem wikipedia , lookup

Transcript
(1) Find all prime numbers smaller than 100.
(2) Give a proof by induction (instead of a proof by contradiction given
in class) that any natural number > 1 has a unique (up to order)
factorization as a product of primes.
(3) Give a proof by induction that if a ≡ b( mod m) then an ≡ bn (
mod m) for any n ≥ 1.
(4) Give a proof by induction of the following theorem from class:
Let m > 1 be a natural number. Then for any n ≥ 0 there exists
a natural number r such that 0 ≤ r < m and n ≡ r mod m.
(5) Prime ”triplets” are triples of prime numbers of the form n, n+2, n+
4.
Find all prime triplets.
Hint: Think (mod 3).
(6) Show that there is no natural number k such that 2k ≡ 1(mod 6).
Find all possible values of 2k (mod 6).
(7) Prove that for any natural k
4k + 4 · 9k ≡ 0(
mod 5)
(8) Find the rule for checking when an integer is divisible by 7 similar
to the rule for checking divisibility by 11 done in class.
1