Introduction to University Mathematics Flashcards
Natural Number
A member of the sequence 0,1,2,… formed by starting with 0 and succesively adding 1.
Ordering of natural numbers
For two natural numbers m,n, we can write m ≤ n, meaning that there exists a natural number k such that m + k = n (or vice verse).
The principle of mathematical induction
For a family of statements indexed by the natural numbers, P(n), if we show that P(0) is true and that P(n) implies P(n+1), than P(n) is true for all n.
Addition of the natural numbers
For any m and n in the natural numbers, the following two axioms hold:
i) m + 0 = m
ii) m + (n + 1) = (m + n) + 1
The binomial coefficient
nCk = (n!)/[(n-k)!(k!)]
Set
A collection of objects.
Elements
The objects of a set.
Subset
A is a subset of S if every element in A is also in S.
Proper subset
A subset, but the two sets are not equal.
Empty set
The set with no elements.
Power set
The set of all subsets.
The union of subsets A and B of S
The set of elements of S such that they are also a member of A or B.
The intersection of subsets A and B of S
The set of elements of S such that they are also a member of A and B.
The complement of a subset A of S
The set of elements of S such that they are not a member of A.
The set difference of A and B
The set of elements of S such that they are a member of A but not B.
Disjoint
A and B are disjoint if the intersection of A and B is the empty set.
Relation
A relation on sets A and B is a subset of AxB. If (a,b) are members of R, we write aRb.
Reflexive relation
Given a set S and a relation R on S, R is reflexive if xRx for all x in S.
Symmetric relation
Given a set S and a relation R on S, R is symmetric if xRy implies yRx for all x and y in S.
Anti-symmetric relation
Given a set S and a relation R on S, R is anti-symmetric if xRy and yRx implies x = y for all x and y in S.
Transitive
Given a set S and a relation R on S, R is transitive if xRy and yRz implies that xRz for all x, y and z in S.
Partial order relation
A relation which is reflexive, anti-symmetric and transitive.
Total order relation
A relation which is reflexive, anti-symmetric and transitive and where for all x and y in S, either xRy or yRx.
Equivalence relation
A relation which is reflexive, symmetric and transitive.