Scribed Notes - 23
Scribed Notes - 23
Number Theory
• Elementary Operations:
o Addition
o Subtraction
o Multiplication
o Division
• Well known Number Theory
o Positive Integers
o Non-negative Integers
o Integers
o Rational Numbers
o Irrational Numbers
▪ Transcendental Numbers
o Imaginary Numbers
o Complex Numbers
o Modulo/clock Arithmetic
• Example Of Modulo/clock Arithmetic
1. Let us consider January 1st as Thursday. Then according to this
which day will be the current day.(17 Nov 2021)
January 1st= Thursday → 1
February 1st → 4 [1+31%7] (31 days in January)
March 1st → 4 [4+28%7]
April 1st → 0 [4+31%7] (Considering days as 0 to 6)
May 1st → 2 [0+30%7]
June 1st → 5 [2+31%7]
July 1st → 0
August 1st → 3
September 1st → 6
October 1st → 1
November 1st → 4
November 17th → 6
Here, January 1st is Thursday and considered as the first day, then
the current day that is November 17th will be Tuesday (two days
before the first day).
2. January 1st 2021= Friday
January 1st 1953=?
Dividend Divisor
Quotient
Remainder
• Prime Number v/s Composite Number
Theorem:
x=a(mod p)
x=b(mod q)
has a unique solution for x modulo pq.
Proof:
y=aqq1+bpp1(mod pq)
then y satisfies both equations:
Let m1,...,mn be pairwise coprime (that is gcd (mi, mj)=1 whenever I ≠ j).
Then the system of n equations
Proof:
Define bi=M/mi (the product of all the moduli except for mi)
and bi′=bi−1(mod mi). Then by a similar argument to before,