The Department of Computer Science & Engineering
cse@buffalo
CSE 191:
DISCRETE STRUCTURES
(Spring 2009)

Instructor:Prof. William J. Rapaport
Times:MWF 11:00 a.m. - 11:50 a.m.
Classroom:220 NSC (Natural Sciences Complex)

Course Description:
Foundational mathematical material for further studies in computer science. Topics include logic, proofs, sets, relations, functions, mathematical induction, recursion, recurrence relations, graphs, trees, etc.

CSE 191 is required for computer science and computer engineering majors.

Prerequisites: CSE 113 or CSE 115 or permission of instructor.

What it's all about:
We will begin with a study of logic (propositional and first-order predicate logics), a subject which is at the foundation of mathematics and computer science. Logic can be considered as what AI researchers call a language for knowledge representation and reasoning. As a language, it enables us to talk precisely about anything in mathematics, just as a programming language enables us to talk precisely about computational procedures.

But we need objects to talk about. We will see that we can represent any mathematical or computational object in terms of a single data type: sets (along with their members and the set-membership relation [ε] between them); so, we will study set theory.

Then we'll use the language of logic and the set data-type to investigate relations among objects, including recursive relations, which are at the heart of computer science, as well as investigating functions, which are a special kind of relation (and computable functions are what computer science is all about).

Finally, we'll use logic, set theory, and relations to discuss graphs and trees, yet another very general and useful data type.

Related web pages:




Copyright © 2009 by William J. Rapaport (rapaport@buffalo.edu)
http://www.cse.buffalo.edu/~rapaport/191S09.html-20081212