-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even/odd world #9
Comments
My code is here https://github.com/ifarabella/NNG4 . The relevant theorems are under NNG4/Game/Levels/EvenOddTest |
Ivan I cleaned up your code and put it here. Right now the plan is to have even-odd world after advanced addition world, which will introduce the theorems |
OK so the status of this is that neither Ivan nor I have the time to work on it, I have tidied up the plan for the level and have pushed it to the file |
I am working on this. |
We need an even/odd world. A proposal:
IsEven x := \exists t, x = t + t
,IsOdd x := \exists t, x = t + t + 1
, and then the boss levels of that world is that every natural is either even or odd, and that no natural is both even and odd.Ivan has started on writing the Lean code (but I don't have a link).
The text was updated successfully, but these errors were encountered: