-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue #143: enhance disjunction-introduction (left and right) inferen…
…ce-rules + empty restructured pages to prepare the documentation of interence-rules
- Loading branch information
1 parent
cd0d2d4
commit 337d6fc
Showing
24 changed files
with
2,003 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
biconditional-elimination-left | ||
=============================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
biconditional-elimination-right | ||
=============================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
biconditional-introduction | ||
=============================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
conjunction-elimination-left | ||
=============================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
conjunction-elimination-right | ||
=============================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
double-negation-elimination | ||
=============================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
elimination-rule | ||
================== | ||
|
||
Definition | ||
---------- | ||
|
||
An *introduction-rule* is an :doc:`inference_rule` that allows to derive a formula-statement of some syntactic form from some define premises. | ||
|
||
List of well-known *introduction-rules* | ||
-------------------------------------- | ||
|
||
* :doc:`biconditional_elimination_left` | ||
* :doc:`biconditional_elimination_right` | ||
* :doc:`conjunction_elimination_left` | ||
* :doc:`conjunction_elimination_right` | ||
* :doc:`disjunction_elimination` | ||
* :doc:`double_negation_elimination` | ||
|
||
Quotes | ||
------- | ||
|
||
"Each of the introduction rules tells us how to derive a formula of some syntactic form. For instance, the conjunction introduction rule (∧I) shows that we can derive a conjunction if we derive both conjunctive terms; the disjunction introduction rules (∨I) show that we can derive a disjunction if we derive one of the disjunctive terms." | ||
- :footcite:p:`porter_2008_handbookknowledgerepresentation`, p. 6-7 | ||
|
||
Bibliography | ||
------------ | ||
|
||
.. footbibliography:: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
introduction-rule | ||
================== | ||
|
||
Definition | ||
---------- | ||
|
||
An *introduction-rule* is an :doc:`inference_rule` that allows to derive a formula-statement of some syntactic form from some define premises. | ||
|
||
List of well-known *introduction-rules* | ||
-------------------------------------- | ||
|
||
* :doc:`biconditional_introduction` | ||
* :doc:`conjunction_introduction` | ||
* :doc:`disjunction_introduction_left` | ||
* :doc:`disjunction_introduction_right` | ||
* :doc:`double_negation_introduction` | ||
|
||
Quotes | ||
------- | ||
|
||
"Each of the introduction rules tells us how to derive a formula of some syntactic form. For instance, the conjunction introduction rule (∧I) shows that we can derive a conjunction if we derive both conjunctive terms; the disjunction introduction rules (∨I) show that we can derive a disjunction if we derive one of the disjunctive terms." | ||
- :footcite:p:`porter_2008_handbookknowledgerepresentation`, p. 6-7 | ||
|
||
See also | ||
--------- | ||
|
||
* :doc:`elimination_rule` | ||
* :doc:`inference_rule` | ||
|
||
Bibliography | ||
------------ | ||
|
||
.. footbibliography:: |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.