Yujh sandbox: Weirdly adjustable spaceships.

A forum for topics that don't fit elsewhere. Introduce yourselves to other members of the forums, discuss how your name evolves when written out in the Game of Life, or just tell us how you found it. Forum rules still apply.
Post Reply
User avatar
yujh
Posts: 3153
Joined: February 27th, 2020, 11:23 pm
Location: I'm not sure where I am, so please tell me if you know
Contact:

Yujh sandbox: Weirdly adjustable spaceships.

Post by yujh »

B2c3a6ac7e/S1e2cik3ejnr4i adjustable ships. Sorry my friends in China.
https://docs.google.com/spreadsheets/d/ ... sp=sharing
User avatar
toroidalet
Posts: 1514
Joined: August 7th, 2016, 1:48 pm
Location: My computer
Contact:

Re: Yujh sandbox: Weirdly adjustable spaceships.

Post by toroidalet »

It can be proved that any speed with the usual constraints[a] has a ship of that speed. First, it is possible to construct a front end by overlaying a sequence of replicators which are destroyed at the front (see diagram):

Code: Select all

x = 18, y = 26, rule = B2c3a6ac7e/S1e2cik3ejnr4i
2b16o$bobo3bo3bo3bo$2b15o3$6bo$5b3o$6bo4$b16o$o4bobobobo$b15o3$8bo$6bo
bo$6bobo$6bobo$6bo3$2b16o$bobobo3bo5bo$2b15o!
Next, consider the very first space where a replicator could be. If it is wrong (on when it should be off or vice versa), this can be fixed by adding a replicator in the original pattern (period) cells[b‎] away from where the error will be. If it is the same we do nothing. We then move to the next spot and do the same thing.
After moving far enough away from the front end[c], the next cell will always be a simple xor of certain cells within the last (period) cells. This sequence will be periodic for obvious reasons. Therefore, eventually it will loop back to the sequence at the front[c]. The back end can be placed at the new front and we will have a complete spaceship.

[a]: The speed is less than or equal to c/3 and the sum of the period and displacement is even. Also, nc/3n spaceships are impossible, but it should be possible to have, say, 2c/10 spaceships which aren't just c/5s.
[b‎]: This does not affect any cells beyond the wrong cell because it travels at light speed and so it takes a full cycle to move to the current spot.
[c]: While it definitely will loop back to the sequence at the front in the same phase, it is possible that it may appear earlier but phase-shifted relative to the front.
Any sufficiently advanced software is indistinguishable from malice.
User avatar
pzq_alex
Posts: 801
Joined: May 1st, 2021, 9:00 pm
Location: tell me if you know

Re: Yujh sandbox: Weirdly adjustable spaceships.

Post by pzq_alex »

toroidalet wrote: July 29th, 2022, 3:15 pm ...Therefore, eventually it will loop back to the sequence at the front[c]. The back end can be placed at the new front and we will have a complete spaceship.

[c]: While it definitely will loop back to the sequence at the front in the same phase, it is possible that it may appear earlier but phase-shifted relative to the front.
How do you attach the back end? To me, it’s not obvious that a suitable backend can be attached to the front sequence.
\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
toroidalet
Posts: 1514
Joined: August 7th, 2016, 1:48 pm
Location: My computer
Contact:

Re: Yujh sandbox: Weirdly adjustable spaceships.

Post by toroidalet »

pzq_alex wrote: July 29th, 2022, 9:07 pm How do you attach the back end? To me, it’s not obvious that a suitable backend can be attached to the front sequence.
The second front end in the pattern behaves identically to the one at the front, which means its replicators have to be blocked in the same positions. Therefore, the replicators right before it are blocked in positions moving to the left 1 cell at a time in the same intervals, which is equivalent to a pulling reaction. See the diagram:

Code: Select all

x = 109, y = 17, rule = B2c3a6ac7e/S1e2cik3ejnr4i
b54o$obobo5bo3bobobo3bobobobo9bobobo3bobo3bo$b53o5$b108o$obobo5bo3bobo
bo3bobobobo9bobobo3bobo3bo3bo7bo3bobobobobobo3bo3bo3bo3bobobobo3bo$b
107o5$55b54o$54bobo7bo3bobobobobobo3bo3bo3bo3bobobobo3bo$55b53o!
Note that with larger speeds, it may be possible that the back and front ends are different, but this only makes them shorter.
Any sufficiently advanced software is indistinguishable from malice.
Post Reply