Why does an isomorphism need to be a homomorphism?

1.1k Views Asked by At

In many books I read I found isomorphism defined as a 'bijective homomorphism'.

I do not understand why is it that existence of inverse or order preserving requires the property of a homomorphism, i.e, $f(a+b)=f(a) \circ f(b)$ since $+$ and $\circ$ need not even be defined.

Surely I can just look at order preserving mapping over sets where $a \circ b$ is not even defined? Is that just a requirement in ring isomorphism? Many thanks

4

There are 4 best solutions below

3
On BEST ANSWER

In order to define a homomorphism both sets must have the algebraic structure you want to, otherwise it doesn't make sense to say that $f(a+b)=f(a)\circ f(b)$.

An homomorphism is a function that preserves the algebraic structure you're working with, so when you have a bijective homomorphism (isomorphism) between two groups, rings, modules, or whatever, you're basically saying that viewed as a group, ring, module, or whatever, they are essentially the same: as sets they are, and the algebraic operations among their elements are also equivalent.

0
On

An isomorphism is a special kind of homomorphism. Every isomorphism is a homomorphism with some additional properties.

An isomorphism is an injective homomorphism. It is bijective with the range of the homomorphism.

If $f:G \to H$ is an injective homomorphism, then $G$ is isomorphic to $f(G)$; i.e., $G \cong f(G)$.

4
On

" In many books I read I found isomorphism defined as a 'bijective homomorphism'."

Throw away those books. An isomorphism is a homomorphism which admits a two-sided inverse homomorphism.

The statement that a bijective homomorphism is an isomorphism is not a definition but a theorem, which holds in some categories (and has to be shown for each of those categories!) but does not hold in any category. The first counterexamples one encounters might be topological spaces or differentiable manifolds ($x \mapsto x^3$...). I really hate linear algebra lectures, where an isomorphism is defined to be a bijective homomorphism.

0
On

I want to stress MooS’ excellent point by saying a few more words regarding that.

I think what is important to note here, is that “isomorphism” is a term that is used for many things and the definition MooS has given captures their common essence (if you interpret “homomorphism” accordingly).

It is the basic idea of category theory which we are talking about: Considering the entirety of all mathematical objects of a certain structure and their structure-preserving maps. In category theory, the entirety is called category, the mathematical objects are called objects and the structure-preserving maps are called morphisms or arrows (and actually need not be set-theoretical maps at all).

In this context, an isomorphism is always a morphism with a two-sided inverse morphism. Take these examples:

  • If you’re talking linear algebra, you consider linear spaces as mathematical objects and linear maps as structure-preserving maps. Linear maps are also called “homomorphisms”. An isomorphism of linear spaces is a linear map which has a (two-sided) inverse that is also a linear map. It turns out that isomorphisms of linear spaces are exactly bijective linear maps.

  • If you’re talking order theory, you consider partially ordered sets¹ as mathematical objects and order-preserving maps as structure-preserving maps. An isomorphism of ordered sets is an order-preserving map which has a (two-sided) inverse that is also an order-preserving map. It turns out that isomorphisms of ordered sets are exactly bijective order-preserving maps.

  • If you’re talking topology, you consider topological spaces as mathematical objects and continuous maps as structure-preserving maps. An isomorphism of topological spaces is a continuous map which has a (two-sided) inverse that is also a continuous map. It turns out that there are bijective continuous maps between topological spaces which are not isomorphisms of topological spaces.


¹: … or lattices or totally ordered sets or preorders or …