A question that seems to be hard to say

For general discussion about Conway's Game of Life.
Post Reply
shuich01
Posts: 36
Joined: March 27th, 2021, 8:40 pm
Location: PRC

A question that seems to be hard to say

Post by shuich01 » May 19th, 2021, 6:16 am

Is there any unsimplified speed (x,y)c/p (2(|x|+|y|)<=p) that no spaceships exist?
Still wandering ...

Dylan Chen
Posts: 114
Joined: March 27th, 2020, 8:07 am
Contact:

Re: A question that seems to be hard to say

Post by Dylan Chen » May 19th, 2021, 7:41 am

Last edited by Dylan Chen on May 20th, 2021, 3:50 am, edited 1 time in total.
Tools should not be the limit.
Whether your obstacle is a script, an stdin, or Linux environment computing resouces.
check New rules thread for help.

User avatar
yujh
Posts: 3068
Joined: February 27th, 2020, 11:23 pm
Location: I'm not sure where I am, so please tell me if you know
Contact:

Re: A question that seems to be hard to say

Post by yujh » May 19th, 2021, 8:41 am

? & still don’t understand the question.

Code: Select all

#N 77P6H1V1
#O Josh Ball
#C The smallest known c/6 diagonal spaceship; found in March, 2011
#C http://www.conwaylife.com/wiki/index.php?title=77P6H1V1
x = 36, y = 36, rule = b3/s23
34bob$33bobo$31b2o2bo2$30bo5b$27b2o2b2o3b$27b2o7b$27bo8b$25bobo8b$25b
2o9b$23bo2bo9b$22bo4bo8b$21bo5bo8b$18bo3bo13b$17bobo3b2o11b$16b2ob2o
15b$15b2o4bobo12b$14b2o7bo12b$13bo9bo12b$14b2o20b$15bo20b$12bo3bo19b$
11bobo22b$10bo3bob3o17b$14bo21b$8b2o26b$9b2o25b$5b4o2b2o23b$5b2o29b2$
4bo31b$2bo2bo30b$2bo2bo30b$bo34b$o35b$b2o!
Rule modifier

B34kz5e7c8/S23-a4ityz5k
b2n3-q5y6cn7s23-k4c8
B3-kq6cn8/S2-i3-a4ciyz8
B3-kq4z5e7c8/S2-ci3-a4ciq5ek6eik7

Bored of Conway's Game of Life? Try Pedestrian Life -- not pedestrian at all!

User avatar
pzq_alex
Posts: 793
Joined: May 1st, 2021, 9:00 pm
Location: tell me if you know

Re: A question that seems to be hard to say

Post by pzq_alex » June 9th, 2021, 10:54 pm

Um... I'm not particularly well at engineering macro-spaceships, but there are a few things I can say.
  • Speed Demonoids allow every possible diagonal speed.
    Orthogonoids can also allow every possible orthogonal speed.
    For oblique speeds, a macro-spaceship can theoretically be built if there is an appropriate helix.
    Also, adjustable oblique spaceships might also allow every possible oblique speed -- I see no theoretical difficulties, and I believe that such a family of adjustable oblique ships will very probably exist, just that no-one has built it yet.
\sum_{n=1}^\infty H_n/n^2 = \zeta(3)

How much of current CA technology can I redevelop "on a desert island"?

User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

Re: A question that seems to be hard to say

Post by Moosey » June 10th, 2021, 5:42 pm

shuich01 wrote:
May 19th, 2021, 6:16 am
Is there any unsimplified speed (x,y)c/p (2(|x|+|y|)<=p) that no spaceships exist?
Well, we definitely don't know of ships at all speeds, particularly not unsimplified as you stated (this rules out the macro-spaceships mentioned in the above post); but a proof of the nonexistence of a spaceship at a specific unsimplifed speed with the conditions you stated would be highly nontrivial (unless you count (0,0)c/n, though if you consider that a valid velocity for spaceships then it seems strange to say that oscillators aren't spaceships because they're called something else :P ).

By the way, in the future you might want to ask similar questions in the dedicated thread.
not active here but active on discord

User avatar
toroidalet
Posts: 1514
Joined: August 7th, 2016, 1:48 pm
Location: My computer
Contact:

Re: A question that seems to be hard to say

Post by toroidalet » June 10th, 2021, 6:32 pm

For all low periods that have been searched, long partial spaceships have been constructed, usually consisting of a working front end with a tail that rapidly degenerates (or sometimes a working tail with a head that rapidly degenerates), and there is no compelling reason why they should not be able to be completed. My personal opinion is that very large spaceships of all unsimplified speeds exist, but such a statement is nigh impossible to decide either way.
Moosey wrote:
June 10th, 2021, 5:42 pm
a proof of the nonexistence of a spaceship at a specific unsimplifed (sic) speed with the conditions you stated would be highly nontrivial
Indeed, there are rules where it is undecidable whether a spaceship of that unsimplified speed exists. (proof: have the top row be the starting configuration of a universal Turing machine with the numbers a and b written somehow; the top row moves up a cells then waits b generations and further rows move up whenever they have room, provided that they locally correspond to the evolution of the Turing machine) Needless to say, Life is probably not one of these rules, but the fact that these rules exist suggests that without explicitly coming up with a ship or showing that all branches of the search reach dead ends, it will be very hard to reason one way or another.
Any sufficiently advanced software is indistinguishable from malice.

Post Reply