Package natural-divides-gcd-def: Definition of natural number greatest common divisor

Information

namenatural-divides-gcd-def
version1.0
descriptionDefinition of natural number greatest common divisor
authorJoe Leslie-Hurd <joe@gilith.com>
licenseMIT
provenanceHOL Light theory extracted on 2014-11-04
checksuma8e2147635c7935579ed2da524c27845d57fe6b3
requiresbase
natural-divides-def
natural-divides-thm
showData.Bool
Number.Natural

Files

Defined Constant

Theorems

a b. divides (gcd a b) a

a b. divides (gcd a b) b

a b c. divides c a divides c b divides c (gcd a b)

External Type Operators

External Constants

Assumptions

() = λp. p ((select) p)

() = λp. p = λx.

() = λp q. p q p

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

r. (x. y. r x y) f. x. r x (f x)

p q. (x. p x q x) (x. p x) x. q x

a b.
    g.
      divides g a divides g b
      c. divides c a divides c b divides c g