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.17.0.tar.gz
sha512=f8cc896b876891d3ceaea1aa369034801fc55c1ef877efd88704582ff587009e9d94646aa2dae37327913cdf27ce1be59e576579e357e1d9b9dec0e28aaffada

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:2023-03-04

Published: 15 Mar 2023

Dependencies (2)

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

Dev Dependencies

None

Used by (1)

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

Conflicts

None