diff options
| author | Pierre-Marie Pédrot | 2020-08-26 00:43:45 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-08-26 00:43:45 +0200 |
| commit | e01f9df8aa68ecae26bce15544b7244ced1b2be5 (patch) | |
| tree | 2076e0c62e8e571dc64d2775377f6dd24ffabea9 /doc/sphinx | |
| parent | 51c0d56a5b0384e2f6bd980a1111547641c66b3e (diff) | |
| parent | 4ad36b5e2369b37aa2483a1e04eb628d147d97d3 (diff) | |
Merge PR #12861: Require NsatzTactic: nsatz support for Z and Q
Ack-by: Zimmi48
Reviewed-by: jfehrle
Reviewed-by: ppedrot
Reviewed-by: thery
Diffstat (limited to 'doc/sphinx')
| -rw-r--r-- | doc/sphinx/addendum/nsatz.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/sphinx/addendum/nsatz.rst b/doc/sphinx/addendum/nsatz.rst index ed2e1ea58c..ed93145622 100644 --- a/doc/sphinx/addendum/nsatz.rst +++ b/doc/sphinx/addendum/nsatz.rst @@ -34,6 +34,12 @@ Nsatz: tactics for proving equalities in integral domains You can load the ``Nsatz`` module with the command ``Require Import Nsatz``. + Alternatively, if you prefer not to transitively depend on the + files declaring the axioms used to define the real numbers, you can + ``Require Import NsatzTactic`` instead; this will still allow + :tacn:`nsatz` to solve goals defined about :math:`\mathbb{Z}`, + :math:`\mathbb{Q}` and any user-registered rings. + More about `nsatz` --------------------- @@ -85,4 +91,4 @@ performed using :ref:`typeclasses`. then `lvar` is replaced by all the variables which are not in `parameters`. -See the file `Nsatz.v` for many examples, especially in geometry. +See the test-suite file `Nsatz.v <https://github.com/coq/coq/blob/master/test-suite/success/Nsatz.v>`_ for many examples, especially in geometry. |
