Package natural-order-min-max-def: Definition of natural number min and max functions

Information

namenatural-order-min-max-def
version1.10
descriptionDefinition of natural number min and max functions
authorJoe Hurd <joe@gilith.com>
licenseHOLLight
provenanceHOL Light theory extracted on 2011-11-27
requiresbool
natural-order-thm
showData.Bool
Number.Natural

Files

Defined Constants

Theorems

m n. max m n = if m n then n else m

m n. min m n = if m n then m else n

P. (n. P n) P ((minimal) P) m. m < (minimal) P ¬P m

Input Type Operators

Input Constants

Assumptions

T

() = λP. P ((select) P)

() = λp. p = λx. T

() = λp q. p q p

() = λp q. (λf. f p q) = λf. f T T

P. (n. P n) n. P n m. m < n ¬P m