| Entry | Value |
|---|---|
| Name | foldl_def |
| Conclusion | !f b l. foldl f b l = foldr (C f) b (REVERSE l) |
| Constructive Proof | Yes |
| Axiom | N|A |
| Classical Lemmas | N|A |
| Constructive Lemmas | |
| Contained Package | list-fold-def |
| Comment | Standard HOL library retrieved from OpenTheory |