mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Puzzles

Reply
 
Thread Tools
Old 2007-02-27, 18:00   #23
grandpascorpion
 
grandpascorpion's Avatar
 
Jan 2005
Transdniestr

1111101112 Posts
Default

Imagine a precisely cut plank of wood "p" inches** long. The width and height do not matter but the shape is a perfect rectangular solid. Along the length, each inch is marked with a line.

If that board can not be cut into pieces along the inch markers ONLY such that you can rearrange them laterally (and without turning the pieces) into a rectangular shape that has different dimensions than the original board (breath!) then p is prime.

** inch is arbitrary of course.

The turning limitation might not be necessary. I'd have to think about that some more.

Last fiddled with by grandpascorpion on 2007-02-27 at 18:06
grandpascorpion is offline   Reply With Quote
Old 2007-02-27, 18:19   #24
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22·5·373 Posts
Default

Quote:
Originally Posted by ewmayer View Post
An integer p is prime iff no integer x in the range sqrt(p) <= x < p divides p.
An integer p is prime if and only if for all A,B, such that A^2 = B^2 mod p,
then A=B mod p or A=-B mod p.
R.D. Silverman is offline   Reply With Quote
Old 2007-02-27, 18:57   #25
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
Repรบblica de California

19·613 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
An integer p is prime if and only if for all A,B, such that A^2 = B^2 mod p,
then A=B mod p or A=-B mod p.
Ah, but you had to explicitly reference the number 2 - that's a 10-yard penalty and loss of down for you, Bob. Oh wait, I just referenced 1 and 0 in my description of the penalty - that's log(p)/log(sqrt(p)) minutes in the penalty box for me...

Aren't arbitrary puzzle rules great?
ewmayer is offline   Reply With Quote
Old 2007-02-27, 19:19   #26
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22·5·373 Posts
Default

Quote:
Originally Posted by ewmayer View Post
Ah, but you had to explicitly reference the number 2 - that's a 10-yard penalty and loss of down for you, Bob. Oh wait, I just referenced 1 and 0 in my description of the penalty - that's log(p)/log(sqrt(p)) minutes in the penalty box for me...

Aren't arbitrary puzzle rules great?
So change it to A*A and B*B. This isn't an issue of using the
number 2, but rather one of notation.
R.D. Silverman is offline   Reply With Quote
Old 2007-02-27, 21:33   #27
xilman
Bamboozled!
 
xilman's Avatar
 
"๐’‰บ๐’ŒŒ๐’‡ท๐’†ท๐’€ญ"
May 2003
Down not across

101010001000012 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
So change it to A*A and B*B. This isn't an issue of using the number 2, but rather one of notation.
I'm amazed that no-one has yet picked me up for using ln(e) in a polynomial to be evaluated at integer values of its variables. Had anyone done so I would have, of course, replaced them all with (x/x)

Paul
xilman is offline   Reply With Quote
Old 2007-02-27, 22:19   #28
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101ร—103 Posts

2×7×19×37 Posts
Default

Quote:
Originally Posted by S485122 View Post
Isn't insisting on the plural the same as saying "more than one" and thus an explicit reference to a specific integer ? Or would this be a to restrictive interpretation of the rules ?
Can the high command give a ruling on this? I can reword my answer to say "a person"<->"one".
Uncwilly is offline   Reply With Quote
Old 2007-02-28, 15:40   #29
Zeta-Flux
 
Zeta-Flux's Avatar
 
May 2003

7·13·17 Posts
Default

Quote:
Originally Posted by xilman View Post
I'm amazed that no-one has yet picked me up for using ln(e) in a polynomial to be evaluated at integer values of its variables. Had anyone done so I would have, of course, replaced them all with (x/x)

Paul
Paul,

Using x/x would necessitate x\neq 0.
Zeta-Flux is offline   Reply With Quote
Old 2007-02-28, 16:02   #30
mfgoode
Bronze Medalist
 
mfgoode's Avatar
 
Jan 2004
Mumbai,India

22·33·19 Posts
Post

Prime Number definitions:

1) A positive integer p is a prime or a prime number if it is a whole number larger than unity and its only positive divisors are the unit and itself.
Every prime number has the property that if it divides a product then it must divide at least one of the factors [Euclid c.300 BC.]

2) A positive integer is prime if only *two* but only *two* distinct factors, are itself and unity

Euclid books 7 and 8 regards a number as a line interval compounded of units and
defines a prime as a number which can only be measured by the unit (not itself a number)
It follows from both the above two definitions that unity is not a prime

3) A prime is an irreducible element of a unique factorization domain and is known as prime.
These are for positive primes.

To allow for negative primes we cannot define it without naming some numbers.


Definition: the term can also be used in some other situations where division is meaningful.
For instance in the context of all the integers an integer other than 0+-1 is a prime integer if its only integer divisions are +- 1 and +- n.
Mally.
mfgoode is offline   Reply With Quote
Old 2007-02-28, 16:24   #31
S485122
 
S485122's Avatar
 
"Jacob"
Sep 2006
Brussels, Belgium

1,709 Posts
Default

Quote:
Originally Posted by mfgoode View Post
Prime Number definitions:
Mally,

I like to believe that all participants to the thread so far are well aware of the definition of a prime number. But you overlooked the purpose of this thread. The original question was :
Quote:
Originally Posted by davar55 View Post
Can you define prime numbers over the non-negative integers without any explicit reference to 0 or 1 or 2 or any other specific integer?

Last fiddled with by S485122 on 2007-02-28 at 16:24 Reason: removed a line break
S485122 is offline   Reply With Quote
Old 2007-02-28, 17:48   #32
xilman
Bamboozled!
 
xilman's Avatar
 
"๐’‰บ๐’ŒŒ๐’‡ท๐’†ท๐’€ญ"
May 2003
Down not across

3·5·719 Posts
Default

Quote:
Originally Posted by Zeta-Flux View Post
Paul,

Using x/x would necessitate x\neq 0.
Correct, and I should have stated that fact in the form "for values of x where x/x is defined".

Thanks for drawing it to my attention.
xilman is offline   Reply With Quote
Old 2007-02-28, 22:05   #33
davar55
 
davar55's Avatar
 
May 2004
New York City

5×7×112 Posts
Default

The purpose behind the formulation of this admittedly kind of
arbitrary question was to try to come up with an alternate,
nonarbitrary explanation for why 1 isn't prime (alternate to
the fundamental theorem of arithmetic's desirable simplicity).
After all, a typical definition of primality in the natural numbers
uses 1 twice:
( n is prime iff n>1 and a|n implies a=n or a=1 )
which begs the question.

But my version of the definition probably still does too:

Among the non-negative integers,
n is prime iff ((n=ab IMPLIES (n=a OR n=b)) AND NOT (n*n=n)).

This excludes 1 (and 0) from primality by using a trivial property
(n*n=n) shared only by 1 and 0, without explicitly mentioning 1
or "unit". So by this definition, 1 is not prime. But as simple as
it may be, it's still a bit arbitrary to put this into the definition, isn't it?
Yet this is all I was getting at when posing the question.
davar55 is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
(M48) NEW MERSENNE PRIME! LARGEST PRIME NUMBER DISCOVERED! dabaichi News 571 2020-10-26 11:02
Twin Prime Days, Prime Day Clusters cuBerBruce Puzzles 3 2014-12-01 18:15
disk died, prime work lost forever? where to put prime? on SSD or HDD? emily PrimeNet 3 2013-03-01 05:49
How do conservatives define "victory in Iraq"? cheesehead Soap Box 3 2008-09-15 12:12
How do I determine the xth-highest prime on prime pages? jasong Data 7 2005-09-13 20:41

All times are UTC. The time now is 05:19.


Fri Aug 6 05:19:39 UTC 2021 up 13 days, 23:48, 1 user, load averages: 2.21, 2.27, 2.34

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.