Quotients of Semi-groups or Monoids?
Let
be the set of all strictly increasing sequences of integers. Define a binary operator
by
. The pair
is a monoid. Define a sequence of functions for
,
by
. It is easy enough to check that each function in the sequence is a homomorphism, and for each
,
. Let
. Questions: Is
a sub-monoid of
? Is there a way to "mod-out" by
?
Edit:
Some additional info:
The identity element is the sequence
. The sets,
are all closed under addition. Does the set
? If so, it should be closed under addition, as well. I forgot to mention that
is commutative. So, if "modding out" does make sense in this context, cosets would have the form
. Without inverses, I have no idea how to tell if two sequences are in the same left coset.
Re: Quotients of Semi-groups or Monoids?
From what I can gather, what I am attempting just doesn't make any sense. I am gonna try embedding the monoid into the group of all integer sequences and using relations to find subgroups. Such as
. Now, I am looking for all
that are eventually constant. Essentially, I am looking for a way to group together sequences based on how uniform they eventually become.
Re: Quotients of Semi-groups or Monoids?
quotient monoids are determined by congruences, so we have to show that B induces a congruence on A (our original monoid).
that is to say we need to show that: ((an) + B) + ((bn) + B) = ((an) + (bn)) + B is well-defined.
the way you show (an) + B = (a'n) + B is to show there is a k for which:
φN((an)) = φN((a'n)) for all N ≥ k.
now if (an) + B = (a'n) + B, and (bn) + B = (b'n) + B), there is a k such that:
φN((an)) = φN((a'n)) for all N ≥ k, and a k' such that:
φN((bn)) = φN((b'n)) for all N ≥ k'.
so choose k" = max(k,k'). then for all N ≥ k":
φN((a'n) + (b'n)) = φN((a'n)) + φN((b'n)) = φN((an)) + φN((bn))
= φN((an) + (bn)), so ((an) + (bn)) + B = ((a'n) + (b'n)) + B.
more formally, what we have done is defined a relation ~ by: (an) ~ (bn) iff there exists k such that φN((an)) = φN((a'n)) for all N ≥ k.
what is shown above shows that if ~ is an equivalence relation, it IS a congruence, and we can speak of A/~. verification that ~ is an equivalence is tedious, and rather unenlightening (symmetry and reflexiveness are immediate, and we can use the same "max trick" to show transitivity).
note that doing this only separates increasing sequences in terms of "how far they deviate from (n)", A/~ is still quite large. for example if (an) + B ≠ (a'n) + B, then one is more "increasingly increasing" (eventually).
Re: Quotients of Semi-groups or Monoids?
Ok, that makes a lot more sense. I was digging through information on universal algebras, and now that I see what you did, I understand what I was reading. And now I think I understand much better what I want. The kernel of the homomorphism is really not terribly useful. I think what I want is to define the relation:
if and only if there exists
such that
.
Reflexivity and symmetry are again immediate. Now, suppose
and
. That means there exists
such that
and
. So, let
. Then
implies
, and transitivity is evident. So, now, what might the equivalence classes of
look like? Would it be difficult to classify sequences by which equivalence class they were in?