package coq-mathcomp-algebra-tactics

  1. Overview
  2. No Docs
Ring and field tactics for Mathematical Components

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
sha256=fa46588280364b64167398c1bdf4e0b20ca21c30f30213be5d12ea14c5242aad

Description

This library provides ring and field tactics for Mathematical Components, that work with any comRingType and fieldType instances, respectively. 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 normalization to the Horner form.

Tags

logpath:mathcomp.algebra_tactics

Published: 25 Apr 2022

Dependencies (5)

  1. coq-elpi (>= "1.10.1" & != "1.17.0")
  2. coq-mathcomp-zify (>= "1.1.0")
  3. coq-mathcomp-algebra
  4. coq-mathcomp-ssreflect (>= "1.12" & < "1.18~")
  5. coq (>= "8.13" & < "8.18~")

Dev Dependencies

None

Used by (1)

  1. coq-mathcomp-apery >= "1.0.2"

Conflicts

None