Home
If there exists , such that for , we write (read as " divides ").
If no such exists, we write ( does not divide )
Ex: , but
If , then is the quotient
If , there exists and in the integers, such that , where is the remainder.
Note:
Mathematical version:
-> True -> True -> True if
For , if and , then
have?
There are a few ways to find out:
- Work through each numbers (very slow)
- Find the prime factors and combine all possibilities of each
- Example below:
Prime Factorisation of :
We can combine them such that we get all of the factors:
- ...
- ...
Using this method, we can count the number of factors and we'll get the product of one more than each exponent in the prime factorisation.
Since , the number of factors is .
Find the number of factors for
We must first break it down into the prime factorisation. We can either multiply them together first and have a large and complex number, or we can get the factorisations first and make it much easier:
Now that we have the prime factorisation, we can add one to each exponent and find the product to get the number of factors:
Thus, has factors.
An integer is called prime if it is not divisible by an integer or , otherwise it is called composite
Note: is considered neither prime nor composite
Is prime?
We need to check all potential factors. To do this, we must check only up to
Now we can check each number.
| Check | If the number we check is not a multiple, then neither are... | | | | | | $9, 15, 21, \dots $ | | | This was covered by | | | $25, 35, 45, \dots $ | | | | | | , so it is not prime. |
For every positive integer , can be written as a product of one or more primes
Note: This is also known as prime factorisation
BC: let is prime, thus, holds.
IH: Assume holds for integer
IS: Consider . There are two cases:
- is prime, thus we are done.
- is composite, then for some positive integers such that and . By IH, both and can be written as a product of primes. Thus is a product of primes.
Suppose for a contradiction that there are finitely many primes.
List them:
let q =
for any
Thus, is prime, but for therefore, is not in the list of all primes, a contradiction. Thus, there are infinitely many primes.
- Argue the hypothesis holds
- Negate the conclusion
- Break Maths
Prove that is irrational
Proof:
AFAC (Assume for a contradiction) that is rational. Then, for some , such that and have no common factors(This is true of all fractions, due to simplification)
This contradicts that and have no common factors, thus is irrational.
reatest Common Denominator
If , then
Proof:
let
Since and , is a common divisor of and .
Thus, . Since , .
Therefore,
if
Proof: let ,
Since and ,
such that and . Then
Since and ,
Since and , such that and
Then
Since and ,
Thus,
where ,