- #1
scottstapp
- 40
- 0
Homework Statement
Let a,b and m be positive integers. If m is a common multiple of a and b and m divides ab, then ab/m is a common divisor of a and b.
Homework Equations
Definition: A common multiple of a and b is any integer divisible by both a and b.
Definition: A common divisor of a and b is any integer that divides both a and b.
The Attempt at a Solution
1. Let a,b,m be positive integers. suppose m is a common multiple of a and b and m divides ab.
2. By definition m does not equal 0, a divides m and b divides m so a and b both do not equal 0.
3. There exist integers S,D such that m=aS and m=bD
4. From (1) m divides ab so there exists an integer F such that ab=Fm
5. ab=Fm=aSF and bDF
6. ab/m=aSF/aS and bDF/bD, both Give F
7. a and b are both divisible by F so ab/m is a common divisor of a and b.
I believe I have an error between 6 and 7 because it seems as though I am jumping to conclusions about both being divisible by F.
Thank you