Skip to content

Commit e1566d5

Browse files
lyonel2017thery
andcommitted
Add new tactic "ensatz" for proving polynomial equalities with existential quantifier
Co-authored-by: Laurent Thery <[email protected]>
1 parent 9adb84b commit e1566d5

File tree

7 files changed

+951
-0
lines changed

7 files changed

+951
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- `ENsatzTactic.v` and `ENsatz.v`
2+
3+
+ Add new tactic ensatz for proving polynomial equalities
4+
with existential quantifier
5+
(`#160 <https://github.com/coq/stdlib/pull/160>`_,
6+
by Lionel Blatter).
7+

doc/stdlib/hidden-files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ theories/micromega/ZifyComparison.v
5757
theories/micromega/ZifyClasses.v
5858
theories/micromega/ZifyPow.v
5959
theories/micromega/Zify.v
60+
theories/nsatz/ENsatzTactic.v
6061
theories/nsatz/NsatzTactic.v
6162
theories/omega/OmegaLemmas.v
6263
theories/omega/PreOmega.v

doc/stdlib/index-list.html.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ through the <tt>From Stdlib Require Import</tt> command.</p>
296296
theories/ZArith/Zbitwise.v
297297
theories/ZArith/ZModOffset.v
298298
theories/ZArith/ZNsatz.v
299+
theories/ZArith/ZENsatz.v
299300
theories/Numbers/DecimalFacts.v
300301
theories/Numbers/DecimalNat.v
301302
theories/Numbers/DecimalPos.v

0 commit comments

Comments
 (0)