Groups in Category Theory
There are some ways to introduce groups in Category Theory.
1. Given object
and morphisms
,
. We can introduce group on
for any object
.
Morphisms
and
have to be such that the respective functions:
,
satisfy group axioms. The arrows are defined in the natural way.
I think, that 'in the natural way', means that for
we have
, where
denotes product of morphisms (which exists due to the definition of product in category). And
.
One problem is, what properties has to satisfy
and
in order to induce group structure.
But i don't want to think on this right now.
2. The second way, is to suppose we have group structure on each
for given
and any
. Of course the groups have to be related somehow. And the relation is, that for any morphism
the respective arrow
is a group homomorphism.
Finally the question is. We have group structure given in the way 2, and we want to define group structure in the way 1. It is, we want to define morphisms
and
in some way.
Re: Groups in Category Theory
My idea was to start with a group on
. Then we know, that the multiplication should be:
for some
.
On the other hand we have to use the fact that the groups on
are related... Hmm, I think I've just got one idea (looks like writing this thing on the forum is helpful..., but I will think on this tomorrow)
Re: Groups in Category Theory
I'm sorry this is hard to read. what precisely are you trying to come up with? Are you trying to define, in general, a group operation on the hom-sets? Or, are you looking for some notion that, when satisfied, is useful, and has to do with the hom-sets being
-modules? If the former is true you can't always, in the sense that you can't make them into precisely the natural sort of group that distributes over composition. In other words, you can't always make them into a group in such a way that the category becomes preadditive.
Re: Groups in Category Theory
No, no. I think it has nothing to do with preaddtive categories or abelian groups. But writing this whole thing down, helped me to understand a bit of it, and I know to solve it.
So we have a group structures (not necessarly abelian) on
where
is fixed. In particular we have a group structure for
. Let us denote its group operations by
and
.
I am looking for a morhpism
such that the multiplication is
. I want to express it by the group operations, neutral element, etc.
What is important to notice, that
where
are projections. So substituting them for
and
we get
.
Which is not true. But it was the thing I came up yesterday. The problem is that the projections are not good morphisms. So I still don't know.
Re: Groups in Category Theory
i think what you are trying to do is define "point-wise" multiplication. for example, if our category is Top, then Hom(X,A) is continuous functions from X to A.
so we can make this into a group by taking:
(x) = f(x)g(x))
 = (f(x))^{-1})
.
Re: Groups in Category Theory
Yes. In Top we get topological groups, for smooth manifolds we get Lie groups (and the operations on hom-sets are poinwise). But does it help me in the general case?
Re: Groups in Category Theory
Quote:
Originally Posted by
albi
Yes. In Top we get topological groups, for smooth manifolds we get Lie groups (and the operations on hom-sets are poinwise). But does it help me in the general case?
Ah, perhaps what you mean then is a group object in a category. This is slightly more general than you are considering, but should cover your case nicely, no? Sorry if I have double misunderstood.
Re: Groups in Category Theory
i think you're talking about the same thing. if
lies in a category
, and we have a functor
given by:
, then
is a group object in
.
clearly, since
is a functor, we also have a group morphism
for every
, in
.
what does this mean?
we have a morphism
, a morhpism
, and a morphism
such that:
}) = \mu \circ (\mathrm{id}_{\mathrm{Hom}(X,A)} \times \mu))
}) = \pi_1,\ \mu \circ (\mathrm{id}_{\mathrm{Hom}(X,A)} \times \eta) = \pi_2)
} \times \iota) \circ \Delta = \mu \circ (\iota \times \mathrm{id}_{\mathrm{Hom}(X,A)}) \circ \Delta = \eta \circ 1)
where:
are the canonical projections on the product,
is the diagonal map, and
is the unique map:  \to 1)
now, i think albi's question is this:
given only
, how do we construct
and
? and the answer is: "point-wise in A".
Re: Groups in Category Theory
I don't understand anything after "what does it mean?".
In particular, I don't understand how
makes sense. Because the property of of product is such that, when we have
there exists unique
such that
factorizes on f and
. But
and
have diffrent "domains" (or whatever is the name in category theory).
Re: Groups in Category Theory
a categorical product does not have involve a single object. that is, you can have A x B and not just A x A. in which case, if you have f: X→Y and g:Z→W you can have f x g:X x Z → Y x W. for example, if we are talking about sets, (f x g)(x,y) = (f(x),g(z)). the "coordinates" of f x g are simply
and
, and we can use this formulation in an arbitrary category that has products.
so, explicitly,
for those categories where morphisms are maps of some sort.
Re: Groups in Category Theory
I still don't understand how it should work (unless products are isomorphic to coproducts, or something :P). In your example cannot be
because LHS is
and RHS is
.
Re: Groups in Category Theory
well, that's true...the RHS should more properly be something like
to match up the domains (i was thinking of just the values, d'oh).
but i think you're missing the point: given something in Hom(X,Y) and something in Hom(Z,W), there is a natural way to create something in Hom(X x Y, Z x W).
Re: Groups in Category Theory
I get it now. The trick is to compose our morhphisms with respective
's. Then we get morhphisms which have the same "domain". So there exists unique (and hence natural)
.
I will have some more questions on this, when I get home and have time to think about it...
PS But i have to admit, that it is the reason why I could not derive properties of
. But since I can
morphisms like that, things come easier for me.