Introductory university-level calculus, linear algebra, abstract algebra, probability, statistics, and stochastic processes.
Maps and functions
Get link
Facebook
X
Pinterest
Email
Other Apps
-
We often study the properties of a set by comparing it with another set. The "comparison"' is done by a map between the sets. Roughly speaking, a map (also called a function) is a rule to assign an element of a set to an element of another set.
Let and be sets. Then we write to mean that is a map from to . That is, for each , we assign an element . We often use a "diagram" such as the following:
The mapping of each element to is written as
Example. Let us define a map by
Note that for any , indeed. □
Definition (domain, codomain)
Let and be sets, and be a map. Then, and are called the domain and codomain of , respectively. We write and .
Definition (identity map)
For any set , the map defined by
is called the identity map of .
Example. . □
We can also define a function with cases.
Example. We can define by
□
Example. The absolute value (modulus) of a real number is a function, , defined as
For example, , etc. □
Definition (image)
Let be a map. The image of , denoted , is the set defined by That is, the set of all possible values of . Clearly,
Remark. The image of a map with the domain is also denoted as . □
Example. Let's define by . Then, □
Example. Let be the function . Then , namely, the set of all non-negative real numbers. □
Definition (onto, surjective)
A map is said to be onto or surjective if , that is,
(Informal translation: every comes from through .)
Roughly speaking, the image of a surjective map "covers" the entire codomain.
Example. defined by is surjective. However, defined by is not surjective. Note that and apparently have the same definition, the only difference is their codomains.
Definition (one-to-one, injective)
A map is said to be one-to-one or injective if, for all , implies . In a logical form,
Remark. is equivalent to (contrapositive). We can use the latter in the definition above.
Roughly speaking, an injective map maps different elements in to different elements in . If a map is not injective, then different elements in can be mapped to the same point in . That is, there are some different elements such that .
Example (1). defined by is injective. To see this, suppose we have for some . Then, . □
Example. defined by is not injective (why?). However, defined by , where , is injective. □
Definition (bijective)
A map that is both injective and surjective is said to be bijective.
Example. The function in the above Example (1) is bijective. □
We also use nouns such as injection, surjection, and bijection to mean injective, surjective, and bijective maps, respectively.
Definition (Graph (1))
Let be a map. The graph of is the subset of defined by
This may appear rather abstract. Let's see a concrete example. Let's take . We can draw the graph of on the - plane. Now, the plane is actually the set . The graph is a curve in this plane, and hence it is a subset of the plane. The above definition is a generalization of this picture.
Note the following properties of :
For any , there exists some such that .
If , then .
In short, for any , there is some such that (part 1) and that is unique (part 2).
We can reverse the argument and use these two properties to define the graph.
Definition (Graph (2))
Let and be sets. Let be a subset of . is said to be a graph if it satisfies the following properties:
For any , there exists some such that .
If , then .
Note that this definition of the graph does not require the notion of a map. In fact, we can use the notion of the graph to define the map.
Definition (Map)
Let and be sets, and be a graph in the sense of (Graph (2)) above. Then, for any , there exists a unique such that . We denote this unique by . That is, . This rule of making correspondence between each to is called a map (induced by ), denoted
Defining the birth process Consider a colony of bacteria that never dies. We study the following process known as the birth process , also known as the Yule process . The colony starts with cells at time . Assume that the probability that any individual cell divides in the time interval is proportional to for small . Further assume that each cell division is independent of others. Let be the birth rate. The probability of a cell division for a population of cells during is . We assume that the probability that two or more births take place in the time interval is . That is, it can be ignored. Consequently, the probability that no cell divides during is . Note that this process is an example of the Markov chain with states \({n_0}, {n_0 + 1}, {n_0 + 2}...
Generational growth Consider the following scenario (see the figure below): A single individual (cell, organism, etc.) produces descendants with probability , independently of other individuals. The probability of this reproduction, , is known. That individual produces no further descendants after the first (if any) reproduction. These descendants each produce further descendants at the next subsequent time with the same probabilities. This process carries on, creating successive generations. Figure 1. An example of the branching process. Let be the random variable representing the population size (number of individuals) of generation . In the above figure, we have , , , , We shall assume as the initial condition. Ideally, our goal would be to find how the population size grows through generations, that is, to find the probability for e...
In mathematics, we must prove (almost) everything and the proofs must be done logically and rigorously. Therefore, we need some understanding of basic logic. Here, I will informally explain some rudimentary formal logic. Definitions (Proposition): A proposition is a statement that is either true or false. "True" and "false" are called the truth values, and are often denoted and . Here is an example. "Dr. Akira teaches at UBD." is a statement that is either true or false (we understand the existence of Dr. Akira and UBD), hence a proposition. The following statement is also a proposition, although we don't know if it's true or false (yet): Any even number greater than or equal to 4 is equal to a sum of two primes. See also: Goldbach's conjecture Next, we define several operations on propositions. Note that propositions combined with these operations are again propositions. (Conjunction, logical "and"): Let ...
Comments
Post a Comment