| Entry | Value |
|---|---|
| Name | FILTER_CONS |
| Conclusion | !p h t. FILTER p (CONS h t) = (if p h then CONS h (FILTER p t) else FILTER p t) |
| Constructive Proof | Yes |
| Axiom | N|A |
| Classical Lemmas | N|A |
| Constructive Lemmas | |
| Contained Package | list-filter-def |
| Comment | Standard HOL library retrieved from OpenTheory |