Difference between revisions of "MAT5423"
Jose.iovino (talk | contribs) |
Jose.iovino (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Introduction to | + | Introduction to the mathematics of discrete structures with emphasis on structures for computer science. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 20: | Line 14: | ||
(6) Well-ordered sets: Correspondence between well-ordering relations and induction. Correspondence between well-ordering relations and choice functions. | (6) Well-ordered sets: Correspondence between well-ordering relations and induction. Correspondence between well-ordering relations and choice functions. | ||
(7) Introduction to computability. Classical models of computation (recursive functions, and Turing models). Limitations of computation (the Halting Problem, fast-growing functions). Contemporary models of computation. | (7) Introduction to computability. Classical models of computation (recursive functions, and Turing models). Limitations of computation (the Halting Problem, fast-growing functions). Contemporary models of computation. | ||
+ | |||
+ | |||
+ | '''Sample textbooks''': | ||
+ | |||
+ | [1] Gordon Pace, ''Mathematics of Discrete Structures foe Computer Science'', Springer, 2012 | ||
+ | |||
+ | [2] Vladlen Koltun, ''Discrete Structures Lecture Notes, Stanford University'', 2008. Freely available [https://web.stanford.edu/class/cs103x/cs103x-notes.pdf here.] | ||
+ | |||
Line 42: | Line 44: | ||
|| [[Completeness and soundness]] | || [[Completeness and soundness]] | ||
|| 2.5 | || 2.5 | ||
− | || Completeness and soundness of propositional logic | + | || |
+ | * Completeness and soundness of propositional logic | ||
|| | || | ||
|- | |- | ||
Line 53: | Line 56: | ||
|| | || | ||
|- | |- | ||
− | | | + | | 7 |
|| [[Sets and boolean algebras]] | || [[Sets and boolean algebras]] | ||
|| 4.1-4.5 | || 4.1-4.5 | ||
Line 61: | Line 64: | ||
|| | || | ||
|- | |- | ||
− | | | + | | 8 |
|| [[Sets and boolean algebras]] | || [[Sets and boolean algebras]] | ||
|| 4.6 | || 4.6 | ||
− | || Boolean algebras and boolean rings. | + | || |
+ | * Boolean algebras and boolean rings. | ||
|| | || | ||
|- | |- | ||
− | | | + | | 9 |
|| [[Relations]] | || [[Relations]] | ||
|| 5.1-5.7 | || 5.1-5.7 | ||
Line 74: | Line 78: | ||
* Inverse of a relation and composition of relations | * Inverse of a relation and composition of relations | ||
* Beyond binary relations | * Beyond binary relations | ||
− | + | || | |
|- | |- | ||
− | | | + | | 10 |
|| [[Classifying Relations]] | || [[Classifying Relations]] | ||
|| 6.1-6.3 | || 6.1-6.3 | ||
Line 84: | Line 88: | ||
* Injectivity | * Injectivity | ||
* Functionality | * Functionality | ||
+ | || | ||
|- | |- | ||
− | | | + | | 11-12 |
|| [[Discrete structures]] | || [[Discrete structures]] | ||
|| 7.1-8.4 | || 7.1-8.4 | ||
Line 92: | Line 97: | ||
* Semigroups | * Semigroups | ||
* groups | * groups | ||
+ | || | ||
|- | |- | ||
− | | | + | | 13-14 |
|| [[Reasoning about programs]] | || [[Reasoning about programs]] | ||
|| 10.1-10.4 | || 10.1-10.4 | ||
Line 100: | Line 106: | ||
* Program semantics | * Program semantics | ||
* Uncomputability | * Uncomputability | ||
+ | || | ||
|} | |} |
Latest revision as of 16:59, 24 March 2023
Introduction to the mathematics of discrete structures with emphasis on structures for computer science.
Catalog entry
Prerequisite: Algebra and Number Systems (MAT 1313), or Discrete Mathematical Structures (CS 2233/2231), or instructor consent.
Contents: (1) Propositional logic: Axioms and Rules of Inference. Limitations of propositional logic: Informal introduction to quantifiers and syllogisms. (2) Predicate Logic: Existential and universal quantification, free variables and substitutions. Discussion of the various axiomatic systems for first-order logic (including axioms and rules of inference). The power and the limitations of axiomatic systems for logic: Informal discussion of the completeness and incompleteness theorems. (3) Sets and boolean algebras: Operations on sets. Correspondence between finitary set operations and propositional logic. Correspondence between infinitary operations and quantifiers. The power and limitations of the language of set theory: Informal discussion of the set-theoretic paradoxes and the need for axiomatic systems for set theory. (4) Relations: Special relations: Equivalence relations, partially ordered sets, maximum/minimum, maximal/minimal elements, least upper bounds and greatest lower bounds, totally ordered sets. (5) Functions: Operations of functions, direct image and inverse image. (6) Well-ordered sets: Correspondence between well-ordering relations and induction. Correspondence between well-ordering relations and choice functions. (7) Introduction to computability. Classical models of computation (recursive functions, and Turing models). Limitations of computation (the Halting Problem, fast-growing functions). Contemporary models of computation.
Sample textbooks:
[1] Gordon Pace, Mathematics of Discrete Structures foe Computer Science, Springer, 2012
[2] Vladlen Koltun, Discrete Structures Lecture Notes, Stanford University, 2008. Freely available here.
Topics List
Week | Topic | Sections from Pace's book | Sections from Pace's book | Prerequisites. | |
---|---|---|---|---|---|
1 | Propositional logic | 2.1-2.4 |
|
MAT1313 or CS2233/2231, or equivalent. | |
2 | Completeness and soundness | 2.5 |
|
||
5-6 | Predicate calculus | 3.1-3.5 |
|
||
7 | Sets and boolean algebras | 4.1-4.5 |
|
||
8 | Sets and boolean algebras | 4.6 |
|
||
9 | Relations | 5.1-5.7 |
|
||
10 | Classifying Relations | 6.1-6.3 |
|
||
11-12 | Discrete structures | 7.1-8.4 |
|
||
13-14 | Reasoning about programs | 10.1-10.4 |
|