From e6a0c431f325091c5dbf8fec0105c53bfc7cfe0f Mon Sep 17 00:00:00 2001 From: Francois Schwarzentruber Date: Wed, 25 Oct 2023 10:32:10 +0200 Subject: [PATCH] #1 solved: reorganization of the rules in natural deduction --- dist/naturaldeduction.html | 57 +++++++++++++++++++++++++++++--------- 1 file changed, 44 insertions(+), 13 deletions(-) diff --git a/dist/naturaldeduction.html b/dist/naturaldeduction.html index a5c6d7a..21be6d1 100644 --- a/dist/naturaldeduction.html +++ b/dist/naturaldeduction.html @@ -27,7 +27,12 @@

In propositional logic

Examples of direct applications of rules

-First, let us explore the rules in propositional logic. First, you can simply conclude an hypothesis: +First, let us explore the rules in propositional logic. + +

Dealing with hypotheses

+ + +First, you can simply conclude an hypothesis: @@ -37,6 +42,16 @@

Examples of direct applications of rules

+ +Of course, you can add hypothesis without destroying what you already proved: + + + +

Absurd

+ If an hypothesis of the form not phi leads to a contradiction, you can derive phi and remove that hypothesis. -Of course, you can add hypothesis without destroying what you already proved: - - - +

Implication

Now, if you suppose p and derive q, you can irrevocably prove p -> q. @@ -72,6 +81,24 @@

Examples of direct applications of rules

+ If you have already proven p and you have p -> q, you have a proof for q: + + + + + + +

Or

+ + + + + +

And

+ + +

Not

+ +