CS 15-317: Constructive Logic
(Spring 2012)

About this course  [  Description  |  Prerequisites  |  Feedback  |  Readings  |  Software  |  Grading  |  Assessment  ]

Description

This course is about logics that express algorithms or computations. These constructive logics permeate Computer Science, both as a foundation for the discipline and as concrete languages with eminently practical uses. Indeed, logical languages, tools and methods play an essential role in the design, specification and verification of computer hardware and software, a role that is growing as systems become more complex. The course provides a general exposure to the ideas underlying constructive logic and examines some specific logics and their applications. It is organized into four parts: This course is a gateway to the fascinating and multifaceted world of computational logic. If you find it enjoyable, you may also like 15-312 Foundations of Programming Languages (a systematic, logic-based investigation to programming languages), 15-414 Bug Catching: Automated Program Verification and Testing (the use of a logical technique known as model-checking to verify complex systems), and 80-311 Computability and Incompleteness (a study of the logical foundations of Computer Science).

Prerequisites

This course targets primarily (but not exclusively) Computer Science undergraduate students in their junior or senior year. To enroll, students must have completed CS 15-212 (Principles of Programming) or received explicit permission from the instructor.

Readings

There is no textbook for this class. However, each lecture is covered by a handout or an article (see schedule). Readings are required unless explicitly flagged as optional.

This course assumes proficiency with informal logic and logical reasoning. If you feel you need a review or are otherwise unsure, you may want to read through Discovering Logic, by Iliano Cervesato.

Feedback

It is my goal to make this course successful, stimulating and enjoyable. If at any time you feel that the course is not meeting your expectations or you want to provide feedback on how the course is progressing for you, please . If you would like to provide anonymous comments, please use the feedback form on the course home page or slide a note under my door. Comments of general interest will be answered on the course discussion board.

Software

We will use several languages and software tools in the various parts of the course.
Tutch
Tutch (short for Tutorial Proof Checker) is a tool that checks the validity of formal proofs that users provide. We will use version 0.52 beta. To run Tutch,

See the documentation for further information on running Tutch. The examples from the overview are available here.

Prolog
We will gain experience with top-down logic programming using GNU Prolog, version 1.3.0 or later. To run Prolog,

See the GNU Prolog manual for further information.

Lollibot
To explore bottom-up logic programming we will be using Lollibot, a linear logic programming language which is a custom fragment of Ollibot.

Lollibot is installed on unix.qatar.cmu.edu. You can run it on a file filename.lob with the command

  $ lollibot filename.lob

See the Lollibot primer by William Lovas for a quick introduction. Several examples from lecture are available here.

Grading

This is a 9 unit course. It counts as a logic and languages constrained elective.

Tasks and Percentages

Evaluation Criteria

Your assignments and exams are evaluated on the basis of:

Late Policy

Every student has up to 3 late days that may be used for any assignment throughout the semester, but no homework may be more than one day late (no fractional late days: if you submit 1 minute late, you have used up a full late day). Submissions will not be accepted afterward.

Academic Integrity

You are expected to comply with the University Policy on Academic Integrity and Plagiarism.

Collaboration is regulated by the whiteboard policy: you can bounce ideas about an assignment, but when it comes to typing it down for submission, you are on your own — no notes, snapshots, etc., you can at most reconstruct the reasoning from memory.

Assessment

Course Objectives

This course seeks to develop students who:
  1. demonstrate a high level of proficiency with logic fundamentals
  2. are familiar with algorithmic uses of computational logic
  3. are experienced with a non-declarative programming paradigm
  4. approach problems logically and create innovative solutions relying on proven techniques
  5. have foundational knowledge and an attitude of career-long learning to remain current as technologies evolve
  6. communicate orally and in writing in effective and appropriate ways within the discipline

Learning Outcomes

Upon successful completion of this course, students will:
  1. know and appreciate advanced concepts in logic. Namely, students will
    1. have a deep understanding of propositional and predicate logic, be familiar with the distinction between intuitionistic and classical logic, and have had exposure to some advanced logics
    2. correctly use a natural deduction or sequent calculus presentation in appropriate situations
    3. be familiar with fundamental properties such as soundness, completeness and consistency, as well as with cut-elimination
    4. be able to use structural induction to prove elementary properties of logical systems
  2. have a clear understanding of the logical mechanisms underlying several forms of computation. Namely, they will
    1. be acquainted with the proofs-as-programs correspondence, both for intuitionistic and for classical logic
    2. be familiar with the formulas-as-programs paradigm and computation as proof search
    3. understand the concept of abstract logic programming language and uniform proof
    4. distinguish backward-chaining and forward-chaining modes of computation
    5. extract algorithms from constructive proofs, for example a compiler from a proof of soundness
  3. be able to write programs in a variety of styles within the logic programming paradigm. Specifically, they will
    1. be familiar with the fundamental algorithms of top-down logic programming including resolution and unification
    2. be able to write medium-sized programs in Prolog and related languages
    3. understand the principles and applications of bottom-up logic programming as found in Datalog
    4. have had exposure to elementary forms of rewriting logic as found in forward-chaining linear logic programming
  4. are able to think abstractly and to combine methods to solve a problem. Namely, they will be able to
    1. apply abstractions to solve problems
    2. develop a systematic analysis method for solving problems
    3. logically break down a problem into logical components
  5. have the ability to use learned concepts to remain current in their field. Specifically, they will be able to
    1. reformat information from one way to another
    2. recognize how to apply the fundamentals learned to new or emerging technologies
  6. be able to communicate clearly and effectively ideas, concepts and intentions within the field of computational logic, namely
    1. be able to describe technical constructs (concepts) clearly, so as to be readily understood by their peers
    2. be able to give an individual presentation on a technical subject to audience of peers within the discipline of computational logic
    3. form a cogent, logical argument asserting and reiterating all technical concepts that lie within the bounds of the taught curriculum or their research within that curriculum

© 2012 Iliano Cervesato