Is it possible to obtain a path in the path algebra without explicitly specifying the arrow?
More specifically, I have a string with letters which are arrows in the quiver. I need to check whether in the path algebra of the quiver, this string is a path. I was able to convert this string into a path in quiver. But is there a way to convert the path in a quiver to a path in its corresponding path algebra?
I am interested in expressing path algebra paths implicitly in terms of generators of quiver. ArrowsOfQuiver(Q) gives the array of arrows of quiver Q. So instead of kQ.a as a path of my algebra, I want to write this something as kQ.ArrowsOfQuiver(Q)[1]. But this syntax isn't working
I am not sure that I fully understand your question, but here is hopefully something that might be useful: