One recurring theme throughout this series will be that of a universal property—an identity that captures an indirect means of solving a problem, by transforming that problem into a different (and hopefully simpler) domain, while still preserving all its essential properties. In particular, the original problem has a solution if and only if the transformed problem does, and moreover, the solution to the transformed problem can easily be translated back into a solution to the original problem. One can see universal properties as a generalization of the notion of a Galois connection between two orderings, which are a similarly powerful technique of relating problems in two different settings. (In fact, the proper generalization of Galois connections is to adjunctions, but that’s a story for next time.)
Universal properties
The universal property of the operation for products is a representative example. Recall that
when
and
; and that
and
. Then
is completely defined by its universal property:
This identity repays careful study.
- It translates a problem in the more complex domain of products (namely, the problem of showing how some complicated expression
can be written in terms of
) into simpler problems (here, equations about the two projections of
).
- It’s an equivalence. So not only do you have an implication from left to right (any
expressible as a
satisfies the two properties on the right), you also have one from right to left (any pair of functions
satisfying the two properties on the right induces a
). In other words,
is a solution to the equation on the left iff it is a solution on the right; not only does a solution on the right yield a construction on the left, but also the absence of solutions on the right implies the absence on the left. Or again: the equations on the right have a unique solution in
—since any two solutions
must both be equal to the same expression on the left.
- It has many useful simple consequences. You can make the left-hand side trivially true by letting
; then the right-hand side must also be true:
Symmetrically, you can make the right-hand side trivially true by letting
and
; then the left-hand side must also be true:
If you further let
, you conclude that every pair consists solely of its two projections, nothing more:
In fact, the universal property of
tells you everything you need to know about
; you might take that as one justification for the term “universal”.
- It also has many useful less obvious consequences. For example, if you’re searching for an
that acts independently on the two components of a pair—
and
—just let
and
in the universal property, and conclude
(which we’ve written “
” elsewhere). For another example, we can deduce a fusion law for
: for what
does the equation
hold? This matches the left-hand side of the universal property; expanding the right-hand side yields
Such a rich harvest from so small a seed! (In fact, we will see later that an even smaller seed suffices.)
Galois connections
We can see the same structures that occur in universal properties like that of above also in relationships between orderings. As a very simple example, consider the problem of dividing a natural number
by two, exactly; the universal property of a solution
to this problem is the equivalence
That is, is a solution to the problem “compute
” precisely when
; both the existence and the identification of a solution to a problem expressed in terms of division has been translated to one in terms of multiplication—which is arguably a simpler setting. Note that the universal property amounts to an equivalence
involving the two functions and
, which are in some sense inverses. This pattern will crop up over and over again.
The division example involved an equivalence between the two identities and
. More generally, another relation than “
” might be involved. Extending the previous example to integer division, rounding down, we have for
:
Again, this relates the two (in some sense inverse) functions and
; but this time equality is inadequate for stating the problem, and it perhaps more convincing to claim that a more complicated problem
has been translated into a simpler one
. What is more, translating the problem via this universal property pays dividends when it comes to reasoning about the problem, because the simpler problem space is much more amenable to calculation. For example, properties of repeated division
(for
) do not trip off the tongue; but we can reason straightforwardly as follows:
Thus, precisely when
, or in other words,
.
In this case, the two problem spaces have both involved the same relation on the same domain, namely the natural numbers; that is not essential. For example, the universal property of the floor function
from reals to integers is given by:
where, to be completely explicit, we have written for the usual ordering on reals and
for the corresponding ordering on integers, and
for the injection from the integers into the reals. This time the two problem spaces involve two different orderings on different domains; we say that the pair of functions
and
form a Galois connection between the orderings
and
. (We also see that the relationship between the two functions
and
is becoming less like a pure inverse relationship, and more of an embedding–projection pair.)
As a simple non-arithmetical example of a Galois connection on a single domain, consider some set and a fixed subset
; then
That is, and
form a Galois connection between
and itself.
A non-arithmetical example between two different domains is afforded by the field of formal concept analysis, which relates “objects” and their “properties”. Given are sets of objects and
of properties, and a relation
; we write
to denote that object
has property
. This induces “concept-forming operators”
and
defined by:
That is, is the set of properties enjoyed by all objects in
, and
is the set of objects enjoying all the properties in
; a concept is a pair
with
and
. The concept-forming operators form a Galois connection between
and
:
This construction can be used to translate a problem about the extension of a concept (that is, an enumeration of its instances) into one about the intension (that is, the characteristic properties of its instances). It is related to the observation that “syntax and semantics are adjoint“—under the analogy that “objects” are sets of mathematical structures, “properties” are axioms, and the relation is “satisfaction”, the models of an axiomatic theory are included in a set of structures
if and only if the theory
logically entails the minimal axiomatization of
.
in the second to last example you should have used ⊆ rather than ⊇, i think.
Thanks – fixed.
Fixed a WordPress formatting problem.