LESSWRONG
LW

Wikitags
Main
2
Exercises
1
Examples

Lattice: Examples

Edited by Kevin Clancy last updated 17th Jul 2016
Requires: Lattice (Order Theory)

Here are some additional examples of lattices.

A familiar example

Consider the following lattice.

Suspicious Lattice Hasse Diagram

Does this lattice look at all familiar to you? From some other area of mathematics, perhaps?

Reveal the truth

In fact, this lattice corresponds to boolean logic, as can be seen when we replace b with true and a with false in the following "truth table".

lattice truth table

Normal subgroups

Let G be a group, and let N-Sub G be the set of all normal subgroups of G. Then ⟨N-Sub G,⊆⟩ is a lattice where for H,K∈N-Sub G, H∧K=H∩K, and H∨K=HK={hk∣h∈H,k∈K}.

Proof

Let H,K∈N-Sub G. Then H∧K=H∩K. We first note that H∩K is a subgroup of G. For let a,b∈H∩K. Since H is a group, a∈H, and b∈H, we have ab∈H. Likewise, ab∈K. Combining these, we have ab∈H∩K, and so H∩K is satisfies the closure requirement for subgroups. Since H and K are groups, a∈H, and a∈K, we have a−1∈H and a−1∈K. Hence, a−1∈H∩K, and so H∩K satisfies the inverses requirement for subgroups. Since H and K are subgroups of G, we have e∈H and e∈K. Hence, we have e∈H∩K, and so H∩K satisfies the identity requirement for subgroups.

Furthermore, H∩K is a normal subgroup, because for all a∈G, a−1(H∩K)a=a−1Ha∩a−1Ka=H∩K. It's clear from the definition of intersection that H and K do not share a common subset larger than H∩K.

For H,K∈N-Sub G, we have H∨K=HK={hk∣h∈H,k∈K}.

First we will show that HK is a group. For hk,h′k′∈HK, since kH=Hk, there is some h′′∈H such that kh′=h′′k. Hence, hkh′k′=hh′′kk′∈HK, and so HK is closed under G's group action. For hk∈HK, we have (hk)−1=k−1h−1∈k−1H=Hk−1⊆HK, and so HK is closed under inversion. Since e∈H and e∈K, we have e=ee∈HK. Finally, HK inherits its associativity from G.

To see that HK is a normal subgroup of G, let a∈G. Then a−1HKa=Ha−1Ka=HKa−1a=HK.

There is no subgroup F of G smaller than HK which contains both H and K. If there were such a subgroup, there would exist some h∈H and some k∈K such that hk∉F. But h∈F and k∈F, and so from F's group closure we conclude hk∈F, a contradiction.

Parents:
Lattice (Order Theory)
Discussion0
Discussion0