package coq-math-classes

  1. Overview
  2. No Docs
A library of abstract interfaces for mathematical structures in Coq

Install

Dune Dependency

Authors

Maintainers

Sources

8.13.0.tar.gz
sha512=c668b30afbbb54ee450bf78f57ea706a4c6b8ae16fdb873d0e2b85bf41f483963307930e7172be96187715000cbea10d70e04c16af8e94b8ccd222a174322629

Description

Math classes is a library of abstract interfaces for mathematical structures, such as:

  • Algebraic hierarchy (groups, rings, fields, …)
  • Relations, orders, …
  • Categories, functors, universal algebra, …
  • Numbers: N, Z, Q, …
  • Operations, (shift, power, abs, …)

It is heavily based on Coq’s new type classes in order to provide: structure inference, multiple inheritance/sharing, convenient algebraic manipulation (e.g. rewriting) and idiomatic use of notations.

Tags

logpath:MathClasses date:2021-05-25

Published: 26 May 2021

Dependencies (2)

  1. coq-bignums
  2. coq >= "8.11" & < "8.15~"

Dev Dependencies

None

Used by (1)

  1. coq-corn != "1.2.0" & < "8.19.0"

Conflicts

None