I'm writing a piece about Drinfeld twists, and I realized I'm missing one piece. It should be easy to solve, but I seem to be stuck anyway.
Let $H$ a Hopf algebra and an invertible element $F \in H \otimes H$ a Drinfeld twist, satisfying the twist equation
$ (id \otimes \Delta)(F) (1 \otimes F) = (\Delta \otimes id)(F) (F \otimes 1) $.
The twisted comultiplication $\Delta_F$ is defined as either
$\Delta_F(x) = F \Delta(x) F^{-1}$
or
$\Delta_F(x) = F^{-1} \Delta(x) F$.
The twisted antipode $S_F$ is defined as
$S_F(x) = p^{-1} S(x) p$,
where
$p = \mu(S \otimes id)(F)$
or
$p = \sum_i S(a_i) b_i$
with $F = \sum_i a_i \otimes b_i$.
Some sources state that $p^{-1} = \sum_i a_i S(b_i)$, but I cannot seem to prove this. The element $p$ reminds me of the Drinfeld element $u$ defined as
$u = \sum_i S(t_i) s_i$
where $R = \sum_i s_i \otimes t_i$ is the universal $R$-matrix. However, the proof that $u$ is invertible with inverse $u^{-1} = \sum_i t_i S(s_i)$ relies on the fact that $R \Delta(x) = \Delta^{op}(x) R$, which does not hold for $F$. Somehow, $p^{-1}$ must follow from the twist equation that $F$ satisfies, and the fact that $F$ is invertible.
Can anyone show me why simply
$p^{-1} p = \sum_{i,j} a_i S(b_i) S(a_j) b_j = 1$
holds?
EDIT:
As the answer by mikis shows, the inverse of $p$ is actually
$p^{-1} = \sum_i a_i' S(b_i')$,
where $F^{-1} = \sum_i a_i' \otimes b_i'$.
The condition you mention is actually a consequence of the twist equation I believe, following from applying $id \otimes \epsilon \otimes id$ and then $\epsilon \otimes id$ to it.
According to your answer,
$F_1 S(F_1' F_2) F_2' = F_1 S(F_1' F_2) F_2' \epsilon(F_1) \epsilon(F_1') \epsilon(F_2) \epsilon(F_2')$
to get
$F_1 \epsilon(F_2) S(F_1' \epsilon(F_2') \epsilon(F_1) F_2) \epsilon(F_1') F_2' = 1$
But this would hold for $p^{-1} = F_1' F_2'$ too.
– B. Hekkelman Aug 15 '16 at 13:42The issue is that if you write $F = \sum_i a_i \otimes b_i$, you will get $\sum_i a_i b_i = \sum_{i,j,k} a_i b_i \epsilon(a_j a_k') \epsilon(b_j b_k')$ but $\sum_{i,j} a_i \epsilon(b_j)$ does not necessarily equal 1, while you assume that $F_1 \epsilon(F_2)$ does.
– B. Hekkelman Aug 15 '16 at 13:48