package coq-rational

  1. Overview
  2. No Docs
A definition of rational numbers

Install

Dune Dependency

Authors

Maintainers

Sources

v8.6.0.tar.gz
md5=c72f2408a598286b2acca2b05164d836

Description

Definition of integers as the usual symetric completion of a semi-group and of rational numbers as the product of integers and strictly positive integers quotiented by the usual relation. This implementation assumes two sets of axioms allowing to define quotient types and subset types. These sets of axioms should be proved coherent by mixing up the deliverable model and the setoid model (both are presented in Martin Hofmann' thesis).

Dependencies (2)

  1. coq >= "8.6" & < "8.7~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None