Skip to content

Commit bbcc685

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

File tree

6 files changed

+976
-0
lines changed

6 files changed

+976
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
- in `ENsatzTactic`
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+
8+
- Add documentation for new tactic `ensatz`
9+
(`#20762 <https://github.com/rocq-prover/rocq/pull/20762>`_,
10+
by Lionel Blatter).
11+
12+
- in `ENsatz`
13+
14+
+ Add tests for tactic `ensatz`
15+
(`#160 <https://github.com/coq/stdlib/pull/160>`_,
16+
by Lionel Blatter).
17+

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

0 commit comments

Comments
 (0)