diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2025-12-02 22:31:51 +0100 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2025-12-02 22:31:51 +0100 |
| commit | 90000ff166af343035eca031e0b6b8ed1c0c026d (patch) | |
| tree | d2cbcf5372e16a7728e75f2de552c0dc3bd9a0ec | |
| parent | 6d9899ff6749179adc6d79478c8511a08c91df45 (diff) | |
Update tutorial.md
| -rw-r--r-- | docs/tutorial.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tutorial.md b/docs/tutorial.md index 2ac685c..3bf2e36 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -88,3 +88,5 @@ If the suffiency is syntactically of the form `$\phi$ implies $\psi$` or similar Follows by assumption. % Finishing proof steps, which uses only local assumptions and intermediate claims (no global facts). \end{proof} ``` + +We can also make an assumption step against sufficiencies of the form `$\phi$ or $\psi$`, which changes the goal to the negation of `\psiw`. |
