2.Divisibility theory in the integers

On this page
  1. Theorem 2.1. Division Algorithm
  2. pf
  3. Corollary
  4. ex
  5. Division Algorithm 에서 나오는 even, odd number
  6. ex
  7. 정리
  8. Problems 2.2

Theorem 2.1. Division Algorithm

나눗셈 알고리즘 정리

pf

나눗셈 알고리즘 증명

Corollary

나눗셈 알고리즘 따름정리

ex

Let a=61 and b=-7
then 61 = (-8)(-7) + 5, hence q = -8 and r = 5

Division Algorithm 에서 나오는 even, odd number

나눗셈 알고리즘의 짝수와 홀수 표현

모든 정수는 이 둘중 하나로 표현이 된다는 것

ex

나눗셈 알고리즘 연습문제

정리

  • division algorithm
    • a = qb + r with 0r<b\text{a = qb + r with } 0 \leq r < b
  • 증명은 자연수의 Well-Ordering principle 로부터 나온다
  • division algorithm 이용해서 정수를 분류해서 풀수 있는 문제가 있었다.

Problems 2.2

꼭 풀도록 하자…

Discussion

Comments