Divisibility
Description:
- Let a,b∈Z with a=0. We say that a divides b, denoted by a∣b, if there exists some k∈Z such that b=ak
- In equation, a=dq+r
- a is called the dividend
- d is called the divisor
- q is the quotient
- r is the remainder
Theorems:
- Let a,b,c∈Z:
- If a∣b and a∣c then a∣(b+c)theorem
- If a∣b then a∣bctheorem
- If a∣b and b∣c then a∣c (i.e, transitivity)theorem
- Division algorithm:theorem
- For any a∈Z and d∈N+, there exist unique q,r∈Z such that: