Mac Lane: Forgetful functor of Algebraic Systems to $\textbf{Set}$

adjoint-functorscategory-theoryforgetful-functorsuniversal-algebra

In Mac Lane's Catergories for the Working Mathematcian text, he introduces the concepts of universal algebra to explain why the forgetful functors $\textbf{Grp} \to \textbf{Set}$, $\textbf{Ab} \to \textbf{Set}$, etc., all have left adjoints (page 124).

He states that given an algebraic system ($\Omega$, $E$) where

  • $\Omega$ is the set of operators

  • $E$ is the set of identities (which are pairs of $\Omega$) (This is wrong. See answer.)

one can form the category of $(\Omega, E)$$\textbf{Alg}$ containing all algebras of type $(\Omega, E)$ with morphisms preserving the operations.

Basically, he says (but doesn't show) that one can construct a left adjoint of the forgetful functor $U: (\Omega, E)$$\textbf{Alg} \to \textbf{Set}$ for any algebraic system $(\Omega, E)$.

My Questions:

  1. $\textbf{Comp Bool}$, the category of complete Boolean algebras, is a category of an algebraic system, whose forgetful functor to $\textbf{Set}$ has no left adjoint (because Solovay's theorem shows that an infinite set cannot produce a free complete Boolean Algebra). How does this not contradict his claim?

  2. How does one construct, for an algebraic system $(\Omega, E)$, the left adjoint of the forgetful functor $U: (\Omega, E)$$\textbf{Alg} \to \textbf{Set}$ (the general "free functor")?

A reference would suffice too, I'm just having a hard time finding this result online. Also, feel free to tell me if my understanding of algebraic systems is wrong; I've only seen them from Mac Lane at this point.

This is a similar question, but I'm looking for a proof that the functor exists to begin with. The notion of free algebra functor

Best Answer

Question 1

As we have discussed in the comments, $\textbf{Comp Bool}$ does not form a the category of any algebraic system. More generally, the theory of complete Boolean algebras is not even first-order, much less algebraic.

Question 2

Consider a set $X$. To construct the value of $F(X)$ for an equational theory $(\Omega, E)$, we first construct a term algebra $T(X)$ of $\Omega$: this is the set formed by all valid expressions obtained by treating elements of $X$ as variables, and elements of $\Omega$ as $n$-ary operations (you'll see that Mac Lane assigns to each element $\omega \in \Omega$ a natural number $n$, called the arity of $\omega$; for an arbitrary set of variables).

Now, noticing that the elements of $E$ are not pairs from $\Omega$ as you claim, but pairs of "derived operators" (the construction of derived operators is closely related to the term algebra construction over a countable set of variables), we can consider the least equivalence relation $\sim_E$ on $T(X)$ that satisfies the identities in $E$. The value of $F(X)$ can then be defined as the quotient $T(X)/\sim_E$. One needs to check that this construction indeed yields a functor, and verify the adjointness conditions. It's a useful exercise to do this for groups first, following along with any standard Abstract Algebra textbook, to see that this gets us the usual construction of free groups as reduced words.

For a brief reference on the construction, you may wish to consult Section 2 of On the Construction of Free Algebras for Equational Systems by Fiore and Hur.

Related Question