Valued Functions
These notes provide an overview of functions in
Preliminaries
We begin with a brief review of functions. We've seen functions in the context of set theory, but we now focus specifically on functions in the context of real analysis.
valued function. A valued function is a mapping where and such that, for every there exists a unique We call the domain of that is the codomain of and that is the range of By convention, we may denote a function in the form where is a predicate called a procedure. We say that is the outcome of that arguments are passed to a parameter of denoted and that the function bears the name ""
The definition above has been tailored to the notes in this volume. A more general treatment of functions is found in the set theory notes on functions. Functions are abstractions that assign (i.e., map) every element of one set to a unique element of another set. They do not have to assign numbers to numbers. We can assign apples to oranges, sets to sets, or functions to functions. Granting passports to applicants is a function, because no single passport can be granted to multiple applicants. Assigning the set of all humans to the statuses "dead" or "alive" is a function, because no human can be both dead and alive. This general construct was proposed by the German mathematician Peter Lejeune Dirichlet (1805-1859), in lieu of the old definition where functions were simply formulas. Unfortunately, many elementary schools are still stuck in the 18th century (not necessarily through a fault of their own) and continue to present functions as formulas.
Some authors make a distinction between "natural domains" and "domains." For example, the function — couched in such authors' terms — has a domain of and a natural domain of The distinction starts a quick path to cognitive goose chasing. We just said that functions map all the elements of their domain to a unique element of its codomain, so what's this business of some elements not getting mapped? Fortunately, the fix is simple: The notation merely specifies the domain, which is whatever we say it is, footgun or otherwise. If not every element in the domain has a unique outcome, then we don't have a function. End of story.
identity function. We call the function or, equivalently, the identity function. Given we denote the identity function on with the notation
equality of functions. We say that two functions and are equal and write if, and only if and
algebra of functions. Given the real functions and with the following operations are defined for all and for all
Function Types
Below is a quick overview of the different function types. The function types can also be viewed from a procedural perspective. Suppose where Saying that is injective is akin to: "There is at most one way to reach the result " When we say that is surjective: "There is at least one way to reach the result And bijective: "There is exactly one way to reach the result
notation | leeway | ||
---|---|---|---|
injective | mapped to at most once | some are not mapped to | |
surjective | mapped to at least once | some are mapped to more than once (but not by the same ) | |
bijective | mapped to exactly once | none; unique to unqiue |
Function Composition
function composition. Let and be functions. The composition of and denoted is defined as where
The idea behind function composition: We take the outcome of some function (say, ), and pass it as an argument to another function ().
Inverse Functions
inverse function. Given a function we call the relation the inverse of
Informally: Given a function we call the function the inverse of In other words, if then We must be careful with the notion of an inverse function, because the inverse of a function is not necessarily a function. Suppose and Given that is an injective function, we have But is not a function, since the element doesn't have a unique outcome. Accordingly, we refrain from the characterization of inverses as "undoing" a function, because that's not really what's happening here (and in this author's experience, it leads to a tempting thought that the inverse is a function). As such, we treat a function's inverse as an entirely different construct. It might be a function or not a function at all.
Curves
curves. Given a function we call the set the curve of on the plane
Branching Functions
Some functions are conditional, and in that they apply different procedures depending on the arguments passed. We call such functions branching functions (or piecewise functions). The most common example is the absolute value function:
Equality
The absolute value function allows us to define the notion of equality for the reals.
definition. Let We say that is equal to and write if, and only if, for every real number it follows that
Classical Inequalities
triangle inequality.
corollary.
corollary.
Intervals
definition. An interval is a set such that, for all if and then Given we define the following: The interval is called a closed interval. The interval is called an open interval. The interval is called a right-open interval. The interval is called a left-open interval.
We will always denote intervals with sets. We will not use notations like or since the sets aren't all that difficult to write and they're clearer.
Properties of Valued Functions
Monotonicity
definition. Given and and the following properties are defined:
- is increasing if, and only if, for all if then
- is decreasing if, and only if, for all if then
- is strictly increasing if, and only if, for all if then
- is strictly decreasing if, and only if, for all if then
- is monotonic if is increasing or decreasing.
- is strictly monotonic if is strictly increasing or strictly decreasing.
Symmetry
definition. Given a funtion and a number we define the following:
- is an even function iff for all
- is an odd function iff for all
The descriptors "even" and "odd" come from the powers of some Given where if (an even number) then If then Even functions have the special property of being symmetric about the -axis, since all their tuples are either or Odd functions have the property of being symmetric about the origin: or