What Are the Properties of an Endomorphism f That Satisfies x*f(x)=k?

  • Thread starter mnb96
  • Start date
In summary, the concept of a left inverse for a set is defined as an element y such that x*y=k. This concept has a name - closure under the operation * - and can be represented by the semigroup A with the identity x as its left inverse.
  • #1
mnb96
715
5
Given a set A with a binary associative operation *, I would like to say that for each element a there exist an element a' such that a*a' = k.
Does this concept have a name?

I was very tempted to say that a' is a right inverse for a, but that means that k should then be the identity element, for which a*k=k*a=a holds, which might not be true.
Any ideas?
 
Physics news on Phys.org
  • #2
Then what is k?
 
  • #3
well, k is an element of the set, but not necessarily the identity-element.
I guess it is possible to define an associative operation on a set so that, for each element x there exists another element y, such that xy=k.

I do not want to include a further restriction that kx=xk=x. If I did, then I would essentially have defined the (right) inverse element.

If we drop the requirement that k must be an identity-element, is there a name for this concept?
 
  • #4
closure under the operation *?
 
  • #5
yes!
the set is closed under the operation *.
I guess we can assume it is a semigroup (closure, and associativity).

Also, the set A does not necessarily have a finite number of elements, but its cardinality can be also infinite
 
Last edited:
  • #6
I'd just say k is divisible by all elements of the set
 
  • #7
...sorry for the lame question, but could you please specify the definition of divisible?
 
  • #8
Not usually used in a group context, but in rings. a is divisible by b if there exists c such that bc = a

I would only use this term here for lack of a better way of describing it. It gets the point across though
 
  • #9
Just to give an example:

The set of all integers has this property, where the product is multiplication, and k is zero.
 
  • #10
Thanks a lot!
I cannot yet find another better definition.
However, before giving up, I want to know what you think about the following:

If we have a semigroup A, and we say that for each x there must be some y, such that xy=k, where k is a fixed element, this is equivalent to say that the following identity must hold:

[tex]xyx = kx[/tex]

Obviously, since the identity kx=x does not necessarily hold, we haven't done much progress. However when the identity kx=x holds, we have:

[tex]xyx = x[/tex]

and y is called weak inverse, while the element x is said to be regular. A semigroup where all its elements are regular is called regular semigroup (see Planetmath and Wikipedia).
Is it possible that there is not a weaker definition in which one must have:

[tex]xyx \in K \subseteq A[/tex] ?
where K is essentially the principal left ideal generated by k
 
Last edited:
  • #11
mnb96 said:
If we have a semigroup A, and we say that for each x there must be some y, such that xy=k, where k is a fixed element, this is equivalent to say that the following identity must hold:

[tex]xyx = kx[/tex]
I don't see how that equivalence works in either direction. (-->) is nonobvious because you switched from "there exists a y" to "for all y". (<--) is nonobvious because you haven't proven a cancellation law.
 
  • #13
Hurkyl: you are completely right.
In fact, I concluded that I am not able to find a better way than saying that 'k must be "divisible" by all the elements in the set'.

However, I would like to avoid using improper terminology, and so I am trying to investigate on how the concept of divisibility in a semigroup is formally defined.

I just found that there are the so called Green's Relations (http://en.wikipedia.org/wiki/Green's_relations), which are supposed to help understanding the nature of divisibility in a semigroup (unless I misunderstood). At the moment, I still cannot figure out, how to use those relations, in order to describe [tex]\forall x, \exists y[/tex], such that [tex]xy=k[/tex], where k is a unique element in the set.
Any idea?
 
  • #14
Why should k be unique? Oh... did you mean for it merely to be a constant?

By the way, your structure can be made into a universal algebra: starting with the presentation of "semigroup", you add a constant k and a unary function ', and impose the identity
x x' = k​

This may or may not be suitable for your purposes -- note that it creates a distinguished solution to xy=k which you might find undesirable. (In particular, any homomorphism would be expected to map distinguished elements to distinguished elements)

---------------------------------------

In the immortal words of Humpty Dumpty:
“When I use a word, it means just what I choose it to mean -- neither more nor less.”​

I suspect that it should be quite fair for you to define the word "divisibility" to mean whatever you want it to mean in this case. (And, of course, in any discussion where you plan to use the word, you should first give your explicit definition)

I suggest "x is a left divisor of y" to mean that there exists z such that xz=y.

---------------------------------------

For a different description, a semigroup with the property you want has a minimum1 nonempty right ideal.
Proof: For any x, k is an element of x S1. Therefore, for any nonempty ideal I, we have [itex]k S^1 \subseteq I[/itex].

Of course, in any discussion on this subject, you should probably define "ideal" as well. I'm using "I is a right ideal" to mean "I is a subset such that [itex]I S^1 = I[/itex]".


1: This ideal is not merely minimal, it really is a minimum under the partial ordering defined by [itex]\subseteq[/itex]
 
Last edited:
  • #15
Thanks Hurkyl!
That was the kind of elegant definition I was looking for.

I'd like to clarify something:

why did you introduce in your proof [tex]xS^1[/tex] at all?
Given a semigroup [tex]A[/tex], and a right ideal [tex]I[/tex], for each [tex]y\in I[/tex], and [tex]a\in A[/tex], we have [tex]ya\in I[/tex]. However, we know that for each [tex]y[/tex] there exists, by hypothesis, another [tex]y'\in A[/tex] such that [tex]yy'=k[/tex]. From this follows that [tex]k[/tex] must be contained in any right-ideal.
As a consequence, inside [tex]I[/tex] we must also have all the elements of the form [tex]ka[/tex] (with [tex]a \in A[/tex]), and these elements are nothing but the definition of the principal right-ideal [tex]kA[/tex] generated by [tex]k[/tex], which has in fact, minimal cardinality.
Proving that it is unique is rather trivial: we must be able to find a right ideal [tex]I[/tex] with same cardinality of [tex]kA[/tex], which does not contain [tex]kA[/tex]; but this is not possible because we just proved that any right-ideal contains [tex]kA[/tex].

Also, it seems to me we have only proved that:
if our relation [tex]xy=k[/tex] holds (for every x, some y, and unique k) [tex]\Rightarrow[/tex] the semigroup has a unique minimal right-ideal.
One would need to prove the [tex]\Leftarrow[/tex] in order to say that the two statements are equivalent.
 
  • #16
mnb96 said:
why did you introduce in your proof [tex]xS^1[/tex] at all?
I just translated the problem into ideals and subsets at the first opportunity, using the equivalence [itex]x \in I \Longleftrightarrow xS^1 \subseteq I[/itex].

This point of view did clue me into an obvious fact I had not yet noticed; when I emphasized the ideals, I realized that k (generally) isn't too special -- we can replace it with any element of kS1.
 
  • #17
Hurkyl said:
...I realized that k (generally) isn't too special -- we can replace it with any element of kS1.

- By this, you mean that if xy=k for a constant k, there must be necessarily other elements [tex]k_1,k_2,\ldots[/tex] for which [tex]xy=k_i[/tex] always holds?

- Did you agree on the fact that we have proved only one the [tex]\Rightarrow[/tex] and we should prove also the other way?
 
  • #18
mnb96 said:
- By this, you mean that if xy=k for a constant k, there must be necessarily other elements [tex]k_1,k_2,\ldots[/tex] for which [tex]xy=k_i[/tex] always holds?
Right. Well, except for the case where k is a (one-sided) null element -- i.e. when you have the identity kx=k -- then nothing else has that property.

Did you agree on the fact that we have proved only one the [tex]\Rightarrow[/tex] and we should prove also the other way?
Sure. Or rearrange the proof so all the steps are if-and-only-if's. e.g. something resembling

kA1 is a minimal ideal iff kA1 is contained in every nonempty ideal iff kA1 is contained in every principal ideal iff k is contained in every principal ideal iff xy=k has a solution for each x.
 
  • #19
Maybe I am getting confused, but I think we now shifted the original problem.
Let's make things clear, and please point out if I say something incorrect.

We have proved that:
if we have [tex]\forall x, \exists y[/tex] such that [tex]xy=k[/tex], where k is a fixed unique element,
then the semigroup A has a unique minimal right-ideal (which is [tex]kA[/tex]).

However, the converse is not true (in order for it to be true, [tex]kA[/tex] must have a single element, hence k should be a one sided null-element).
In any case, this simply means that the two statements are not equivalent, and does not say much on the nature of k.

I am now interested to know whether it is possible or not to have [tex]xy=k[/tex], where k is a unique element (and should not be either the identity, nor the null element).
You mentioned earlier that there are several [tex]k_i[/tex] for which [tex]xy=k_i[/tex] can hold, but I don't understand how you proved that.
 
  • #20
mnb96 said:
You mentioned earlier that there are several [tex]k_i[/tex] for which [tex]xy=k_i[/tex] can hold, but I don't understand how you proved that.
My proof method equates "For every x, xy=k has a solution" with "kS1 is a minimum nonempty right ideal". If k' is any element of kS1, then k'S1=kS1...

Once you know it's true, it's very easy to see it in terms of elements. For any particular x, if xy=k has a solution, can you find a solution to xy=kz?
 
  • #21
ok! now everything should be clear.
So if my right, for a fixed element k, if [tex]xy=k[/tex] holds for each x and some y:

1) if [tex]kA^{1}[/tex] is a singleton [tex]\Rightarrow[/tex] k must be a (one-sided) null-element (and k is unique)
2) if [tex]kA^1\subset A[/tex] [tex]\Rightarrow[/tex] [tex]xy=k[/tex] holds for each [tex]k\in kA^1[/tex] (and k cannot be unique)
3) if [tex]kA^1=A[/tex] [tex]\Rightarrow[/tex] k was an (one-sided) identity-element, and [tex]xy=k[/tex] always holds for any k [tex]\Rightarrow[/tex] A has a one-sided inverse

I hope there are no mistakes!
 
Last edited:
  • #22
we have essentially discussed the problem of what can be said when, given a semigroup [tex](A,*)[/tex], for every [tex]x\in A[/tex], [tex]\exists x'[/tex], such that [tex]x*x'=k[/tex] for a fixed k.
Now, is it possible to make other observations about an endomorphism [tex]f:A\rightarrow A[/tex], which must satisfy [tex]x*f(x)=k[/tex]?
Essentially I want to find the properties the endomorphism f should have, so that [tex]f(x)[/tex] always "captures" the important element [tex]x'[/tex].
 

FAQ: What Are the Properties of an Endomorphism f That Satisfies x*f(x)=k?

What is "ab=k" called in mathematics?

The mathematical term for "ab=k" is an equation, specifically a linear equation. In this equation, "a" and "b" are the variables and "k" is the constant.

Can "ab=k" be solved for both "a" and "b"?

Yes, "ab=k" can be solved for both "a" and "b" as long as there is enough information given. This equation can be solved using algebraic methods such as substitution or elimination.

Is "ab=k" the same as "a*b=k"?

Yes, "ab=k" and "a*b=k" are equivalent expressions. In mathematics, the asterisk symbol (*) is often used to represent multiplication.

What is the significance of "k" in "ab=k"?

The constant "k" in the equation "ab=k" represents the product of the two variables "a" and "b". It is a fixed value and does not change.

How is "ab=k" used in real-world situations?

"ab=k" can be used to represent many real-world situations, such as the relationship between distance, speed, and time in physics, or the relationship between cost, quantity, and price in economics. It is a fundamental equation used in many fields of science and mathematics.

Similar threads

Replies
8
Views
1K
Replies
3
Views
2K
Replies
10
Views
2K
Replies
2
Views
1K
Replies
9
Views
2K
Replies
2
Views
1K
Replies
4
Views
1K
Back
Top