Skip to content

Commit 32f956d

Browse files
committed
[ pages ] rename contents to index
1 parent b28301d commit 32f956d

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

pages/contents-extra.md

-9
This file was deleted.

pages/contents.md pages/index.md

+15
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,21 @@ By the end of semester 1 of the module you should be able to:
2020
- Construct proofs in Propositional and Predicate Logic
2121
- Understand the basic metatheory of Propositional and Predicate Logic
2222

23+
## Part 0: Propositional Logic
24+
25+
Part 0 of this course is a (re)introduction to the basic concepts of Propositional Logic.
26+
27+
1. [Syntax](prop-logic-syntax.html): what are the valid sequences of symbols that we can write down? Which ones are logical formulas?
28+
29+
2. [Semantics](prop-logic-semantics.html): what do those symbols mean? What do formulas made form the symbols mean?
30+
31+
3. [Truth Tables, Satisfiability, and Validity](truth-tables.html): An effective way to compute the meaning of a logical formula, and two kinds of statements we can make about a formula.
32+
33+
4. [Entailment](entailment.html): A generalised form of validity. What does it mean to say a formula is true under some assumptions?
34+
35+
5. [Beyond the binary: Three-valued Logic](three-valued-logic.html). We will primarily study *two*-valued logic (`true` and `false`), but what if we have more than two truth values?
36+
37+
2338
## Part 1: Logical Modelling
2439

2540
In Part 1, we use logical modelling to describe and solve problems.

0 commit comments

Comments
 (0)