I've been delving into the properties of tensor ($\otimes$) and external tensor products ($\boxtimes$) within the context of coalgebra, particularly examining how the coproduct $\Delta$ applies to tensor products of elements from a vector space $V$ and its extension. The operation $\otimes$ is understood as the tensor product within the tensor algebra $T(V)$, whereas $\boxtimes$ represents an external tensor product, combining elements from two separate spaces or algebras, $T(V) \boxtimes T(W)$.
According to a Wikipedia article on tensor algebra, the coproduct $\Delta: V \to V \boxtimes V$ is defined for $v \in V$ as $\Delta(v) = v \boxtimes 1 + 1 \boxtimes v$, extending homomorphically over $T(V)$. My inquiry focuses on the expansion of $\Delta(v \otimes w)$ for $v, w \in V$, specifically through these steps:
Starting from $\Delta(v\otimes w)$, the definition of $\Delta$ is applied to both $v$ and $w$: $$\Delta(v\otimes w) = (v\boxtimes 1 + 1\boxtimes v) \otimes (w\boxtimes 1 + 1\boxtimes w)$$
Employing the distributive property of the tensor product over addition, we get: $$(v\boxtimes 1) \otimes (w\boxtimes 1) + (v\boxtimes 1) \otimes (1\boxtimes w) + (1\boxtimes v) \otimes (w\boxtimes 1) + (1\boxtimes v) \otimes (1\boxtimes w)$$
The next step of simplification leads to confusion: $$= (v\otimes w) \boxtimes 1 + v\boxtimes w + w\boxtimes v + 1 \boxtimes (v\otimes w)$$
My confusion lies in the last step: How does this property follow formally from the definitions of $\otimes$ and $\boxtimes$? It appears to make use of a property of $\otimes$ interacting with $\boxtimes$, which is not immediately evident from their standard definitions: it's unclear why $(v \boxtimes w) \otimes (v' \boxtimes w') = (v \otimes v') \boxtimes (w \otimes w')$, if this is what they are doing. The article mentions that $v \otimes 1$ is just $v$, as this represents scalar multiplication in the algebra, this is clear enough.
Could someone help clarify this step?
The confusion arises from misunderstanding how the tensor ($\otimes$) and external tensor products ($\boxtimes$) interact. The key is to define the product $\otimes_{T(V) \boxtimes T(V)}$ such that for pure tensors (elements that are not sums of other tensors), the operation behaves as follows:
$$ (a \boxtimes b) \otimes_{T(V) \boxtimes T(V)} (c \boxtimes d) := (a \otimes_{T(V)} c) \boxtimes (b \otimes_{T(V)} d) $$
This is then extended bilinearly to non-pure tensors. This definition allows for the simplification seen in the last step. Essentially, when you have products like $(v \boxtimes 1) \otimes (w \boxtimes 1)$, you're using the $\otimes_{T(V) \boxtimes T(V)}$ operation, which under our definition simplifies to $(v \otimes w) \boxtimes 1$. Similarly, the terms $v \boxtimes w$ and $1 \boxtimes (v \otimes w)$ follow from the bilinear extension of our definition to non-pure tensors. It is possible to verify that the above product satisfies the axiomsto make $T(V) \boxtimes T(V)$ into an algebra.