6

I am aware of gauge transformations and covariant derivatives as understood in Quantum Field Theory and I am also familiar with deRham derivative for vector valued differential forms.

I thinking of the gauge field A of the gauge group G as a Lie(G) valued 1-form on the manifold.

But I can't see why under a gauge transformation on A by an element $g\in G$ amounts to the following change, $A \mapsto A^g = gAg^{-1} -dgg^{-1}$ (if G is thought of as a matrix Lie Group) or in general $A_g = Ad(g)A + g^* \omega$ (where $\omega$ is the left invariant Maurer-Cartan form on G and I guess $g^*$ is pull-back of $\omega$ along left translation map by $g$).

Curvature is defined as $F = dA + \frac{1}{2}[A,A]$ and using this one wants to now see why does $F \mapsto F_g = gFg^{-1}$.

Firstly is the expression for $A_g$ a definition or is there a derivation for that?

When I try proving this (assuming matrix Lie groups) I am getting stuck in multiple places like what is $dA_g$ ?

I would be happy if someone can explain the explicit calculations and/or give a reference where such things are explained. Usual books which explain differential forms or connections on principal bundles don't seem to help with such calculations.

Pete L. Clark
  • 97,892
Student
  • 2,755
  • I'm treating that question in my bachelor's thesis in the section "principal bundles": (http://enigmage.de/bachelor.pdf) – Turion Jul 05 '11 at 08:53
  • 1
    @Turion: Hi, your link doesn't work anymore, I'm recently came across this question and would like to take a look into the treatment of this issue in your bachelor thesis. Is your paper still accessable? – user267839 Jun 01 '20 at 17:33
  • 1
    @PlushkinNeponemaet: Thanks! The correct link is: https://www.manuelbaerenz.de/files/bachelor.pdf – Turion Jun 03 '20 at 10:27

1 Answers1

4

The method is to use the Leibniz rule in the differentiation and and change the sign whenever the exterior derivative moves past an odd form. In addition the following identity must be used $ dgg^{-1} + g dg^{-1} = 0$, and remember that the commutator is is between odd forms thus it is with a plus sign.

Here are the intermediate results:

$\frac{1}{2}[A_g, A_g] = \frac{1}{2}g[A, A] g^{-1} -[dgg^{-1}, g A g^{-1}] + dgg^{-1}\wedge dgg^{-1}$

$dA_g = g dA g^{-1} + [dgg^{-1}, g A g^{-1}] - dgg^{-1}\wedge dgg^{-1}$

Here are the required details:

$ d(gAg^{-1})$

  1. Application of the Leibniz rule (Please observe the minus sign in the last term)

$ d(gAg^{-1}) = dg \wedge A g^{-1} + g dA g^{-1} - g A \wedge dg^{-1}$

  1. Using the identities $g g^{-1} = 1$ in the first term and $ dg^{-1} = - g^{-1}dg g^{-1} $ in the last term

$ = dg g^{-1} g \wedge A g^{-1} + g dA g^{-1} +g A g^{-1} \wedge dg g^{-1} $

  1. Collection of the first and last term into a commutator:

$ = g dA g^{-1} +[ dg g^{-1}, g A g^{-1} ]$

$ d(dg g^{-1})$

  1. Application of the Leibniz rule (Please observe the minus sign in the last term)

$ d(dg g^{-1}) = ddg g^{-1} - dg \wedge dg^{-1}$

  1. Using the identities $dd = 0$ and again $ dg^{-1} = - g^{-1}dg g^{-1} $, we obtain:

$ d(dg g^{-1}) = + dg g^{-1}\wedge dg g^{-1}$

  • Thanks for your reply but I am still quite in the dark. I suppose when you take $dA_g$ one is keeping $g$ fixed? I don't seem to understand how you got the last two terms in your expression for $dA_g$ Can you sort of separately write what does $d(gAd^{-1})$ and $d(dgg^{-1})$ evaluate to? – Student Aug 24 '10 at 18:14
  • Can you give a reference from where I can learn this? I picked up my basic differential forms from the book by Morita but that doesn't somehow seem to help me do this? Is something conceptually new happening here? – Student Aug 24 '10 at 18:15
  • I meant $d(gAg^{-1})$ – Student Aug 24 '10 at 18:22
  • I added the required details and corrected an error – David Bar Moshe Aug 25 '10 at 08:40
  • 1
    Morita's Sectino 6.3 treats principal G bundles, but his treatment is a bit terse. What you want is a gauge theory book that computes in coordinates. Maybe Jost's book(s) will do? Another good reference is Kobayashi's 1957 paper "Theory of Connections" – Willie Wong Aug 28 '10 at 00:42