由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Mathematics版 - 如何证明 lcm(ac,bc)=c*lcm(a,b)
相关主题
问一道题目 包子酬谢!来一道有趣的数论问题
问个简单的问题西北大学的应用数学专业怎么样?
Re: How to show every comparability graph is perfect?? Thanks!!![合集] ZZ-写给黄渝和他的数学(from bbs.ustc)
再请教一个数学问题请教:F(x)=f(x) mod p是否是{0,...,p-1}上的双射?
请教版上大牛关于数论的一个问题
(zz)Heroes in My Heart (4)一个"简单“的不等式
(zz)Heroes in My Heart (5)A ceiling function problem
(zz)Heroes in My Heart (15)请问一个关于积分的问题
相关话题的讨论汇总
话题: gcd话题: lcm话题: lemma话题: bc话题: ac
进入Mathematics版参与讨论
1 (共1页)
p*********w
发帖数: 23432
1
好初级的数论啊
m********4
发帖数: 1837
2
I tried and may figure it out this kind of slow way:
Lemma 1a: If a|c, b|c, and a, b are coprime, then ab|c.
Lemma 1b: lcm(a,b)*gcd(a,b)=ab.
Proof: Let m=lcm(a,b), d=gcd(a,b). Then a|m, b|m.
=> d*(a/d)|m, d*(b/d)|m.
a/d|m/d, b/d|m/d.
Because a/d and b/d are coprime by the
definition of gcd, then applying Lemma 1 we would get
(a/d)(b/d)|m/d.
=> ab/(d^2)=x*m/d
ab=xmd, x is an integer. By the
definition of lcm, x must be 1. Otherwise, we would have xmd|m, which
implies xd|1. This contradicts with x=!1.
Lemma 2a: If ab|cb, then a|c.
Lemma 2b(actually this is an important theorem):
gcd(ac, bc)=c*gcd(a,b)
Proof. Let gcd(a,b)=d, gcd(ac, bc)=d'. We need to prove
both directions of division between cd and d'.
Direction 1. cd|d' is an easier direction.
d|a, d|b => cd|ac, dc|bc. Then dc is a division number.
By the definition of gcd, we would get dc|d'.
Direction 2. d'|cd.
d'|ac, d'|bc and c|d' by the previous result. Therefore,
applying Lemma 2a we would have d'/c|a, d'/c|b, which would imply d'/c is a
division number of both a and b. Hence by the definition of gcd, d'/c|d =>d'
|cd.
Then it's straightforward to solve your question.
lcm(ac, bc)= ac*bc/gcd(ac,bc)= abcc/(c*gcd(a,b))=abc/gcd(a,b)=c*lcm(a,b)
1 (共1页)
进入Mathematics版参与讨论
相关主题
请问一个关于积分的问题请教版上大牛
再来说一陈景润的轶事+外一篇:1+2之面世 (转载)(zz)Heroes in My Heart (4)
这个积分怎么算?(zz)Heroes in My Heart (5)
北大大牛唐翔(zz)Heroes in My Heart (15)
问一道题目 包子酬谢!来一道有趣的数论问题
问个简单的问题西北大学的应用数学专业怎么样?
Re: How to show every comparability graph is perfect?? Thanks!!![合集] ZZ-写给黄渝和他的数学(from bbs.ustc)
再请教一个数学问题请教:F(x)=f(x) mod p是否是{0,...,p-1}上的双射?
相关话题的讨论汇总
话题: gcd话题: lcm话题: lemma话题: bc话题: ac