Skip to content

Commit

Permalink
update index too
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiek committed Oct 15, 2024
1 parent bcc8814 commit 3ebec66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ A Deduce file contains a list of **statements**. Each statement can be one of
6. [Print](./Reference.md#Print-Statement)

In Deduce, one must give a reason for why a theorem is true, and the
reason is given by a **proof**. Proofs are typically formed of smaller
proofs that are put together using the many ways that Deduce provides
for combining proofs.
reason is given by a **proof**. Proofs are constructed using the rules
of logic together with ways to organize proofs by working backwards
from the goal, or forwards from the assumptions.

Both logical formulas and program expressions are represented in
Deduce by **terms**. For example, `if P then Q` is a logical formula
Expand Down

0 comments on commit 3ebec66

Please sign in to comment.