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