diff options
| author | Théo Zimmermann | 2019-05-10 00:15:23 +0200 |
|---|---|---|
| committer | GitHub | 2019-05-10 00:15:23 +0200 |
| commit | 3603a6d3324aa54c385f3f84a9fb4d5b9c2fde57 (patch) | |
| tree | 8b271b551ab6cb1a4d234da1dfb5eed6862d6a53 /doc/sphinx | |
| parent | 7843c21c9568f49a78d7c306978f446618ef8d25 (diff) | |
Better title for the first example of the Ltac examples section.
Diffstat (limited to 'doc/sphinx')
| -rw-r--r-- | doc/sphinx/proof-engine/ltac.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/proof-engine/ltac.rst b/doc/sphinx/proof-engine/ltac.rst index 83b8bc2308..a7eb7c2319 100644 --- a/doc/sphinx/proof-engine/ltac.rst +++ b/doc/sphinx/proof-engine/ltac.rst @@ -1179,10 +1179,10 @@ Printing |Ltac| tactics Examples of using |Ltac| ------------------------- -About the cardinality of the set of natural numbers -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Proof that the natural numbers have at least two elements +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. example:: About the cardinality of the set of natural numbers +.. example:: Proof that the natural numbers have at least two elements The first example shows how to use pattern matching over the proof context to prove that natural numbers have at least two |
