Created
July 26, 2018 14:22
-
-
Save KKostya/5050cb0d6d79b11d8aecf293335e563a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
theorem never_goes_back state = | |
state.incoming <> None | |
==> | |
no_moving_back (one_step state).outgoing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment