So I'm working with quivers with relations.
Let $\Gamma$ be a quiver with vertices $\Gamma_0 = \{1,2,...,n\}$ and let $\rho$ be a set of relations in $\Gamma$ with $J^t \subset \langle\rho\rangle \subset J^2$. Let $\Lambda = k\Gamma /\langle p\rangle$. The ideal $J$ in $\Lambda$ is genrated by the arrows in the quiver.
I want to show that $\text{End}_\Lambda(\Lambda e_i)^{\text{op}}$ is isomorphic to $e_i \Lambda e_i$, where $e_i$ is the trivial path in the quiver going from vertex $i$ to $i$. That is, $e_i : i \rightarrow i$ for $i \in \Gamma_0$.
I want to define a homomorphism of rings $\phi : \text{End}_\Lambda (\Lambda e_i)^{\text{op}} \rightarrow e_i \Lambda e_i$ which I could then show is an isomorphism, but I'm having troubles even setting up said homomorphism in a smart way.
I tried defining $\phi(f) = f(e_i)$, but I got stuck down the line. Then I tried $\phi(f) = f(m)$ for some fixed $m \in \Lambda e_i$, but this didn't get me very far either. I'm looking for any hints on how to define this in a good way, or even just a thought process for handling this type of problem.
This is true for any idempotent $e$ in any ring $A$, the basic ingredients being the following: (1) For any $A$-module $M$ you have $M=eM\oplus (1-e)M$, so the projection defines a canonical isomorphism $eM\cong M/(1-e)M$. (2) $eM = \text{Ann}_M(1-e)$. Applying this and the universal property of the quotient module, you get $$\text{Hom}_A(Ae,M)\cong\text{Hom}_A(A/(1-e)A,M)\cong\text{Ann}_M(1-e)=eM$$ for any $A$-module $M$. Also, making all steps explicit shows that the map is given by $\varphi\leftrightarrow\varphi(e)$.
Putting $M=A$ in the above yields $\text{End}_A(Ae)\cong eAe$ as abelian groups via $\varphi\mapsto\varphi(e)$. Can you figure out the part about the ring structure yourself, using $\varphi(e)=\varphi(e)e$ since $\varphi(e)\in Ae$? Let me know if you have trouble.