Gauge Theories Flashcards
(118 cards)
A group G is a set of elements endowed with composition law * that has properties:
i) CLOSURE (the product of any two elements of the group is also an element of the group)
ii) ASSOCIATIVITY (the composition law is associative)
iii) EXISTENCE OF IDENTITY (there is an identity element e that, when applied to element a, returns a)
iv) EXISTENCE OF INVERSE (for each element a, there is an inverse element a^-1, the product of these two is the identity element e).
*the IDENTITY and INVERSEs are unique.
What is an Abelian group?
An abelian group has a composition law that is commutative (i.e: a * b = b * a). {for all elements a and b in G}
Why is (all the real numbers, multiplication) not a group?
There is no inverse element for 0 (at least not a unique one).
What does the discrete group S_n refer to?
What is the order? Is it abelian?
The possible permutations of n objects.
{order n!, non-abelian}
What does the discrete group Z_n refer to?
What is the order? Is it abelian?
(Integers mod n, addition modulo n)
{order n, abelian}
What does the discrete group C_n refer to?
What is the order? Is it abelian?
The cyclic group of order n. {so a^n = e}
Isomorphic to Z_n : abelian.
What is a proper subgroup H of group G?
What is the symbol denoting this?
H contains only elements that are also elements of G.
H does not only contain the identity element.
H is not identical to G.
H c G
What is the “left coset” of a subgroup H of G, for element g of G?
What about the “right coset”?
left coset: gH
right coset: Hg
What is Lagrange’s Theorem?
How might we go about proving this?
For any two (left) cosets of H: g_1 H and g_2 H :
either these cosets are identical, or their intersection is the null element.
Proof by contradiction, assume that both conclusions of the theorem are not true. Propose g_3 which is in the intersection of the two cosets. We can show that g_2 is in the first coset, and so the cosets are identical.
*check notes
What is the symbol for “there exists”?
Backwards capital E.
What is the coset decomposition of a proper subgroup H of G?
What about the coset space G/H?
Coset decomposition basically says that G = the union of left cosets of H with elements g of G. In general, not all elements g will have to be used, the number of elements (nu) required to make the coset decomposition is the “index” of G/H.
G/H is the set of cosets required for a coset decomposition of G in H.
What is a group homomorphism?
i.e: what does it mean for group A to be homomorphic to group B?
All elements a in A are mapped each to a single element b of B. f(a) = b
f(a1*a2) = f(a1) $ f(a2) {where * is the composition law of A and $ of B}
f(A) is a subgroup of B in general, i.e: some elements b in B will not have a counterpart in A.
What is a group isomorphism?
i.e: what does it mean for groups A and B to be isomorphic?
What symbol is used to denote this?
Basically a 1:1 mapping, f(A) = B.
Homomorphism with all elements matched.
Symbol is equals sign with ~ on top.
What is a group endomorphism?
What about automorphism?
Endomorphism means that group A is homomorphic with itself under some operation f(A).
Automorphism means that a group A is isomorphic with itself under some operation f(A).
What does the label “General (G)” mean for a continuous group?
Determinant is not equal to 0.
What does the label “Linear (L)” mean for a continuous group?
Representable by NxN matrices.
What does the label “Special (S)” mean for a continuous group?
Determinant is equal to 1.
What does the label “Orthogonal (O)” mean for a continuous group?
Matrices (in matrix representation of the group) are orthogonal:
Transpose = inverse
What does the label “Unitary (U)” mean for a continuous group?
Matrices (in matrix representation of the group) are unitary:
Hermitian conjugate = inverse
What is the significance of the # independent real parameters of a group?
= the # of group generators
= the # of real group parameters.
Prove that the number of independent parameters of O(N, R) is N(N-1)/2.
- check notes
-start off with N^2 parameters for real NxN matrix.
-Apply orthogonality condition, use index notation, make sure not to double count the constraints.
How many independent real parameters does GL(N, C) have?
What about SL(N, C)?
GL(N, C) has 2N^2 independent real parameters.
SL(N, C) has 2(N^2 - 1) independent real parameters.
How many independent real parameters does O(N, R) have?
What about SO(N, R)?
both have N(N-1)/2
*i guess the additional requirement of determinant = 0 doesn’t add anything as we already require the matrices to be hermitian?
What is an example of a SO(2) process?
Passive rotation in 2D through some angle about an axis z.
*Check notes for relevant rotation matrix.