Are \( x-a \) and \( x-b \) Co-primes?

  • Context: MHB 
  • Thread starter Thread starter evinda
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the question of whether the polynomials \(x-a\) and \(x-b\) are co-prime in the context of a field \(K\), where \(a\) and \(b\) are distinct elements of \(K\). Participants explore the implications of polynomial degrees, common divisors, and the properties of units in a field.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that if \(f(x)\) divides both \(x-a\) and \(x-b\), then the degree of \(f(x)\) must be at most 1.
  • It is proposed that if \(deg f(x) = 1\), then \(f(x)\) can be expressed as \(x-c\) for some \(c \in K\), leading to a contradiction if \(c\) divides \(b-a\).
  • Others argue that if \(deg f(x) = 0\), then \(f(x) = c\) implies \(c\) must be a unit in \(K\), specifically \(c = \pm 1\).
  • Participants question the assumption that \(f(x)\) is the greatest common divisor, suggesting it is sufficient to consider it as just a common divisor.
  • Some express confusion about the conclusion that \(c\) must be a unit and seek clarification on the implications of \(c|1\).
  • A mathematical identity is discussed, stating that if \(c|1\), then \(c\) is a unit, with explanations provided regarding the definitions of units and divisibility in a field.
  • There is a proposal that two polynomials are relatively prime if there exist polynomials \(h_1(x)\) and \(h_2(x)\) such that \(h_1(x)(x-a) + h_2(x)(x-b) = 1\).

Areas of Agreement / Disagreement

Participants generally agree on the properties of polynomials in a field and the implications of degrees and units, but there is ongoing debate regarding the nature of common divisors and the specific conclusions drawn about \(c\) and its implications.

Contextual Notes

Some participants express uncertainty about the assumptions made regarding the degrees of polynomials and the definitions of common divisors versus greatest common divisors.

evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hello! :)

Knowing that $K$ is a field, $a,b \in K$ different from each other,show that $x-a,x-b$ co-primes.

We suppose that $\exists f(x) \in K(x)$ such that:

$f(x)|x-a$ and $f(x)|x-b$Then $deg f(x) \leq 1$

So, $deg f(x)=0 \text{ or } 1$

If $deg f(x)=1$:

$f(x)=x-c,c\in K$

$x-c|x-a , x-c|x-b \Rightarrow x-c| x-a-x+b \Rightarrow x-c|b-a$ contradiction,because that would mean $deg(x-c) \leq deg(b-a) \Rightarrow 1 \leq 0$

If $deg f(x)=0, f(x)=c,c \in K$

$c|x-a, c|x-b \Rightarrow c|b-a \Rightarrow c|(b-a)^{-1}(b-a) \Rightarrow c|1 \Rightarrow c=\pm 1$

So, $gcd(x-a,x-b)=1$.Do we suppose that $f(x)$ is the greatest common divisor of $x-a$ and $x-b$ or just a common divisor ? Also,at the case when $deg f(x)=1$,why do we take $f(x)=x-c$ ?? :confused:
 
Physics news on Phys.org
Any polynomial in $K[x]$ of degree 1 is of the form:

$c_1x + c_0$.

Since it is of degree 1 (and not 0), we must have $c_1 \neq 0$, that is: $c_1 \in K^{\ast}$, so that $c_1$ is a unit (since $K$ is a field). Hence $c_1^{-1}$ exists in $K$, so we have:

$c_1x + c_0 = c_1(x + c_0c_1^{-1})$.

Since multiplying by a unit makes no difference to divisibility, we have:

$(c_1x + c_0)|g(x) \iff (x + c_0c_1^{-1})|g(x)$.

Letting $c = -c_0c_1^{-1}$, we see it suffices to consider $x - c$.

******

Yes, we only assume we have a common divisor, there is not need to suppose we have the greatest common divisor.

Recall as well, that the greatest common divisor is only unique up to a unit, so from:

$c|1$ all we can really conclude is that $c$ is a unit, which is all we need

(For example, in the field $\Bbb Q$ we have $4|1$ since: $1 = 4(\frac{1}{4})$).
 
Hey! (Sun)

evinda said:
$c|x-a, c|x-b \Rightarrow c|b-a \Rightarrow c|(b-a)^{-1}(b-a) \Rightarrow c|1 \Rightarrow c=\pm 1$

Huh?? (Wondering)
How did you get that $c=\pm 1$?
I think the only thing you can say is that $c \in K^*$, which was already implicit.
Do we suppose that $f(x)$ is the greatest common divisor of $x-a$ and $x-b$ or just a common divisor ?

Just any divisor.
The point is that we prove that f(x) will have to be a unit in K.
Also,at the case when $deg f(x)=1$,why do we take $f(x)=x-c$ ?? :confused:

What alternative would you be able to pick?
 
If $a\not = b$ then $b-a\not = 0$ and so,

$$ \tfrac1{b-a} \cdot (x-a) +(-\tfrac1{b-a}) \cdot (x-b) = 1$$
 
I like Serena said:
How did you get that $c=\pm 1$?
I think the only thing you can say is that $c \in K^*$, which was already implicit.
How do we conclude that $c \in K^*$ ?? (Thinking)

I like Serena said:
Just any divisor.
The point is that we prove that f(x) will have to be a unit in K.
What alternative would you be able to pick?

I would pick $f(x)=ex+d$,but from this we could take $e^{-1}f(x)=x+e^{-1}d$,right? And then we have to set $-c=e^{-1}d$ ? (Thinking)
 
Last edited:
Deveno said:
Any polynomial in $K[x]$ of degree 1 is of the form:

$c_1x + c_0$.

Since it is of degree 1 (and not 0), we must have $c_1 \neq 0$, that is: $c_1 \in K^{\ast}$, so that $c_1$ is a unit (since $K$ is a field). Hence $c_1^{-1}$ exists in $K$, so we have:

$c_1x + c_0 = c_1(x + c_0c_1^{-1})$.

Since multiplying by a unit makes no difference to divisibility, we have:

$(c_1x + c_0)|g(x) \iff (x + c_0c_1^{-1})|g(x)$.

Letting $c = -c_0c_1^{-1}$, we see it suffices to consider $x - c$.

******

Yes, we only assume we have a common divisor, there is not need to suppose we have the greatest common divisor.

I understand.. :)

Deveno said:
Recall as well, that the greatest common divisor is only unique up to a unit, so from:

$c|1$ all we can really conclude is that $c$ is a unit, which is all we need

(For example, in the field $\Bbb Q$ we have $4|1$ since: $1 = 4(\frac{1}{4})$).

I haven't understood why from the relation $c|1$,we conclude that $c$ is a unit..Could you explain it further to me? :confused:

- - - Updated - - -

ThePerfectHacker said:
If $a\not = b$ then $b-a\not = 0$ and so,

$$ \tfrac1{b-a} \cdot (x-a) +(-\tfrac1{b-a}) \cdot (x-b) = 1$$

And how do we conclude from this relation that the greatest common divisor is $1$? Because we can find $h_1(x),h_2(x) \in K(x)$ such that $h_1(x)(x-a)+h_2(x)(x-b)=1$ ??(Thinking)
 
evinda said:
I
And how do we conclude from this relation that the greatest common divisor is $1$? Because we can find $h_1(x),h_2(x) \in K(x)$ such that $h_1(x)(x-a)+h_2(x)(x-b)=1$ ??(Thinking)

Yes. Two polynomials $f(x),g(x)$ are relatively prime if and only if $a(x)f(x) + b(x)g(x) = 1$.
 
ThePerfectHacker said:
Yes. Two polynomials $f(x),g(x)$ are relatively prime if and only if $a(x)f(x) + b(x)g(x) = 1$.

I understand..thanks a lot! :)
 
Deveno said:
$c|1$ all we can really conclude is that $c$ is a unit, which is all we need

Is it an identity that if $c|1$,it is a unit?? :confused:
 
  • #10
evinda said:
Is it an identity that if $c|1$,it is a unit?? :confused:

Let's see what they both mean.

$c$ is a unit if it has an inverse.
In a field every element except 0 has an inverse.

$c|1$ if there is a number $k$ in the field such that $kc=1$.
We can pick $k=c^{-1}$ satisfying the equation, which works for every element except 0.

So yes, if $c$ is an element of a field, then $c|1$ iff $c$ is a unit.
 
  • #11
I like Serena said:
Let's see what they both mean.

$c$ is a unit if it has an inverse.
In a field every element except 0 has an inverse.

$c|1$ if there is a number $k$ in the field such that $kc=1$.
We can pick $k=c^{-1}$ satisfying the equation, which works for every element except 0.

So yes, if $c$ is an element of a field, then $c|1$ iff $c$ is a unit.

I understand..Thank you very much! (Nod)
 

Similar threads

Replies
48
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 0 ·
Replies
0
Views
2K