I've been self studying Doran and Lasenby's Geometric Algebra for Physicists, and I'm getting stuck on a small derivation in section 4.4.3 about the adjoint of linear functions. It's not big enough to keep me from proceeding through the rest of the book, but it's annoying the heck out of me that I can't figure it out. Especially because it's probably something exceedingly simple.
The derivation is supposed to show that the defining property of the adjoint ($a \cdot \bar{F}(b)=F(a) \cdot b$) also applies when a linear function acts on bivectors:
$$ (a_1 \wedge a_2) \cdot F(b_1 \wedge b_2)=a_1 \cdot F(b_2)a_2 \cdot F(b_1)-a_1 \cdot F(b_1)a_2 \cdot F(b_2)$$ $$ =\bar{F}(a_1) \cdot b_2\bar{F}(a_2) \cdot b_1-\bar{F}(a_1) \cdot b_1\bar{F}(a_2) \cdot b_2=\bar{F}(a_1 \wedge a_2) \cdot (b_1 \wedge b_2). $$
Now, I understand how the function F acting on the bivector got split up (since $F(a \wedge b)=F(a) \wedge F(b)$), but I don't understand anything else about the first step. What relationship is being applied here? I think it might be similar to something derived way back in section 4.1.2 about the inner product of a vector with an arbitrary r-blade:
$$ a \cdot (a_1 \wedge a_2 \wedge \dots \wedge a_r)=\sum_{k=1}^r (-1)^{k+1} a \cdot a_k a_1 \wedge \dots \wedge \check{a}_k \wedge \dots \wedge a_r, $$
but of course, in this case I'm dealing with the inner product of two different blades.