muzimuzhi / math-notes

Notes of self-taught undergraduate-level math
2 stars 0 forks source link

Exercise 4.4-11 #2

Open Spdwal opened 5 years ago

Spdwal commented 5 years ago

Let n and d denote integers. We say that d is a divisor of n if n = cd for some integer c. An integer n is called a prime if n > 1 and if the only positive divisors of n are 1 and n. Prove, by induction, that every integer n > 1 is either a prime or a product of primes.

muzimuzhi commented 5 years ago

Test extension

Let $n$ and $d$ denote integers. We say that $d$ is a divisor of $n$ if $n = cd$ for some integer $c$. An integer $n$ is called a prime if $n > 1$ and if the only positive divisors of $n$ are $1$ and $n$. Prove, by induction, that every integer $n > 1$ is either a prime or a product of primes.

muzimuzhi commented 5 years ago

Prove by induction.

Let $A(n)$ be an assertion that integer $n$ is either a prime or a production of primes.

In conclusion, $A(n)$ holds for every integer $n>1$.

soulomoon commented 5 years ago

push