There is no commentSelect some text and then click Comment, or simply add a comment to this page from below to start a discussion.
Math 55 Definition List
Lecture 1: Propositional Logic
A proposition is a declarative sentence that is either true or false but not both. A proposition has a truth value which is either or .
A letter used to denote a proposition is called a propositional variable.
If is a proposition, the negation of , denoted , is the proposition "it is not the case that ". The truth value of is the opposite of that of .
If and are propositions, the conjunction of and (denoted ) is the proposition "p and q." Its truth value is when both and are , and it is otherwise.
If and are propositions,he disjunction of and is the proposition "p or q". Its truth value is when at least one of or is , and if both and are .
If and are propositions, the conditional is the proposition "if then ". Its truth values are given by the following truth table (which lists its truth values in terms of those of and ): [see Table 5 in Rosen] The converse of is .
A compound proposition consists of logical operations (the four listed above) applied to propositions or propositional variables, possibly with parentheses. The truth value of a compound proposition can be mechanically determined given the truth values of its constituents.
Lecture 2: Propositional Functions, Quantifiers, (begin) Rules of Inference
A compound proposition which is always true (regardless of the truth values of constituent propositions) is called a tautology. A compound proposition that is always false is called a contradiction. A compound proposition that is neither is called contingent.
Two compound propositions are logically equivalent, denoted , if they have the same truth values for all truth values of their propositional variables (and all domains of their propositional functions).
The biconditional is the proposition (read "if and only if"). Two propositions and are logically equivalent if is a tautology. This is denotes . Logically equivalent propositions have the same truth table.
The contrapositive of a conditional is . The contrapositive is logically equivalent to the original conditional.
A propositional function is a statement containing one or more variables (taking values in an implicitly or explicitly specified domain) which becomes a proposition when each variable is instantiated with a value.
The universal quantification of is the proposition "For all in the domain, $P(x)", denoted . The existential quantification of is the proposition "There exists an in the domain such that P(x)", denoted .
A variable appearing with a quantifier is called bound. A statement in which every variable appearing in a propositional function is bound is a proposition; otherwise it is not a proposition.
Lecture 3: Rules of Inference for Quantifiers, Direct Proof, Contrapositive, Contradiction
An argument is a sequence of propositions each of which is a premise (i.e., an assumption) or a conclusion (i.e., follows from previous propositions via rules of inference).
An integer is even if there exists an integer such that . An integer is odd if there exists an integer such that .
A real number is rational if there exist integers and such that .
Lecture 4: More Proofs, Sets
A set is an unordered collection of objects which are called its elements. A set contains its elements, denoted . For every , the statement "" must be a proposition (otherwise is not a set).
The set with no elements is called the empty set, denoted .
Two sets and are equal, denoted , if they have the same elements, i.e. .
If and are sets, is a subset of , denoted . if every element of is an element of , i.e., .
If is a set, the power set of , denoted , is the set of all subsets of :
If and are sets, their union is their intersection is and their difference is If is a subset of a universe (which is just another set), then the complement of (with respect to is
Lecture 5: Functions
The cartesian product of two sets and is the set of ordered pairs such that and . It is denoted
If and are nonempty sets, a function from to is a rule which assigns exactly one element of to each element of . This assignment is denoted . If is a function from to we write . is called the domain of and is called the codomain.
A function is onto (surjective) if for every there exists an such that .
A function is one to one (injective) if for every , implies =. (equivalently, implies ).
A function is called a bijection if it is one to one and onto.
The composition of and is the function defined by .
If a function is a bijection, then the function which assigns to be the unique element mapping to is called its inverse.
If and then the image of is . The inverse image (preimage) of is . The range of is .
Lecture 6: Cardinality
denotes the set of positive integers.
A set is called finite if it is the empty set or if it has exactly elements for some . The cardinality of , denoted , is .
Two sets and have the same cardinality, denoted , if there is a bijection (also called a "one to one correspondence" in this context). If there is an injection we say that . If but then we write .
An infinite set with is called countable. An infinite set which is not countable is called uncountable.
A function is called a sequence. If is a bijection the sequence is called an enumeration of .
Theorems: The integers and rationals are countable. The interval is uncountable.
Lecture 7: Division, Modular Arithmetic
If and are integers then divides (denoted ) if there exists an integer such that .
("Division Algorithm") If is an integer and then there are unique integers such that and . is called the quotient and is called the remainder, sometimeds denoted mod.
(Axiom) Well-ordering principle: Every nonempty subset of has a least element.
For we say if .
If and then there is a unique way to write as a sum of powers of . This is called the base b expansion of .
Lecture 8: Primes, GCD, and Bezout's Theorem
An integer is called prime if it has no divisors other than one and itself. An integer is called composite if it is not prime.
If are integers, not both zero, then the greatest common divisor of and , denoted is the largest such that and .
Theorems in this lecture: Infinitude of Primes, Fundamental Theorem of Arithmetic, Bezout's theorem.
Lecture 9: Inverses
Defn. is an inverse of modulo if .
Lecture 10: Chinese Remainder Theorem, Cryptography
Lectures 12/13: Induction, no definitions
Lecture 14: Graphs, Paths, Circuits, Coloring
A graph is a pair where is a finite set of vertices and is a finite multiset of element subsets of , called edges. If has repeated elements is called a multigraph, otherwise it is called a simple graph. We will not consider directed graphs or graphs with loops (edges from a vertex to itself).
Two vertices are adjacent if . An edge is said to be incident with and . The degree of a vertex is the number of edges incident with it.
A path of length in is an alternating sequence of vertices and edges where for all . The path is said to connect, visit the vertices , and traverse the edges . A path is called simple if it contains no repeated vertices. If then the path is called a circuit. Note that in a simple graph (i.e., a graph with no multiple edges), a path is uniquely specified by the sequence of vertices (as there is only one possible choice of edge between each pair of consecutive vertices). A graph is connected if for every pair of distinct vertices of , there is a path in between and .
A k-coloring of is a function such that whenever is adjacent to . A graph is colorable if it has a -coloring. (in class we did the case )
Lecture 15: -coloring
A graph is a subgraph of if and . If then is called a spanning subgraph of .
A k-coloring of is a function such that whenever is adjacent to .
Defn. If is a graph, a subset is called a clique if for every pair of distinct vertices . is called an independent set if for every pair of distinct vertices .
Defn. If is a graph, a subgraph of is called a connected component of if is connected and maximal, i.e., it is not possible to add any vertices or edges to while keeping it connected (formally: if is a subgraph of such that and is a subgraph of , then must be disconnected.).
Lectures 16-17: See the Graph Theory Notes
Lecture 18: Counting
An ordering of distinct elements is called a permutation. An ordered sequence of distinct objects chosen from distinct objects is called an r-permutation. The number of permutations of objects is denoted . An unordered set of distinct objects chosen from distinct objects is called an r-combination. The number of combinations of objects is denoted or .
Lecture 19: Permutations and Combinations with repetitions
No definitions.
Lecture 20: Labeled and Unlabeled Tokens in Boxes, Recurrences
A recurrence relation is a recursive definition of a sequence .
Lecture 21: Pigeonole Principle
Generalized Pigeonhole principle: If objects are placed in boxes, then at least one box contains at least objects.
Lecture 22: Probability
An experiment is a well-defined procedure with a set of possible outcomes. An outcome is a complete description of all relevant features of the result of an experiment. The set of all outcomes is called the sample space. An event is a subset of the sample space . A probability space consists of a sample space along with a function satisfying for all and . The probability of an event is
Lecture 23: Conditional Probability and Independence
Two events are disjoint if . If are events and then the probability of given (also called conditional on ) is: Two events and are independent if If this is equivalent to and if this is equivalent to .
Lecture 24: Random Variables and Linearity of Expectation
A random variable on a probability space is a function . The expectation of a random variable is defined as This may be equivalently rewritten as a sum over the range of :
Lecture 25: Examples of Distributions
If is a random variable on a probability space, the function is called the distribution of the random variable.
A Bernoulli random variable with bias has distribution . A Binomial random variable with bias and trials has distribution for . A Geometric random variable with success probability has distribution for .
Lecture 26: Algebra with random variables, Variance
If are random variables, their sum is defined as . If is a real number, the scalar multiple is defined as . The product is defined as . Notice that doing algebra on random variables means doing algebra on their ``outputs''.
Two random variables are independent if for all , the events and are independent. This condition implies that , which is not true in general.
The variance of a random variable is defined as here .
Lecture 27: Concentration Inequalities
Markov's Inequality: If is a nonnegative random variable, then for every : Chebyshev's Inequality: If is any random variable, then for every :