Proving two elements of a set are equal based on a two-sided identity

106 Views Asked by At

Say I have a set S w/ an associative binary operation *: S x S -> S and a two-sided identity e, and let sES. Let SsubLL and SsubRR be elements of S such that Ssib:L * s = e = s * SsubRR

How can I prove that Ssib:L = SsubRR ?

Since the left and right identity are equal to e which is a two-sided identity, that proves that the left and right are equal just by the definition of a two-sided identity right? Is there some more in-depth proof I'm not seeing here?

1

There are 1 best solutions below

4
On BEST ANSWER

$$\tilde s_R=e*\tilde s_R=(\tilde s_L*s)*\tilde s_R=\tilde s_L*(s*\tilde s_R)=\tilde s_L*e=\tilde s_L\;.$$