Skip to content

Commit 6ebd503

Browse files
committed
moved further reading to the end of the chapter
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent 860ccbe commit 6ebd503

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

source/20-logic.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ Here is an example involving Modus Ponens:
7373
In this example, the premises lead to the conclusion using the Modus Ponens rule. If the first premise is true (it is sunny outside), and the second premise is also true (if it is sunny, we go for a walk), then the conclusion (we will go for a walk) logically follows.
7474

7575

76-
Further Reading
77-
"""""""""""""""
78-
79-
See `wikipedia.org/wiki/Propositional_calculus <https://en.wikipedia.org/wiki/Propositional_calculus>`_ for more details.
80-
81-
8276
Predicate Logic
8377
^^^^^^^^^^^^^^^
8478

@@ -144,3 +138,10 @@ Recap
144138
"""""
145139

146140
Predicate logic allows for the expression of more complex and nuanced statements about the world compared to propositional logic. Its use of quantifiers and predicates enables detailed analysis of the properties of objects and their relationships.
141+
142+
Further Reading
143+
^^^^^^^^^^^^^^^
144+
145+
- `wikipedia.org/wiki/Propositional_calculus <https://en.wikipedia.org/wiki/Propositional_calculus>`_
146+
- `wikipedia.org/wiki/First-order_logic (predicate logic) <https://en.wikipedia.org/wiki/First-order_logic>`_
147+
- `Systems perspective of basic logic <https://curricula.cs.luc.edu/25-systems/content.html#basic-logic>`_

0 commit comments

Comments
 (0)