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.19.0.tar.gz
sha512=a95487d78319d9476fa78fa77eccaa46cede8529ae9dd12b87d724afecf3db4fde7220f4f4283f2d90a8ac114304254088a44dfbe018273471513553cbba10fa

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:2024-04-23

Published: 23 Apr 2024

Dependencies (2)

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

Dev Dependencies

None

Used by (1)

  1. coq-corn != "1.2.0"

Conflicts

None