package coq-mathcomp-algebra-tactics

  1. Overview
  2. No Docs
Ring, field, lra, nra, and psatz tactics for Mathematical Components

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.1.tar.gz
sha256=85b2c3eb60b12b1241c36ef85e25467323775b9d0234be0caab24b8809863e47

Description

This library provides ring, field, lra, nra, and psatz tactics for algebraic structures of the Mathematical Components library. The ring and field tactics respectively work with any comRingType and fieldType. The other (Micromega) tactics work with any realDomainType or realFieldType. Their instance resolution is done through canonical structure inference. Therefore, they work with abstract rings and do not require Add Ring and Add Field commands. Another key feature of this library is that they automatically push down ring morphisms and additive functions to leaves of ring/field expressions before applying the proof procedures.

Tags

logpath:mathcomp.algebra_tactics

Published: 13 Apr 2023

Dependencies (5)

  1. coq-elpi >= "1.15.0" & != "1.17.0"
  2. coq-mathcomp-zify >= "1.1.0"
  3. coq-mathcomp-algebra
  4. coq-mathcomp-ssreflect >= "1.15" & < "1.20~"
  5. coq >= "8.16" & < "8.20~"

Dev Dependencies

None

Used by (2)

  1. coq-infotheo >= "0.6.0" & < "0.7.0"
  2. coq-mathcomp-apery >= "1.0.2"

Conflicts

None