mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Puzzles

Reply
 
Thread Tools
Old 2007-02-25, 11:20   #12
xilman
Bamboozled!
 
xilman's Avatar
 
"๐’‰บ๐’ŒŒ๐’‡ท๐’†ท๐’€ญ"
May 2003
Down not across

3×5×719 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
Ok, fine, here's the updated version:

A prime number (or a prime) is a natural number that has exactly (5 - 3) (distinct) natural number divisors, which are (4 - 3) and the prime number itself.
Hooray for loopholes!
Quote:
Originally Posted by davar55
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?
I added the emphasis to the original specification of the problem. To the best of my knowledge, 3, 4 and 5 are all specific integers.



Paul
xilman is offline   Reply With Quote
Old 2007-02-25, 11:23   #13
xilman
Bamboozled!
 
xilman's Avatar
 
"๐’‰บ๐’ŒŒ๐’‡ท๐’†ท๐’€ญ"
May 2003
Down not across

3·5·719 Posts
Default

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?
Let p and q be non-negative integers such that p*p>p and q*q>q.

Then p is prime if and only if the smallest value of q such that q divides p! is q=p.



Paul
xilman is offline   Reply With Quote
Old 2007-02-25, 11:59   #14
xilman
Bamboozled!
 
xilman's Avatar
 
"๐’‰บ๐’ŒŒ๐’‡ท๐’†ท๐’€ญ"
May 2003
Down not across

3×5×719 Posts
Default

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?
I have another marvelous definition and the margin of this post is only just wide enough to contain it.

The positive values of this polynomial over the integers are all the primes and nothing but.

(k + (ln(e)+ln(e)))*(ln(e) - (w*z + h + j - q)^(ln(e)+ln(e)) - ((g*k + (ln(e)+ln(e))*g + k + ln(e))*(h + j) + h - z)^(ln(e)+ln(e)) - ((ln(e)+ln(e))*n + p + q + z - e)^(ln(e)+ln(e)) - ((((ln(e)+ln(e))^(ln(e)+ln(e)))^(ln(e)+ln(e)))*(k + ln(e))^(ln(e)+ln(e)+ln(e))*(k + (ln(e)+ln(e)))*(n + ln(e))^(ln(e)+ln(e)) + ln(e) - f^(ln(e)+ln(e)))^(ln(e)+ln(e)) - (e^(ln(e)+ln(e)+ln(e))*(e + (ln(e)+ln(e)))*(a + ln(e))^(ln(e)+ln(e)) + ln(e) - o^(ln(e)+ln(e)))^(ln(e)+ln(e)) - ((a^(ln(e)+ln(e)) - ln(e))*y^(ln(e)+ln(e)) + ln(e) - x^(ln(e)+ln(e)))^(ln(e)+ln(e)) - ((((ln(e)+ln(e))^(ln(e)+ln(e)))^(ln(e)+ln(e)))*r^(ln(e)+ln(e))*y^(ln(e)+ln(e)+ln(e)+ln(e))*(a^(ln(e)+ln(e)) - ln(e)) + ln(e) - u^(ln(e)+ln(e)))^(ln(e)+ln(e)) - (((a + u^(ln(e)+ln(e))*(u^(ln(e)+ln(e)) - a))^(ln(e)+ln(e)) - ln(e))*(n + (ln(e)+ln(e)+ln(e)+ln(e))*d*y)^(ln(e)+ln(e)) + ln(e) - (x + c*u)^(ln(e)+ln(e)))^(ln(e)+ln(e)) - (n + l + v - y)^(ln(e)+ln(e)) - ((a^(ln(e)+ln(e)) - ln(e))*l^(ln(e)+ln(e)) + ln(e) - m^(ln(e)+ln(e)))^(ln(e)+ln(e)) - (a*i + k + ln(e) - l - i)^(ln(e)+ln(e)) - (p + l*(a - n - ln(e)) + b*((ln(e)+ln(e))*a*n + (ln(e)+ln(e))*a - n^(ln(e)+ln(e)) - (ln(e)+ln(e))*n - (ln(e)+ln(e))) - m)^(ln(e)+ln(e)) - (q + y*(a - p - ln(e)) + s*((ln(e)+ln(e))*a*p + (ln(e)+ln(e))*a + p^(ln(e)+ln(e)) - (ln(e)+ln(e))*p - (ln(e)+ln(e))) - x)^(ln(e)+ln(e)) - (z + p*l*(a - p) + t*((ln(e)+ln(e))*a*p - p*(ln(e)+ln(e)) - ln(e)) - p*m)^(ln(e)+ln(e)))



Paul
xilman is offline   Reply With Quote
Old 2007-02-25, 12:07   #15
R. Gerbicz
 
R. Gerbicz's Avatar
 
"Robert Gerbicz"
Oct 2005
Hungary

148610 Posts
Default

Let n be a non-negative integer, then n is prime if and only if n!*n! isn't divisible by n*n*n. (It's easy to prove this.)
R. Gerbicz is offline   Reply With Quote
Old 2007-02-26, 17:25   #16
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
Repรบblica de California

19×613 Posts
Default

An integer p is prime iff division modulo p is defined, i.e. the residue ring Z/pZ is a field.
ewmayer is offline   Reply With Quote
Old 2007-02-26, 22:55   #17
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101ร—103 Posts

2×7×19×37 Posts
Default

A prime number is one where one can't take the equivelent number of objects and place them into groups of equal number.
If one is unable have the number of objects or is able to put them into groups with equal number of objects, then it is not prime.
Uncwilly is offline   Reply With Quote
Old 2007-02-27, 06:29   #18
S485122
 
S485122's Avatar
 
"Jacob"
Sep 2006
Brussels, Belgium

1,709 Posts
Default

Quote:
Originally Posted by Uncwilly View Post
groups
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 ?
S485122 is offline   Reply With Quote
Old 2007-02-27, 09:41   #19
mfgoode
Bronze Medalist
 
mfgoode's Avatar
 
Jan 2004
Mumbai,India

22·33·19 Posts
Default

Quote:
Originally Posted by xilman View Post
Counter-example.

3 is a non-negative integer

3 is divisible by itself --- meets your definition

3 is divisible by 1, a unit in the ring of integers --- meets your definition

3 is divisible by -1, a unit in the ring of integers --- meets your definition

-3 is an element of the ring of integers

3 is divisible by -3


Therefore, according to your definition, 3 is not a prime.



Paul

I am sure Troels Munkner will be very happy with that derivation.

Mally
mfgoode is offline   Reply With Quote
Old 2007-02-27, 10:08   #20
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

2×17×73 Posts
Default

What about this one:

p is prime iff there exist integers a and b with:

p is divisible by a and b, and
a <> b and a <> -b

and for each integer c which divides p :
c = a or c = -a or c = b or c = -b

Last fiddled with by Andi47 on 2007-02-27 at 10:10
Andi47 is offline   Reply With Quote
Old 2007-02-27, 11:50   #21
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2×3×13×83 Posts
Default

Quote:
Originally Posted by Andi47 View Post
What about this one:

p is prime iff there exist integers a and b with:

p is divisible by a and b, and
a <> b and a <> -b

and for each integer c which divides p :
c = a or c = -a or c = b or c = -b
I think it is too obvious that you are referring to
two positive integers. I don't know whether simply
listing the two integers excuses this.
davieddy is offline   Reply With Quote
Old 2007-02-27, 17:24   #22
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
Repรบblica de California

19·613 Posts
Default

An integer p is prime iff no integer x in the range sqrt(p) <= x < p divides p.
ewmayer 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:38 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.