This is fairly easy to understand. Just don't be afraid of symbols and have patience while reading, read slowly, but not too slow.
If it seems too hard just memorize the proofs.
Mathematical Induction
Mathematical induction is a proof technique used in mathematics to establish the truth of an infinite number of statements. It is particularly useful for proving propositions that are asserted for all natural numbers. The method works by proving two main steps:
Base Case: Show that the statement holds for the initial value of the sequence (usually n=0 or n = 1).
Inductive Step: Show that if the statement holds for some arbitrary natural number k, hen it also holds for k+1
Principle of mathematical induction
For a statement P(n), involving the natural number n, such that:
P(1) is true
Truth of P(k) implies the truth of P(k+1), then P(n) is true for all natural numbers n.
Example (Don't overstress it)
Well-Ordering Principle
Using the principle of mathematical induction the well ordering principle states that :
"Every non-empty subset of natural numbers (N) has a smallest element."
Proof :
If S be a non-empty subset of natural numbers then there exists a :
i.e (a is divisible by b).
In case a is not divisible by b, we write :
When a divides b, a is called a divisor/ factor of b
and b is called a multiple of a.
If
Thus $$ a /b = -a/b $$
Some properties of divisibility (don't overstress it)
Prime Numbers -- What are they?
A positive integer p>1 is called prime if the only positive factors of p are p itself and 1.
If a positive integer n>1 is not prime then it is called a composite number.
1 is neither prime nor composite.
The only even prime integer is 2, rest all prime integers are odd.
If n is a composite integer then there exists integers a and b such that
where 1<a, b, n
Fundamental theorem of arithmetic
The fundamental theorem of arithmetic states that:
"Every integer n can be expressed uniquely as a product of primes".
Proof :
If the integer n > 1 is a prime then the integer itself stands a product of a single factor.
Otherwise, if the integer n is not prime, it can be factored into, let's say :
where
and
Well obviously the factors are gonna be less than n itself and greater than 1.
Now,
If n1 is a prime :
then let it stand (JoJo reference)
else:
n1 will be factored similarly into, let's say :
where
and
and the process goes on........
This process of writing each composite number as a product of factors must terminate since the factors are smaller than the composite number itself and greater than 1.
Thus every integer n, such that n > 1 can be written as a product of primes.
This process is called prime decomposition or the prime factorization of n.
Now,
if there be :
prime factors of n, each equal to
Or in simple terms, see the below example :
In the first example, n = 100 which is broken down into n1, n2, n3, n4, further assembled in the form of:
where
r = 2.
Prime Numbers : Euclid's theorem.
Euclid's theorem states that :
"The number of prime numbers are infinite"
Proof:
If possible, let the number of primes be finite and be equal to n. Let them be arranged in the order of magnitude as :
Then form the number :
Now, no single p is a divisor of n.
Therefore, n is : either a prime greater than $$ p_n$$or has a prime greater than $$ p_n$$ as a factor.
But this contradicts our assumption that $$ p_n$$ is the greatest prime (fraud).
Therefore, the number of prime numbers is infinite. Proved
The division algorithm
The division algorithm of prime numbers states that :
Given any two integers a and b, with b > 0, there exists unique integers q and r such that
is said to be the common divisor of integers a and b if