Entry | Value |
---|---|
Name | foldr_cons |
Conclusion | !f b h t. foldr f b (CONS h t) = f h (foldr f b t) |
Constructive Proof | Yes |
Axiom | N|A |
Classical Lemmas | N|A |
Constructive Lemmas | |
Contained Package | list-fold-def |
Comment | Standard HOL library retrieved from OpenTheory |