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