412.1.1.8 show gcd(a',b')=1 and how would this be done in SAGE / cocalc

  • MHB
  • Thread starter karush
  • Start date
In summary, given $a=da'$ and $b=db'$ with $d=gcd(a,b)$, we have shown that $gcd(a',b')=1$. This is because we can substitute $a=da'$ and $b=db'$ into the equation $sa+tb=d$ to obtain $sa'+tb'=1$, which shows that $d'=1$. Therefore, $gcd(a',b')=1$, as desired. Great job on the proof!
  • #1
karush
Gold Member
MHB
3,269
5
412.1.1.8 show gcd(a',b')=1

$\tiny{412.1.1.8}$
$\textsf{Let $d=gcd(a,b)$
If $a=da'$ and $b=db'$, show that $gcd(a',b')=1$}$$\textsf{Let $d'=gcd(a'b')$ Since $d=gcd(a,b),$}\\
\textsf{There exists intergers s and t such that $sa+tb=d$}\\
\textsf{Therefore by substitution we have}$
$$s(da')+t(db')=d$$
$\textsf{and so}$
$$sa'+tb'=1$$
$\textsf{Since by assuption }$
$$d'|a' \textit{and} d'|b'$$
$\textsf{we have $d'|1$ Hence $d'=1$}$

ok I think this is it... typos maybe
 
Last edited:
Physics news on Phys.org
  • #2
Great job! Your proof is correct and well-explained. Here are a few minor suggestions to improve the clarity and readability of your response:

- Consider starting your proof by stating the given information and the goal, something like: "Given $a=da'$ and $b=db'$ with $d=gcd(a,b)$, we want to show that $gcd(a',b')=1$."

- In the line where you state "Since $d=gcd(a,b)$, there exists integers s and t such that $sa+tb=d$", it might be helpful to mention that this is a well-known property of the greatest common divisor.

- When you substitute $a=da'$ and $b=db'$ into the equation $sa+tb=d$, you might want to mention that this is possible because $d=gcd(a,b)$.

- In the line where you state "Since $d'|a'$ and $d'|b'$, we have $d'|1$", you could briefly explain why this is the case. For example, you could say: "Since $d'$ is a common divisor of $a'$ and $b'$, it must also divide their linear combination $sa'+tb'=1$."

- Finally, consider ending your proof with a concluding sentence, such as: "Therefore, $gcd(a',b')=1$, as desired." This will help to clearly communicate that you have successfully proved the statement.
 

FAQ: 412.1.1.8 show gcd(a',b')=1 and how would this be done in SAGE / cocalc

1. What is the meaning of gcd(a',b')?

Gcd(a',b') refers to the greatest common divisor of the numbers a' and b'. In other words, it is the largest number that divides evenly into both a' and b'.

2. How is gcd(a',b') different from gcd(a,b)?

The notation gcd(a',b') is commonly used when referring to the greatest common divisor of two numbers, a' and b', that are not necessarily integers. On the other hand, gcd(a,b) is used when referring to the greatest common divisor of two integers, a and b.

3. What does it mean to show that gcd(a',b')=1?

Showing that gcd(a',b')=1 means that a' and b' do not have any common factors other than 1. This is also known as being relatively prime or coprime.

4. How can gcd(a',b')=1 be proven using SAGE / cocalc?

In SAGE / cocalc, gcd(a',b') can be calculated using the built-in function gcd(a',b'). To prove that gcd(a',b')=1, you can simply use an if statement to check if the result of gcd(a',b') is equal to 1.

5. Can gcd(a',b')=1 be shown for any values of a' and b'?

Yes, gcd(a',b')=1 can be shown for any values of a' and b'. This is because every number has 1 as a factor, making it possible for any two numbers to have a greatest common divisor of 1.

Similar threads

Replies
4
Views
2K
Replies
7
Views
2K
Replies
2
Views
2K
Replies
2
Views
2K
Replies
1
Views
1K
Replies
4
Views
3K
Back
Top