- #36
saim_
- 135
- 1
@agentredlum: You don't want to define everything, fine, don't do it. It was friendly advice.
agentredlum said:I am not responsible for peoples misunderstandings
You would be happy too if you realized, like i have, that your horizons have been expanded. If you realize all those math books you read, not one of them mentioned something so simple and obvious. Instead they tell you what can or can't be done. Gallians book was o-k but Mccoy was a NIGHTMARE, now you know why i am suspicious of abstract algebra, not to mention the fact that Godel proved no mathematical system strong enough to give rise to arithmetic can be completely consistent.
Do you see where I'm comming from now? I don't trust the definitions (even though i know many, not all) and I am mildly annoyed anytime someone mentions a definition as if it was 'etched in stone'. I ALWAYS look at any definition with suspicion and my motto is question EVERYTHING.
You know i once said the same thing to a math professor friend of mine and he asked 'what should we do? say to hell with rigor!' and i said 'yes, that's what Euler did, that's what Fermat did and look at what they accomplished. I'm not saying get rid of all rigor, just loosen it up a little bit so you can get something done. Rigor is like a stranglehold on creativity'
micromass said:Yes you are. You are making statements that are obviously false. And only after a few posts you explain that you are working with a different definition. You should have explained immediately under what definition you are working with. That is your responsibility.
I can post here that I know for certain that 1+1=0. People will come in arguing with me, showing me references of why this is not true, explaining why it is not true. And only after many posts I will exclaim that I was working in modulo 2. This is pointless, I should have said that immediately.
OK, now you give me the impression that you didn't actually understood the math books you read. And your statement of Godels theorem is also false.
What's not to trust with a definition?? A definition is what it is, a definition of a term. There's nothing to trust here. You may argue that there are better definitions or that some modification makes a more efficient definition. But definitions and axioms are etched in stone. From the moment on that you accept to work in a certain axiom-system, then this axiom system is the truth. If you choose not to work in a certain axiom-system, then it becomes false. Either way is fine, but you need to mention which definitions and axioms you are working with!
Now I think you are not understanding the place of rigor in mathematics. Rigor is very important in mathematics, why? Not because it's fun to be rigorous, but because it is necessary.
When doing mathematical research, there are two important processes that play:
- intuition
- rigor
Intuition is important because it let's you find new results and because it let's you find solutions for problems. However, after you find these solutions, you must always check them with rigor. Why? To see if what you did is not false!
There are a lot of intuitively obvious things that turn out to be false.
saim_ said:@agentredlum: So because of Godel's theorem we shouldn't be rigorous? You know that theorem is absolutely rigorously proven; everything is defined and all. If rigor could do Godel good, it can sure do us good.
agentredlum said:This is what you should do. You should apologize for posting incorrect solutions too quickly and without thinking. Show a little humility and admit you can't know everything micromass.
agentredlum said:Well it didn't do you any good here did it? You know for people who place so much value on rigor, you guys didn't seem to read post #1 and post #2 and give it ANY rigorous consideration, yet you have the nerve to demand absolute rigor from me.
Ah, perhaps they mean that a rational q divides p if there exists an integer n such that qn=p. That would actually make sense. It's something the book should have mentioned.
micromass said:Show me when I was incorrect
agentredlum said:Post # 12 you give incorrect solutions to a problem that should have been obvious from post #2. The fact that you believed the solutions were correct based on your misunderstanding is irrelevent, your solutions were wrong.
To your credit, and i admire this about you, 8 minutes later you figure out what is going on in post #13 but for some reason known only to you, you do not retract the incorrect solutions.
Post # 16 i point out the solutions in post #12 are incorrect so here we are 40 posts later still arguing. If i bruised your ego i apologize. Because that's what it looks like to me we are arguing about.
micromass said:Well, if you think that my post 12 is incorrect, then I'm afraid that you did not understand me very well. I am of course to blame for that, I should have expressed better what I meant.
Anyway, I'm done discussing to you, since (by your own admission) you are unwilling to listen to rigor and reason.
micromass said:Can you tell me where you encountered the formula? Taking the gcd in that fashion makes little sense to me I would like to see the reference to see what exactly they're talking about.
micromass said:Ah, perhaps they mean that a rational q divides p if there exists an integer n such that qn=p. That would actually make sense. It's something the book should have mentioned.
rukawakaede said:the book does not specific the domains, just a general integral domain and its field of fractions.
rukawakaede said:Hi micromass,
The name of the book is algebraic theory of numbers by pierre samuel. on page 14.
sorry, i missed this message.
i was wondering if gcd(a,b) is an integer which divides a and b? so if a and b are not integers, how could we do gcd of such numbers? if there is no way or meaningless to do gcd of rationals which are not integers, then the formula is not well defined. Could you comment further?
Let A be an integral domain, K its field effractions, x and y elements of K. We shall
say that x divides y if there exists a e A such that y = ax.
micromass said:Yes, I looked in the book and I saw that. But in the case of the integers, it reduces to that.
The key concept here is divisibility. Let me quote from the book
So divisibility is well defined by this. So a fraction q divides a fraction p if p/q is in the integral domain.
Now, how is a gcd defined. Well, a is called a gcd of b and c if
- a|b and a|c
- If d|b and d|c, then d|a
So, for example gcd(1/2,1/3)=1/6, since
- 1/6 divides 1/2, because (1/2)/(1/6)=3 is an integer
- 1/6 divides 1/3, because (1/3)/(1/6)=2 is an integer
- If 1/a divides 1/2 and 1/6, then a/2 and a/3 are integers, so a must be a multiple of 6. This means that 1/a will always divide 1/6
In general, if you are asked to find the gcd of two elements, then you should find all its divisors and see if there is a greatest one. This will be the gcd.
In the case of rational numbers, I think we can do something of the following to find the gcd. I'll do an example:
Take rationals 60/7 and 8/42. Take the prime decomposition of these numbers:
[tex]\frac{2^2*3*5}{7}~\text{and}~\frac{2^2}{3*7}[/tex]
take the gcd of the numerators and the lcm of the denominator, this yields
[tex]\frac{2^2}{3*7}=\frac{4}{21}[/tex]
this is how to find the gcd of 60/7 and 8/42.
So in general I conjecture that
[tex]gcd(a/b,c/d)=\frac{gcd(a,c)}{lcm(b,d)}[/tex]
I would be pleased if somebody would check this formula for me and tell me if it is indeed correct.
agentredlum said:Try gcd(30/7, 8/42) your method gives 2/42 or 1/21
Try gcd(30/7, 4/21) your method gives 2/21
8/42 = 4/21 but 1/21 does not equal 2/21
You can fix this if you reduce all fractions before computing but that does not gaurantee there are no other difficulties with your method.
I invite everyone to test my method in post #7
I'll post the procedure without examples, however, i haven't proved it yetrukawakaede said:Could you make it in an elegant single formula? and explain or prove how it works?
rukawakaede said:
A counterexample to the formula
[tex]gcd(a/b,c/d)=\frac{gcd(a,c)}{lcm(b,d)}[/tex]
is:
a=2, b=4, c=4, d=8
gcd(a,c)=2
lcm(b,d)=8
gcd(a,c)/lcm(b,d)=1/4
but gcd(a/b,c/d)=gcd(1/2,1/2)=1/2
Moreover, you can see the error if you investigate the formula further:
[tex]gcd(a/b,c/d)=\frac{gcd(a,c)}{lcm(b,d)}[/tex]
[tex]gcd(ad,cb)=gcd(a,c)\cdot gcd(b,d)[/tex]
this is certainly not true: take the same example as above.
rukawakaede said:Could you make it in an elegant single formula? and explain or prove how it works?
micromass said:His formula apparently comes down to
[tex]gcd(a/b,c/d)=\frac{gcd(ad,bc)}{bd}[/tex]
and it works! Nice formula agentredlum!