\( \definecolor{colordef}{RGB}{249,49,84} \definecolor{colorprop}{RGB}{18,102,241} \)

Arithmetic of polynomials

Learning tasks
                                      
Lesson
Text book
Exercises Correction
Convention
Throughout this exercise sheet, \(\mathbb{K} \in \{\mathbb{R}, \mathbb{C}\}\) and a divisor is always a non-zero polynomial (course convention). Notations: \(A \wedge B\) for the monic gcd, \(A \vee B\) for the monic lcm, \(\mathbb{K}[X]^*\) for the non-zero polynomials, \(\sim\) for the association relation. The gcd \(A \wedge B\) is defined when \((A, B) \neq (0, 0)\); the lcm \(A \vee B\) is defined for \(A, B \in \mathbb{K}[X]^*\) and extended by convention \(A \vee B := 0\) when \(A = 0\) or \(B = 0\).
A) Divisibility in \(\mathbb{K}[X]\)
    I) Recall: divisibility relation
      1) Applying divisibility propertiesEx 1
    II) Associated polynomials
      2) Recognizing associated polynomials and using the monic formEx 2 Ex 3 Ex 4
B) GCD and Euclid's algorithm
    I) Definition of the gcd
      3) Reading the monic gcd from a factorisationEx 5
    II) Fundamental idea and Euclid's algorithm
      4) Computing \(A \wedge B\) by Euclid's algorithmEx 6 Ex 7 Ex 8 Ex 9
    III) Common divisors and the gcd
      5) Listing common divisors of two polynomialsEx 10
    IV) Bézout's identity
      6) Computing Bézout coefficients in \(\mathbb{K}[X]\)Ex 11 Ex 12 Ex 13
C) Least common multiple
    I) Definition
      7) Reading the monic lcm from a factorisationEx 14
    II) Common multiples
      8) Listing common multiples of two polynomialsEx 15
    III) The gcd-lcm relation
      9) Computing \(A \vee B\) and using the gcd-lcm relationEx 16 Ex 17 Ex 18
    IV) Worked example
      10) Computing gcd and lcm by factorisationEx 19
D) Coprime polynomials
    I) Definition and Bézout's theorem
      11) Recognizing coprime polynomialsEx 20 Ex 21 Ex 22
    II) Gauss's lemma and consequences
      12) Applying Bézout's theorem and Gauss's lemmaEx 23 Ex 24 Ex 25 Ex 26
    III) Application: coprimality via common complex roots
      13) Deciding coprimality via complex rootsEx 27
E) Arithmetic with several polynomials
    I) Definition and recursive computation
      14) Computing gcd of several polynomialsEx 28
    II) Bézout for several polynomials
      15) Computing a Bézout combination for three polynomialsEx 29 Ex 30
    III) Coprime as a set vs.~pairwise coprime
      16) Distinguishing coprime as a set from pairwiseEx 31 Ex 32
F) Going further
    I) Synthesis problemsEx 33 Ex 34 Ex 35