vEnhance's avatar
Previous Next Page 16 of 17

Jan 21, 2015

Edit Representation Theory, Part 4: The Finite Regular Representation

Good luck to everyone taking the January TST for the IMO 2015 tomorrow!

Now that we have products of irreducibles under our belt, I’ll talk about the finite regular representation and use it to derive the following two results about irreducibles.

  1. The number of (isomorphsim classes) of irreducibles ρα\rho_\alpha is equal to the number of conjugacy classes of GG.
  2. We have G=α(dimρα)2\left\lvert G \right\rvert = \sum_\alpha \left( \dim \rho_\alpha \right)^2.

These will actually follow as corollaries from the complete decomposition of the finite regular representation.

In what follows kk is an algebraically closed field, GG is a finite group, and the characteristic of kk does not divide G\left\lvert G \right\rvert. As a reminder, here are the …

Read more...

Jan 05, 2015

Edit Representation Theory, Part 3: Products of Representations

Happy New Year to all! A quick reminder that 2015=513312015 = 5 \cdot 13 \cdot 31.

This post will set the stage by examining products of two representations. In particular, I’ll characterize all the irreducibles of G1×G2G_1 \times G_2 in terms of those for G1G_1 and G2G_2. This will set the stage for our discussion of the finite regular representation in Part 4.

In what follows kk is an algebraically closed field, GG is a finite group, and the characteristic of kk does not divide G\left\lvert G \right\rvert.

1. Products of representations

First, I need to tell you how to take the product of two representations.

Definition. Let G1G_1 and G2 …

Read more...

Dec 25, 2014

Edit Representation Theory, Part 2: Schur's Lemma

Merry Christmas!

In the previous post I introduced the idea of an irreducible representation and showed that except in fields of low characteristic, these representations decompose completely. In this post I’ll present Schur’s Lemma at talk about what Schur and Maschke tell us about homomorphisms of representations.

1. Motivation

Fix a group GG now, and consider all isomorphism classes of finite-dimensional representations of GG. We’ll denote this set by Irrep(G)\operatorname{Irrep}(G). Maschke’s Theorem tells us that any finite-dimensional representation ρ\rho can be decomposed as ραIrrep(G)ραnα\bigoplus_{\rho_\alpha \in \operatorname{Irrep}(G)} \rho_{\alpha}^{\oplus n_\alpha} where nαn_\alpha is some nonnegative integer. This begs the question: what is nαn_\alpha

Read more...

Dec 10, 2014

Edit Representation Theory, Part 1: Irreducibles and Maschke's Theorem

Good luck to everyone taking the December TST tomorrow!

The goal of this post is to give the reader a taste of representation theory, a la Math 55a. In theory, this post should be accessible to anyone with a knowledge of group actions and abstract vector spaces.

Fix a ground field kk (for all vector spaces). In this post I will introduce the concept of representations and irreducible representations. Using these basic definitions I will establish Maschke’s Theorem, which tells us that irreducibles and indecomposables are the same thing.

1. Definition and examples

Let GG be a group.

Definition. A representation of GG consists of a pair ρ=(V,ρ)\rho = (V, \cdot_\rho) where VV is a vector space over kk and ρ\cdot_\rho is a (left) group action of GG

Read more...

Nov 30, 2014

Edit Three Properties of Isogonal Conjugates

In this post I’ll cover three properties of isogonal conjugates which were only recently made known to me. These properties are generalization of some well-known lemmas, such as the incenter/excenter lemma and the nine-point circle.

1. Definitions

Let ABCABC be a triangle with incenter II, and let PP be any point in the interior of ABCABC. Then we obtain three lines APAP, BPBP, CPCP. Then the reflections of these lines across lines AIAI, BIBI, CICI always concur at a point QQ which is called the isogonal conjugate of PP. (The proof of this concurrence follows from readily from Trig Ceva.) When PP

Read more...

Nov 18, 2014

Edit Set Theory, Part 2: Constructing the Ordinals

This is a continuation of my earlier set theory post. In this post, I’ll describe the next three axioms of ZF and construct the ordinal numbers.

1. The previous axioms

As review, here are the natural descriptions of the five axioms we covered in the previous post.

Axiom 1 (Extensionality). Two sets are equal if they have the same elements.

Axiom 2 (Empty Set Exists). There exists an empty set \varnothing which contains no elements

Axiom 3 (Pairing). Given two elements xx and yy, there exists a set {x,y}\{x,y\} containing only those two elements. (It is permissible to have x=yx=y, meaning that if xx is a set then so is {x}\{x\}.)

Axiom 4 (Union). Given a set aa, we can create a\cup a, the union of the …

Read more...

Nov 13, 2014

Edit Set Theory, Part 1: An Intro to ZFC

Back in high school, I sometimes wondered what all the big deal about ZFC and the Axiom of Choice was, but I never really understood what I read in the corresponding Wikipedia page. In this post, I’ll try to explain what axiomatic set theory is trying to do in a way accessible to those with just a high school background.

1. Motivation

What we’re going to try to lay out something like a “machine code” for math: a way of making math completely rigorous, to the point where it can be verified by a machine. This would make sure that our foundation on which we do our high-level theorem proving is sound. As we’ll see in just a moment, this is actually a lot harder to do than it sounds – there are some traps if we try to play too loosely with our definitions.

First of all …

Read more...

Oct 19, 2014

Edit Why do roots come in conjugate pairs?

This is an expanded version of an answer I gave to a question that came up while I was assisting the 2014-2015 WOOT class. It struck me as an unusually good way to motivate higher math using stuff that people notice in high school but for some reason decide to not think about.

In high school precalculus, you’ll often be asked to find the roots of some polynomial with integer coefficients. For instance, x3x2x15=(x3)(x2+2x+5)x^3 - x^2 - x - 15 = (x-3)(x^2+2x+5) has roots 33, 1+2i1+2i, 12i-1-2i. Or as another example, x33x22x+2=(x+1)(x24x+2 …

Read more...

Oct 07, 2014

Edit Arch Linux on a Mac Mini

This post briefly outlines the process of setting up a dual boot OSX and Arch Linux on a Mac Mini. This is mostly for my reference in the likely event that I will be doing anything similar in some years, so it assumes some competence; fortunately, the Arch Wiki’s Beginner’s Guide probably fills in any gaps I left out. Obligatory Disclaimer: Use at your own risk or not at all.

This is almost the same as any other installation of Arch Linux, with a few changes that took some hours of frustration to figure out because of the EFI booter. My method is to create the partitions in Disk Utility, install rEFInd, and then install the grub bootloader into /dev/sda1.

Setup done in OSX

  1. First, install rEFInd. This worked out of the box for me, and makes it possible to boot via USB.
  2. Create a Arch Linux …
Read more...

Jul 27, 2014

Edit What leads to success at math contests?

Updated version of generic advice post: Platitudes v3.

I think this is an important question to answer, not the least of reasons being that understanding how to learn is extremely useful both for teaching and learning.The least of reasons is that people ask me this all the time and I should properly prepare a single generic response.

About a year agoIt’s only been a year? I could have sworn it was two or three., I posted my thoughts on what the most important things were in math contest training. Now that I’m done with the IMO I felt I should probably revisit what I had written.

It looks like the main point of my post a year ago was mainly to debunk the idea that specific resources are important. Someone else phrased this pretty well in the replies to the thread

The issue is many people …

Read more...
Previous Next Page 16 of 17