![]() |
|
|
#56 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
|
|
|
|
|
|
#57 | |
|
"Gang aft agley"
Sep 2002
2·1,877 Posts |
I follow that and appreciate the help. I know that the a divisor of A and B is also a divisor of their difference. Also I follow that the difference is smaller than one of the two original values can be used in second GCD step as you've just hinted and a new, smaller difference can be calculated until a 0 or 1 is reached (if 0, the previous value is the GCD) and that Euclid originally used subtraction and the modern way is to do a divide or better yet a Mod operation because only the remainder is needed.
What is actually holding me back is my wondering about something else... See, the point of using repunits is actually to do a kind of arithmetic rather than even algebra. Proofs and things are much easier with algebra and the reason for drawing the strings of 1s has grown to seem almost pointless to me. It just gives a recognizable symbol in each position of a positional representation system even when working with different bases but it is a little like discussing the adjustment and comfort of a car seat versus the utility of actually driving. So I have been asking myself why I am even doing this; and I have even worked out schoolboy mathematics to see that I could do a schoolboy divide of one repunit by another and end up with a quotient that I wouldn't care about and a remainder repunit that could be used for a Mod operation and this gives me insight into the form of a remainder because it is always a repunit if there is a remainder. But really, working with a repunit is silly here because it would work identically even if the 1s were some other value, like 9s; if the symbol matches in each position between divisor and dividend, it doesn't matter much what the value is. It is a specificity that loses possibly desired generality. It would be easier to use properties of the GCD function (multiplicative, commutative, associative, etc.) to derive why GCD(bn-1,bm-1) = bGCD(m,n)-1 I did look at one proof of GCD(2n-1,2m-1) = 2GCD(m,n)-1 and it depended on using the Extended Euclidean Algorithm to get the coefficients to make a linear combination that = 1 ... and I didn't like it because if working as algebraically as that, there is hardly any point in framing anything in repunits at all. So if not framing the work with repunits, then I really feel awkward because I have been adjusting the seat on the car instead of driving anywhere. Here are my verbose thoughts on the matter from a day or so ago but I think I should just drop the direction of it all and look over the thread and see what I really don't understand and just go directly at that rather than twiddling around: Quote:
Last fiddled with by only_human on 2011-09-12 at 14:14 Reason: switch divisor and dividend in spot where I had them reversed |
|
|
|
|
|
|
#58 |
|
"William"
May 2003
New Haven
2·7·132 Posts |
Yes, and you are crossing an important threshold of mathematical maturity here. You are grasping how the algebra says the same things that the arithmetic said, but also brings more powerful tools to the discussion. Much of mathematics is about finding more powerful generalizations that enlighten understanding of the old topic and open new fields (pun intended) of study that are themselves eventually generalized in new directions.
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can Mersenne composites share "shape"? | jnml | Miscellaneous Math | 31 | 2018-01-01 01:55 |
| Small inconsistencies between mersenne.org and mersenne.ca factor databases | GP2 | mersenne.ca | 44 | 2016-06-19 19:29 |
| 6 digit numbers and the mersenne numbers | henryzz | Math | 2 | 2008-04-29 02:05 |
| LLT numbers, linkd with Mersenne and Fermat numbers | T.Rex | Math | 4 | 2005-05-07 08:25 |
| P-1 factoring != "Mersenne numbers to factor"? | James Heinrich | Marin's Mersenne-aries | 8 | 2004-05-17 11:09 |