Hi everyone,
I have been working heavily on the Rule 30 Prize problems and wanted to share a rigorous algebraic approach I just posted to the community.
I developed a framework that completely lifts Rule 30's discrete Boolean logic into continuous integer calculus by using the binomial basis. By projecting this back to F_2 via Lucas' Theorem, the automaton's non-linear evolution translates into an exact subset OR-convolution over finite integer support sets, which we can call Sm
I have successfully compressed these support sets into masked dyadic blocks, which formally decouples spatial evaluation from temporal generation and allows the state of any cell to be queried in a strictly bounded O(logn) time if we have already computed Sm.
However, I have hit a wall and would love the input of the mathematicians here. My evaluation of Sm is still recursive. I am trying to determine if it is mathematically possible to find a closed-form (non-recursive) expression for Sm, or if the +1 carry-collisions introduced by the increment operator permanently shatter these subsets. If it is the latter, could this serve as the formal proof of Computational Irreducibility that the prize is looking for?
I have attached my full paper and Mathematica notebooks in my dedicated post. I would be honored if anyone here working on the contest would take a look and share their thoughts: https://community.wolfram.com/groups/-/m/t/3647733
Thanks