Blog Archive

Friday, March 21, 2025

Categorical Perspective on Kernels, Rings, and Rngs: Exploring Zero Objects and Adjunctions

Kernel in Category with Zero Object

Let C be a category with a zero object, denoted as 0. For convenience, we assume that equalizers exist in C.

Definition. For any X,YOb(C), there exists a unique 0 morphism 0:XY. It is defined by the composition:

(1)X0Y

It is unique since 0 is both an initial and terminal object.

Definition. Let f:XY be a morphism in C, we define ker(f):=Eq(f,0).

Example. Let Set be the category of sets with base point, i.e., the coslice category /Set. Then it is easy to see that {} is the 0 object. For f:XY, the kernel of f is equal to f1().

Lemma. Let 0:XY be the zero morphism. Then for any f:XX, g:YY, 0f=0, g0=0.

Proof.

(2)XX0YY

Proposition. f is a monomorphism implies ker(f)=0.

Proof. If f is mono, and fg=0g=0=f0g=0, i.e., the unique arrow equalizing f and 0 is 0.

Why the Ideal of a Ring is Not a Subring

Notation. We will use ker(f) to refer to both the object and the morphism at the same time.

The reason is that Ring has no zero object. When we define ring homomorphisms, we require that f:RS, f(1R)=1S. Since B(f) should be an additive functor from B(R)B(S). You should view B as a functor from Ring to Cat. The fact that f(1R)=1S implies that Z is the initial object in Ring. You could use this fact to prove Fermat's Little Theorem.

Indeed, for a ring homomorphism f, the ker(f) is the equalizer in Set. Suppose ker(f) is a subring of R, then fker(f)=0. Hence f(1R)=0, therefore ker(f) could not be a ring homomorphism, hence it is not a subring.

Rng

Definition. A Rng is just a ring (not necessarily containing 1). The rng homomorphism f should preserve + and ×.

Proposition. In the category of Rng, the 0 ring is the zero object, hence ker(f) is a rng as well.

Proof. Obviously.

The Free-Forget Adjoint Between Rng and Ring

Let R be a Rng, and consider RZ with the multiplication defined as (r+n)(s+m)=rs+rm+ns+nm. Then it becomes a unital ring with identity 1Z.

For a Rng homomorphism f:RS, we could extend f to fidZ:RZSZ.

(3)f(r+n)=f(r)+n

This is the left adjoint of the forgetful functor F:RingRng.

(4)HomRing(RZ,S)HomRng(R,F(S))

 

No comments:

Post a Comment

Popular Posts