Number Theory
Number Theory
PRESENTED BY
JAI KUMAR & MUHAMMAD SADIQ
NUMBER THEORY
EUCLID
BORN: mid 4th century bc
Died: mid 3rd centry bc
Great Mathematicians
CARL FRIEDRICH
GAUSS
Great Mathematicians
Pierre de
Fermat
Great Mathematicians
leonhard euler
TYPES OF NUMBERS
Natural Numbers
1,2,3,…….
Whole Numbers
0,1,2,3,……..
Integers Number
….,-2,-1,0,1,2,…
Rational Numbers
Numbers expressed as p/q
Where p & q belong to Z and q does not equal to zero
Irrational & Real Numbers
Not primary focus in number theory
Focus
Mostly on integers and their properties
02
DIVISIBILITY & FACTORS
DIVISIBILITY
Divisibility: ○ An integer 'a' divides an integer 'b' (denoted a|b)
if there exists an integer 'k' such that b = ak.
Examples: 3|12 because 12 = 3 \times 4.
● Properties of Divisibility:
Reflexive: a|a
Transitive: If a|b and b|c, then a|c
Linear Combination: If a|b and a|c, then a|(bx + cy) for any
integers x, y
03
PRIME AND COMPOSITE
NUMBERS
Prime and Composite Number
● Composite Numbers:
○ A natural number greater than 1 that is not prime (i.e., has more than
two positive divisors).
○ Examples: 4 (divisors: 1, 2, 4), 6 (divisors: 1, 2, 3, 6), 9, 10...
What is RSA?
○ One of the first public-key cryptosystems and is widely used for
secure data transmission.
○ Developed by Rivest, Shamir, and Adleman in 1977.
● How it Works (Simplified): 1. Key Generation:
■ Choose two large random prime numbers (p and q).
■ Calculate n = p \times q.
■ Calculate \phi(n) = (p-1)(q-1) (Euler's Totient Function).
■ Choose public exponent e such that \text{gcd}(e, \phi(n)) = 1.
■ Calculate private exponent d such that ed \equiv 1 \pmod{\phi(n)}
(Modular Inverse).
■ Public Key: (n, e) (shared with anyone).
■ Private Key: (n, d) (kept secret). 2. Encryption: To encrypt a
message M: C = M^e \pmod n.
3. Decryption: To decrypt ciphertext C: M = C^d \pmod n.
● Security: Relies on the computational difficulty of factoring large
numbers (n) back into its prime factors (p and q).
15
Famous problem
Famous problem
Unsolved Mysteries in Number Theory:
○ Goldbach Conjecture: Every even integer greater than 2 is the
sum of two prime numbers (e.g., 4=2+2, 6=3+3, 8=3+5). (Still
unproven, but extensively tested).
○ Twin Prime Conjecture: There are infinitely many pairs of prime
numbers that differ by 2 (e.g., (3,5), (5,7), (11,13)). (Unproven).
○ Riemann Hypothesis: (A very complex problem related to the
distribution of prime numbers, a Millennium Prize Problem).
● Why are they important?
○ These problems drive mathematical research, leading to new
techniques and discoveries even if the problems themselves
remain unsolved.
○ They highlight the depth and complexity still present in
seemingly simple integer properties.
15
Conclusion
Conclusion
Key Concepts Covered:
○ The fundamental properties of integers (divisibility, primes).
○ Core algorithms (Euclidean Algorithm).
○ The power of modular arithmetic for modern applications.
○ Important theorems (Euler's, CRT).
○ Real-world impact through cryptography (RSA).
○ Ongoing challenges and the legacy of great minds.
● Number Theory: A foundational and evolving field:
○ It connects ancient mathematical curiosities to cutting-edge
technology.
○ It demonstrates the beauty and utility of abstract thought.
● Encouragement: ○ The world of numbers is vast and full of
wonders. We've only scratched the surface today!
THANK YOU & Q & A
ANY QUESTION ?