|
|
|
|
|
by drbaskin
5537 days ago
|
|
I'm assuming you want non-trivial examples of non-bijective homomorphisms, but you can create a trivial one using the <= relation:
Consider the two element set {0, 1} and the function f from {0,1} to {0,1} so that f(0) = f(1) = 0. f preserves the <= relationship but is not a bijection. |
|