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