Introduction to Category Theory/Sets and Functions

From Wikiversity
Jump to navigation Jump to search

Informally, a category consists of objects, arrows between objects, and some rules between arrows. Before we can give a formal definition, we introduce simpler concepts: sets, functions, and function composition. In fact, sets and functions are a category called Sets.

Sets[edit | edit source]

Definition[edit | edit source]

A set is a collection of distinct objects considered as an object in its own right.

The elements of a set, also called its members, can be anything: numbers, people, letters of the alphabet, other sets, and so on. Sets are conventionally denoted with capital letters. The statement that sets A and B are equal means that they have precisely the same members (i.e., every member of A is also a member of B, and vice versa).

Every element of a set must be unique; no two members may be identical. All set operations preserve the property that each element of the set is unique. The order in which the elements of a set are listed is irrelevant.

Describing sets[edit | edit source]

There are two ways of describing, or specifying the members of, a set. One way is by intensional definition, using a rule or semantic description. See this example:

A is the set whose members are the first four positive integers.
B is the set of colors of the French flag.

The second way is by extension, that is, listing each member of the set. An extensional definition is notated by enclosing the list of members in braces:

C = {4, 2, 1, 3}
D = {blue, white, red}

The order in which the elements of a set are listed in an extensional definition is irrelevant, as are any repetitions in the list. For example,

{6, 11} = {11, 6} = {11, 11, 6, 11}

are equivalent, because the extensional specification means merely that each of the elements listed is a member of the set.

For sets with many elements, the enumeration of members can be abbreviated. For instance, the set of the first thousand positive whole numbers may be specified extensionally as:

{1, 2, 3, ..., 1000},

where the ellipsis ("...") indicates that the list continues in the obvious way. Ellipses may also be used where sets have infinitely many members. Thus the set of positive even numbers can be written as {2, 4, 6, 8, ... }.

The notation with braces may also be used in an intensional specification of a set. In this usage, the braces have the meaning "the set of all ..." So E = {playing-card suits} is the set whose four members are ♠, ♦, ♥, and ♣. A more general form of this is set-builder notation, through which, for instance, the set F of the twenty smallest integers that are four less than perfect squares can be denoted:

F = { – 4 | n is an integer; and 0 ≤ n ≤ 19}

In this notation, the vertical bar ("|") means "such that", and the description can be interpreted as "F is the set of all numbers of the form – 4, such that n is a whole number in the range from 0 to 19 inclusive."

One often has the choice of specifying a set intensionally or extensionally. In the examples above, for instance, A = C and B = D.

Membership[edit | edit source]

If something is or is not an element of a particular set then this is symbolised by and respectively. So, with respect to the sets defined above:

  • and (since 285 = 17² − 4); but
  • and .

Special sets[edit | edit source]

There are some sets which hold great mathematical importance and are referred to with such regularity that they have acquired special names and notational conventions to identify them. One of these is the empty set.

  • = {}

Many of these sets are represented using Blackboard bold typeface. Special sets of numbers include:

  • , denoting the set of all primes.
  • , denoting the set of all natural numbers. That is to say, = {1, 2, 3, ...}, or sometimes = {0, 1, 2, 3, ...}.
  • , denoting the set of all integers (whether positive, negative or zero). So = {..., −2, −1, 0, 1, 2, ...}.
  • , denoting the set of all rational numbers. So, . For example, and . All integers are in this set since every integer a can be expressed as the fraction .
  • , denoting the set of all real numbers. This set includes all rational numbers, together with all irrational numbers (that is, numbers which cannot be rewritten as fractions, such as and √2).
  • , denoting the set of all complex numbers. This includes real numbers and multiples of (where ), and combinations of both.

Functions[edit | edit source]

Definition[edit | edit source]

Function from X to Y.

A function, , is a special type of relation between two sets, say and . Relation, here, means any subset of the Cartesian product . Formally, is a subset of such that every element is paired with a unique element , which we denote as . Note that the notation is unambiguous because we require our pairing to be unique. Also, note that the uniqueness is relative to every element of ; we can still have two different elements of mapping to the same element in . We write and say that maps to . Also, is called the domain of while is called the codomain of . For every subset , we call the set as the image of by . Similarly, for every subset , we call the set as the pre-image of due to . In particular, the image of , itself, is called the range of .

Now, we can notice something intriguing here. It is, intuitively, the case that every function is paired with a unique domain and a unique codomain; hence, we can unambiguously write and . Here and are functions from the set of all functions to the set of all sets. [1]

Function defined by formula , takes each real number to its square.

In the image shown, the range of function is . What is the range of real valued function with ?

Composition of Functions[edit | edit source]

g o f, the composition of f and g.

A composite function, formed by the composition of one function on another, represents the application of the former to the result of the application of the latter to the argument of the composite. The functions and can be composed by first applying f to an argument x and then applying g to the result. Thus one obtains a function defined by for all x in X. The notation is read as "g circle f" or "g composed with f".

The composition of functions is always associative. That is, if f, g, and h are three functions with suitably chosen domains and codomains, then . Since there is no distinction between the choices of placement of parentheses, they may be safely left off.

If function f has same domain and codomain, in other words if is function from X to itself, we may compose f with itself; this is sometimes denoted . Thus:

Identity function[edit | edit source]

The identity function on a set , often denoted , e, or , is the function by for all .

Injection[edit | edit source]

An injective function is a function which associates distinct arguments to distinct values. More precisely, a function is said to be injective if it maps a distinct x in X to a distinct y in Y. Put another way, f is injective if implies a = b (or ab implies ), for any a, b in the domain.

Injective functions with non-empty domain have left-inverse. That is to say, for injection , there exists a function such that, for every x in X

.

The composition is the identity function on the set X.

Proposition. Let g be a function from Y to Z. The following statements are equivalent:

  1. Function g is injective.
  2. For every set X and every two functions the following holds: if and only if . In this case, the function g is called monic.

Proof.

: If the set Y is the empty set (2) is trivially true. Otherwise g has left-inverse . If , then . Other direction is trivial.

: Let X be a set with one element, X = {1}. For any two elements a and b in Y, let and . If , then . By assumption (2) this implies . Thus and g is injective.

Remark. As per the above proposition, monic functions are equivalent to injective functions. However, in the more general setting of category theory, monic morphisms are a more general concept than injective functions. In general, an injective function is a monic morphism; however, a monic morphism is not necessarily an injective function. In fact, in many situations, a morphism is hardly a function at all!

Surjection[edit | edit source]

A function f is said to be surjective if its values span its whole codomain; that is, for every y in the codomain, there is at least one x in the domain such that . Said another way, a function is surjective if and only if its range f(X) is equal to its codomain Y. A surjective function is called a surjection, and also said to be onto.

By the axiom of choice every surjective function has right-inverse. In other words there exists a function such that for every y in Y. That is the composition is the identity function on Y.

Proposition. Let f be a function from X to Y. The following statements are equivalent:

  1. Function f is surjective.
  2. For every set Z and every two functions the following holds: if and only if . In this case, the function f is called (in all seriousness!) epic.

Proof. Exercise!

Remark. Just like the earlier remark, epic functions are equivalent to surjective functions, in set theory. However, in the more general setting of category theory, epic morphisms are a more general concept than surjective functions.

Bijection[edit | edit source]

A bijective function is a function f from a set X to a set Y with the property that, for every y in Y, there is exactly one x in X such that . Alternatively, f is bijective if it is both injective and surjective.

Bijective function has an inverse function such that

and .

Exercises[edit | edit source]

  1. Give feedback on this page, click discussion button at the top of this page.
  2. Got an idea how to improve this page? Be bold and change it!
  3. Injections
    • If f and g are both injective, prove that the composition g o f is injective.
    • If g o f is injective, prove that f is injective.
    • If g o f is injective, give an example showing that g need not be injective.
  4. Surjections
    • If f and g are both surjective, prove that the composition g o f is surjective.
    • If g o f is surjective, prove that g is surjective.
    • If g o f is surjective, give an example showing that f need not be surjective.
  5. Prove that the inverse of a bijection is well defined. I.e. prove that the left inverse of the injection and right inverse of the surjection are always equal.
  6. Create new exercises.

Related resources[edit | edit source]

Footnotes[edit | edit source]

  1. Our definition of set is too naive. The collection of all functions and the collection of all sets are 'too large' to be sets; such notions lead to Russell's Paradox. So and must be redefined to be functions from the set of all small functions to the set of all small sets. We won't define 'small' or 'large' here, it's left for an advanced course in set theory.