Given a root system R⊂𝐑n
, pick a hyperplane of irrational slope in 𝐑n
, that is a hyperplane through the origin which doesn't contain any other points of the weight lattice. This divides our roots into two subsets: the positive and negative roots (on either side of the hyperplane). The figure below shows examples of such hyperplanes for the A2
and G2
root systems, with positive roots in red and negative roots in blue.
A positive root is called simple if it cannot be written as a sum of two positive roots.
Examples
Example:
The root α
in the A2
root system above can be written as a sum of positive roots: α=β+ϕ
. Therefore α
is not simple. However, β
and ϕ
are simple.
Example:
The roots β1
and α6
in the G2
root system are simple and all the other positive roots are not simple. (Exercise)
Properties of simple roots
Simple roots span
Lemma:
Any positive root can be written as a sum of simple roots.
Proof:
If your root α
is simple then it's a sum of one simple root and we're done. If not, then it's a sum of two positive roots: α=β+γ
for some positive roots β
, γ
. If β
and γ
are simple then we're done, if not, we expand one of them as a sum of two positive roots. Continue in this manner. We know that this process will terminate because:
all positive roots have a certain distance from our hyperplane of irrational slope, and they all lie on one side of it;
if we add two positive roots then the result is strictly further away from this hyperplane;
therefore when we write α=β+γ
, the distances of β
and γ
from the hyperplane are strictly smaller than that of α
.
Since there is a finite number of positive roots, there's a finite number of values this distance can take, so we can't keep splitting up as a sum of positive roots indefinitely or we'd end up with an infinite sequence of positive roots whose distance to the hyperplane was getting strictly smaller and smaller.
Remark:
This tells us that there are at least n
simple roots, where n
is the dimension of the root system: this is because our positive roots span 𝐑n
, so by the lemma the simple roots also span 𝐑n
. In a moment we'll show there are also at mostn
simple roots (so there are precisely n
simple roots).
Weyl chamber
Definition:
The Weyl chamber (with respect to our chosen hyperplane of irrational slope) is the set {v∈𝐑n:α⋅v≥0 for all positive roots α}.
Example:
In the A2
root system, the red, blue, and orange half-planes are the regions consisting of vectors whose dot product with β
, α
, respectively ϕ
is positive. Their intersection is the Weyl chamber shaded on the right.
In this example, you see that we don't need to use α
. This is a general fact.
Lemma:
The Weyl chamber is also equal to {v∈𝐑n:α⋅v≥0 for all simple roots α}.
Proof:
By the lemma we've just proved, any positive root is a sum of simple roots (with positive coefficients). Therefore if you have positive dot product with every simple root, you also have positive dot product with every positive root.
When can you add roots to get roots?
Lemma:
If α
and β
are (non-collinear) roots such that α⋅β<0
then α+β
is a root.
Example:
In the A2
example, β⋅ϕ<0
and β+ϕ=α
is another root.
Proof:
The proof is an exercise, but here's how the exercise goes. We have two roots α
and β
, so we can focus on the plane 𝐑2
spanned by α
and β
. The angle between α
and β
is one of 90
, 60
, 45
and 30
degrees or the complementary angles 120
, 135
, 150
if obtuse (the constraint on angles was about the smallest angle between the corresponding lines). Since the dot product is assumed strictly negative, the only possibilities are 120
, 135
or 150
degrees. This means there are three cases. We'll just see how this works for the case of 120
degrees.
Rescale everything until α
has length 1 (for simplicity) and rotate until α
is horizontal. We know that Pα(β)=12nβαα
, Pβ(α)=12nαββ
, and nβαnαβ=4cos2ϕ=1,
because ϕ=120
degrees so nαβ=nβα=±1
. For positive dot product we get nαβ=nβα=-1
, which tells us exactly which vector β
is: (-1/2,√3/2)
.
Now we take the lines πα
orthogonal to α
and πβ
orthogonal to be β
and reflect e.g. β
in πα
to construct the root α+β
(see the figure below).
There are now two more cases to analyse (exercise).
Dot products between simple roots
Lemma:
If α
and β
are simple roots then α⋅β≤0
.
Proof:
Assume α⋅β>0
. By the previous result, since α⋅(-β)<0
, we know that α-β
is a root.
If α-β
is a positive root then α=(α-β)+β
so α
is a sum of two positive roots, which contradicts the assumption that α
is simple.
If α-β
is a negative root then β=-(α-β)+α
so β
is a sum of two positive roots, which contradicts the assumption that β
is simple.
In either case, we get a contradiction.
Simple roots form a basis
Lemma:
The simple roots are linearly independent.
Remark:
Combined with the earlier fact that they span 𝐑n
, this means that they form a basis of 𝐑n
, so there are precisely n
of them.
Proof:
The proof uses two facts:
all simple roots lie on one side of our chosen hyperplane of irrational slope;
all simple roots have nonpositive dot products with one another.
Suppose there is a linear dependence between the simple roots: ∑cαα=0
where the sum is over the simple roots with coefficients cα∈𝐑
.
If all nonzero coefficients cα
are positive then we get a contradiction because we're taking a sum (with positive coefficients) of things all lying on one side of a hyperplane, so the result will lie even further from the hyperplane (and hence cannot be zero).
Let's rewrite the linear dependence as ∑cα>0cαα=∑cβ<0|cβ|β,
that is grouping the terms with positive coefficients on the left-hand side and minus the terms with negative coefficients on the right-hand side. Let's write v:=∑cα>0cαα
. By the linear dependence, we have v=∑cβ<0|cβ|β
.
The squared length of v
is v⋅v=(∑cα>0cαα)⋅(∑cβ<0|cβ|β)=∑∑cα|cβ|α⋅β,
but this is a sum of nonpositive dot products α˙β
with nonnegative coefficients cα|cβ|
, so v⋅v≤0
. Therefore v=0
, so ∑cα>0cαα=0
and this is a linear dependence with positive coefficients, which we've ruled out already.
Corollary:
There are precisely n
simple roots.
Proof:
We've proved that the simple roots form a basis for 𝐑n
.