Discrete Mathematics - Vol 3 | 9. Lecture – 57: Properties of GCD and Bezout’s Theorem by Abraham | Learn Smarter
Students

Academic Programs

AI-powered learning for grades 8-12, aligned with major curricula

Professional

Professional Courses

Industry-relevant training in Business, Technology, and Design

Games

Interactive Games

Fun games to boost memory, math, typing, and English skills

9. Lecture – 57: Properties of GCD and Bezout’s Theorem

9. Lecture – 57: Properties of GCD and Bezout’s Theorem

The chapter discusses properties of the greatest common divisor (GCD) and Bezout’s theorem, emphasizing the expressibility of GCD as a linear combination of two integers. The extended Euclidean algorithm is introduced for determining GCD and finding Bezout's coefficients, which are crucial for calculating modular multiplicative inverses. Additionally, the conditions for the existence of modular inverses are outlined, focusing on coprimality between integers and their modulus.

8 sections

Enroll to start learning

You've not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.

Sections

Navigate through the learning materials and practice exercises.

  1. 9
    Lecture – 57: Properties Of Gcd And Bezout’s Theorem

    This lecture discusses the properties of GCD and Bezout’s theorem,...

  2. 9.1
    Introduction

    This section introduces the concepts of GCD properties and Bezout's theorem,...

  3. 9.2
    Bezout’s Theorem

    Bezout's theorem establishes the relationship between the GCD of two...

  4. 9.3
    Proof Of Bezout’s Theorem

    Bezout's Theorem states that the greatest common divisor (GCD) of two...

  5. 9.4
    Extended Euclid’s Algorithm

    The Extended Euclidean Algorithm provides a method to find the greatest...

  6. 9.5
    Multiplicative Inverse Modulo N

    This section covers the concept of modular multiplicative inverses,...

  7. 9.6
    Existence Of Multiplicative Inverse

    This section discusses the properties of the multiplicative inverse in...

  8. 9.7

    This section covers properties of the GCD, Bezout's theorem, and the...

What we have learnt

  • Bezout's theorem states that the GCD of two integers can be expressed as a linear combination of those integers.
  • The extended Euclidean algorithm not only computes the GCD but also finds integer coefficients that can express the GCD as such a linear combination.
  • A multiplicative inverse of an integer modulo N exists if and only if that integer is coprime to N.

Key Concepts

-- Bezout's Theorem
A theorem stating that for any two integers a and b, there exist integers s and t such that GCD(a, b) = sa + tb.
-- Extended Euclidean Algorithm
An extension of the Euclidean algorithm that computes not only the GCD of two integers but also finds integers s and t that satisfy Bezout's identity.
-- Coprimality
Two integers are coprime if their greatest common divisor is 1, indicating that they share no common positive divisors other than 1.
-- Multiplicative Inverse Modulo N
An integer b is the multiplicative inverse of a modulo N if (a * b) mod N = 1, indicating that b undoes the multiplication of a in modulo N arithmetic.

Additional Learning Materials

Supplementary resources to enhance your learning experience.