Study Guides for Discrete Mathematics
Sets
Set theory has many applications in Computer Science and Mathematics. Amazingly Set Theory, Boolean Algebra (a type of algebra where all values are 0 or 1), Symbolic Logic and Elementary Circuit Design are all very closely related. In fact, in many respects, they are equivalent.
Proofs in Set Theory
There are three basic methods of proving set theory theorems in this class.
The above are not mutually exclusive. A proof in any one category may borrow elements from the other two. You may find that the third, dubbed "element chasing" will often be the easiest to employ.
A fourth method of proof is called Membership Tables.
Venn Diagrams
Venn Diagrams are quite useful for understanding relationships between sets and discovering whether certain statements are likely to be true or false. They are also useful in discovering counterexamples. However, their use does not constitute proof of a statement.
The following basic and important concepts are covered in the text.
A = B if and only if x Î A Û x Î B
A Í B if and only if x Î A Þ x Î B
The cardinality of a set S, written |S|, is the number of elements in S.
The Power Set of a set, S, is the set of all subsets of S. The power set of S is denoted P(S).
Note: |P(S)| = 2N where N = |S|