dafny-lang / libraries

Libraries useful for Dafny programs
Other
43 stars 25 forks source link

Unique minimum of totally-ordered sets #82

Closed stefan-aws closed 1 year ago

stefan-aws commented 1 year ago

Establishes that every totally-ordered set has a unique minimum.

The proof is a simplified version of the arguments in https://leino.science/papers/krml275.html.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.