jonnycomes / look_and_say

A python module for exploring look and say sequences in the spirit of John H Conway.
https://jonnycomes.github.io/look_and_say/
MIT License
1 stars 0 forks source link

Add Cosmological Theorem Provers #3

Open jonnycomes opened 2 years ago

jonnycomes commented 2 years ago

Include an implementation of an algorithm for proving Conway's Cosmological Theorem. Ideally, the algorithm will be flexible enough to prove Cosmological Theorems for other non-standard look and says too.

jonnycomes commented 2 years ago

Added a class Cosmology with a method proof() that implements a proof of Conway's Cosmological Theorem. The proof assumes only the digits 1, 2, and 3. Still need to:

The two items above should be quick. More significant changes could include: