Table of Contents

Logic and Set Theory

Rules

During the course Logic and Set Theory a student can get up to 100 pts (100%)

Scale of grades: 60% dst (3), 75% dst+ (3.5), 80% db (4), 85% db+ (4.5), 90% bdb (5).

To collect the maximum number of points one has to participate in:

Further rules:

Projects

Logic and set theory course projects:

The project is worth 10 pts in total.

Rules

1. Description of the program (PDF + presentation during the session; LaTeX and Beamer are very welcome) (5 pts.)

2. Demo of the features during the session (5 pts.)

3. Groups of 3 - 4 students can present one project.

4. Program must be your own work and cannot use only built-in functions of a specific programming language, i.e. one cannot use libraries that completely solve a given problem.

Project topics:

1. Program that emulates the action of combined logical gates with sample designs: multiplicator scheme, binary addition scheme, function prescribed by the user.

2. Program that checks the formula in classical logic is syntactically correct, checks the truth of any given correct formula and returns the possible evaluation of variables for which formula is false.

3. Program that produces analytic tableaux for the formula and checks whether the formula is a tautology.

4. Program that turns a given valid formula into a conjunctive/disjunctive normal form (using 0-1 tables).

5. Program that turns a given valid formula into a conjunctive/disjunctive normal form (using transformations to equivalent forms).

6. Program that turns a selected formula into equivalent one with selected restricted set of logical connectives (we restrict to several sets of connectives that form a universal set, e.g. disjunction and negation; conjunction and negation; Sheffer stroke; Pierce arrow).

7. Program that tries to find a formula equivalent to a given one but of shorter length (reduction algorithm; decide on the specific criteria, e.g. number of variables, total number of symbols without brackets etc.).