Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/sphinx/addendum/nsatz.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ files that declare the axioms used to define the real numbers, you can

`radicalmax`
bound when searching for r such that
:math:`c (P−Q) r = \sum_{i=1..s} S_i (P i − Q i)`.
:math:`c (P−Q)^r = \sum_{i=1..s} S_i (P_i − Q_i)`.
This argument must be of type `N` (binary natural numbers).

`strategy`
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/proofs/automatic-tactics/auto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ Creating Hints
Hint Extern 5 ({?X1 = ?X2} + {?X1 <> ?X2}) =>
generalize X1, X2; decide equality : eqdec.
Goal forall a b:list (nat * nat), {a = b} + {a <> b}.
info_auto.
info_auto with eqdec.

.. cmd:: Hint Cut [ @hints_regexp ] {? : {+ @ident } }

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/proofs/automatic-tactics/logic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Solvers for logic and equality

Moreover, if it has nothing else to do, :tacn:`tauto` performs introductions.
Therefore, the use of :tacn:`intros` in the previous proof is unnecessary.
:tacn:`tauto` can for instance for:
:tacn:`tauto` can for instance solve:

.. example::

Expand Down
Loading