-
This is just to let you know about a compilation error that we have observed
on Apery's CI: https://github.com/coq-community/apery/commit/18a6456d7d42b7872cb62880ccecd24992d5cbec
The error messag…
-
In this example, we see that the `ring` tactic fails or succeeds on terms that are equivalence modulo `change`, and in fact the original term comes up naturally in one of my proofs. **Is this a bug o…
-
I've looked through several of the Coq formalizations, and one problem I see is the mixing of modules and idioms from different *overlapping* libraries, such as Coq's Stdlib, Coquelicot, and MathComp …
-
I ported it to recent versions of Coq and MathComp: https://github.com/coq-community/lemma-overloading/pull/74
-
https://github.com/math-comp/analysis/blob/b1a0e33f32bb2f865372d0963afb22b5ad9eadf3/theories/measure.v#L1296
this will conflict with `Nmodule` @proux01
-
`idempotent` in `ssrfun.v` is defined for binary operators but we happen to have a need for idempotent functions in MathComp-Analysis and called this latter definition `idemponent_fun`. It seems more …
-
we need a libobject which populates a map kername -> loc (where loc contains a file name relative to the logical path)
mathcomp.ssreflect.ssrnat.len -> mathcomp.ssreflect + ssrnat.v + loc
Coq.Init…
gares updated
2 months ago
-
I have tried the hammer on mathcomp lemmas and it has mostly failed. Here is a simple example: addition of algebraic complex numbers commutes. I want hammer to construct the proof term `(@GRing.Theory…
-
Hi @thery how about integrating your development to mathcomp?
-
Mathcomp changes some default coq behaviors globally by setting some flags.
Examples: https://github.com/math-comp/math-comp/blob/master/mathcomp/ssreflect/ssreflect.v#L5-L6
These global behaviors …