I just read the definition of a coalgebra, defined categorically ( reversing the arrows of the Algebra category ), the given example in the text I am referring to is the Homology on a topological space. I am not familiar yet with algebraic topology, I barely recall something about homotopy groups.
So I am trying to come up with simpler examples, hence the questions:
What is an elementary example of a Coalgebra ? (if any)
How would you define it without using the language of Category ? i.e. for a set $X$ what are the axioms needed to tell that $(X,+,\times)$ has a Coalgebra structure ?
well here $(X,+)$ must be a $\mathbb{K}$-module as in an Algebra, but what to say about the comultiplication $\times$ ?
( and why do we call it co- , and why it is the dual of the multiplication )
This push me to think about how to transform any Categorical definition to the axiomatic definition...
Let's start first with the (de-categorified) definition.
If $k$ is your favorite field, then a $(k)$-coalgebra is
so that
Here, as usual $\otimes$ is the tensor product, and $\text{id}_A$ is the identity map on $A$.
Ok, this is a weird looking structure. Why should we care about it? Well recall the usual definition of a $(k)$-algebra. It's
so that
Now if you stare at these requirements for a while, you'll find that they're perfectly backwards. Where algebras have a map $A \times A \to A$, coalgebras have a map $A \to A \otimes A$. Where associativity says that the two obvious ways to multiply three things $A \times A \times A \to A$ are actually the same, coassociativity says that the two obvious ways to comultiply into three things $A \to A \otimes A \otimes A$ are the same.
This is where the "co" prefix comes from. We use "co" in category theory to indicate that we are doing something "with the arrows reversed". Since these axioms come from taking the axioms of an algebra and "turning the arrows around", we call the resulting structure a "co-algebra".
If you're thinking "why would anyone care about these things?", you're not alone. A priori the definition doesn't look particularly natural, and honestly I don't know of any reasons to care about just coalgebras (at least at time of writing). But I do know why we might care about Hopf Algebras. A hopf algebra is a vector space that is both an algebra and a coalgebra in a way that the two structures are "compatible" (this is mediated by an "antipode" $s$). Hopf algebras have use in representation theory, physics, and combinatorics, and you can find some reasons to care about them (and, by extension, coalgebras) here. There are also some discussions here about examples of coalgebras (and, by extension, why we might care).
Here's probably the simplest example of a coalgebra:
Let $A = k^2$, with basis elements $x$ and $y$. Then let
where we extend these maps to all of $A$ by linearity.
Then notice
$$ x \overset{\Delta}{\longmapsto} x \otimes x \overset{\Delta \otimes \text{id}_A}{\longmapsto} (x \otimes x) \otimes x $$
and
$$ x \overset{\Delta}{\longmapsto} x \otimes x \overset{\text{id}_A \otimes \Delta}{\longmapsto} x \otimes (x \otimes x) $$
are actually the same map (likewise when applied to $y$). This is the coassociativity axiom. I'll leave it as an instructive exercise to check the coidentity axiom.
As a slightly less trivial example, consider $k[x]$, which has a basis $\{x^0, x^1, x^2, x^3, \ldots\}$. Then we get a coalgebra structure by considering
again, extended linearly.
Now it's a bit more tedious to check the axioms, but it's doable if you persevere.
This coalgebra apparently has applications in combinatorics, though I admit I don't know much about this myself. For more you might look into Joni and Rota's Coalgebras and Bialgebras in Combinatorics, available here, say.
I hope this helps ^_^