Algebra Tactics 1.2.0
This release is compatible with Coq 8.16 to 8.18, MathComp 2.0, Mczify 1.15, and Coq-Elpi 1.15 to 1.19 (except 1.17.0).
TheAll the provided tactics support semiring homomorphisms applied to semiring subexpressions as well.ring
tactic now supports commutative semirings as in thering
tactic of Coq, thanks to thesemiRingType
andcomSemiRingType
structures introduced in MathComp 2.0.- The
lra
,nra
, andpsatz
tactics now support additive functions applied to Z-module or N-module subexpressions. - The preprocessors now automatically compress homomorphisms from "initial objects" (
nat
,N
,int
, andZ
) to the canonical ones (e.g.,intr
) and thus equate more variables.
EDIT: the ring
tactic actually does not work for commutative semirings. This issue will be fixed in Algebra Tactics 1.2.1.