Wikipedia 10K Redux

Reconstructed by Reagle from Starling archive; see blog post for context.

HomoMorphism

A homomorphism, from one mathematical object to another of the same kind, is a function that preserves all relevant structure. For instance, if we are concerned about some operation *, homomorphisms must satisfy f(x*y)=f(x)*f(y).

A homomorphism which is also OneToOne is called an IsoMorphism; two isomorphic objects are completely indistinguishable as far as the structure in question is concerned. A homomorphism from a set to itself is called an EndoMorphism, and if it is also an isomorphism is called an AutoMorphism.

Any homomorphism f: X -> Y defines an EquivalenceRelation on X by a~b iff f(a)=f(b). The quotient X/~ can then be given an object-structure in a natural way, e.g. [x]*[y]=[x*y]. In that case the image of X is necessarily isomorphic to X/~.