Created
October 12, 2015 22:02
-
-
Save wilcoxjay/5dad794e8be8918be8bb 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 necessity : | |
| forall T (f : T -> nat -> T), | |
| (forall b t, fold b f t = fold' b f t) -> | |
| (forall b n1 n2, f (f b n1) n2 = f (f b n2) n1). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment