[docs] Port the example that @ax0 told me months ago about a theorem-ish perspective on predicates, and updates the signature section adding a note (& references) on the current signature scheme. (#443)

* Port the example that @ax0 told me months ago about a theorem-ish perspective on predicates, and updates the signature section adding a note (& references) on the current signature scheme.

* apply review corrections from @ed255

* update example with @artwyman IsComposite suggestion & transitive_eq example
This commit is contained in:
arnaucube 2026-01-07 16:24:56 +01:00 committed by GitHub
parent 813a86c670
commit 2eb1daeb92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 64 additions and 5 deletions

View file

@ -14,7 +14,7 @@
- [Deductions](./deductions.md)
- [Statements](./statements.md)
- [Operations](./operations.md)
- [Simple example](./simpleexample.md)
- [Simple example](./simpleexample.md)
- [Custom statements and custom operations](./custom.md)
- [Defining custom predicates](./custompred.md)
- [Custom statement example](./customexample.md)