nLab
heap

Heap

Idea

A heap is an algebraic structure which is basically equivalent to a group when one forgets about which element is the unit. Similar notions are affine space, principal homogeneous space and so on. However, the notion of a heap has a directness and simplicity in the sense that it is formalized as an algebraic structure with only one ternary operation satisfying a short list of axioms. If we start with a group the ternary operation is defined via (a,b,c)ab 1c. We can interpret that operation as shifting a by the (right) translation in the group which translates b into c. There is also a dual version, quantum heap.

Heaps in the sense of algebra should not be confused with heaps in the sense of theoretical computer science. There are also a number of synonyms for the term “heap;” below we consider “torsor” in this light. In Russian one term for a heap is “gruda” meaning a ‘heap of soil’; this is a pun as it is parallel to the russian word “gruppa” meaning a ‘group’: forgetting the unit element is sort of creating an amorphous version. This term also appears in English as ‘groud’.

Definition

A heap (H,t) is a nonempty set H equipped with a ternary operation t:H×H×HH satisfying the relations

t(b,b,c)=c=t(c,b,b)t(b,b,c) = c = t(c,b,b)
t(a,b,t(c,d,e))=t(t(a,b,c),d,e)t(a,b,t(c,d,e)) = t(t(a,b,c),d,e)

More generally, a ternary operation in some variety of algebras satisfying the first pair of equations is called a Mal'cev operation. A Mal’cev operation is called associative if it also satisfies the latter equation (i.e. it makes its domain into a heap).

A heap homomorphism, of course, is a function that preserves the ternary operations. This defines a category Heap of heaps.

Automorphism group

As suggested above, if G is a group and we define t(a,b,c)=ab 1c, then G becomes a heap. This construction defines a functor Prin:GrpHeap. In fact, up to isomorphism, all heaps arise in this way; to every heap is associated a group Aut(H) called its automorphism group, unique up to isomorphism. There are a number of ways to define Aut(H) from H.

  1. If we choose an arbitrary element eH, then we can define a multiplication on H by ab=t(a,e,b). It is straightforward to verify that this defines a group structure on H, whose underlying heap structure is the original one.

  2. We can define Aut(H) to be the set of pairs (a,b)H×H, modulo the equivalence relation (a,b)(a,b) iff t(a,a,b)=b. (We think of (a,b) as representing a 1b.) We then define multiplication by (c,d)(a,b)=(c,t(d,a,b)); the inverse of (the equivalence class of) (a,b) is (the equivalence class of) (b,a) and the identity element is (the equivalence class of) (a,a) (for any a).

  3. We can also define Aut(H) as an actual subgroup of the symmetric group of H, analogously to Cayley’s theorem for groups. We take the elements of Aut(H) to be set bijections of the form t(,a,b):HH where a,bH, with composition as the group operation. Note that

    (1)t(,c,d) Aut(H)t(,a,b)=t(t(,c,d),a,b)=t(,c,t(d,a,b)),t(-,c,d) \cdot_{Aut(H)} t(-, a,b) = t(t(-,c,d),a,b) = t(-,c,t(d,a,b)),

    so Aut(H) is closed under this operation. The first axiom of a heap shows that Aut(H) contains the identity t(,x,x) for any x), and the inverse of t(,a,b) is t(,b,a); thus Aut(H) is a subgroup of the symmetric group of H.

Note that in both the second and third constructions, the elements of Aut(H) are determined by pairs of elements of H, modulo some equivalence relation. The following theorem shows that the two equivalence relations are the same.

Theorem

The following are equivalent

  1. bijections t(,a,b) and t(,a,b) are the same maps,

  2. t(a,a,b)=b,

  3. t(b,b,a)=a.

Proof

(ii) follows from (i) and t(a,a,b)=b.

(iii) follows from (ii) by applying t(,b,a) on the right. Similarly (ii) follows from (iii).

(i) follows from (ii) by the calculation:

(2)t(x,a,b)=t(t(x,a,a),a,b)=t(x,a,t(a,a,b))=t(x,a,b).t(x,a',b') = t(t(x,a,a),a',b')= t(x,a,t(a,a',b')) = t(x,a,b).

The composition laws are also easily seen to agree, so the second two constructions of Aut(H) are canonically isomorphic. To compare them to the first construction, observe that for a fixed eH, any equivalence class contains a unique pair of the form (e,a). (If (b,c) is in the equivalence class, then a is determined by a=t(e,b,c).) This sets up a bijection between the first two constructions, which we can easily show is an isomorphism.

The second two constructions are clearly functorial, so we have a functor Aut:HeapGrp. Note that we have Aut(Prin(G))G for any group G, and Prin(Aut(H))H for any heap H, but while the first isomorphism is natural, the second is not. In particular, the categories Heap and Grp are not equivalent.

Heaps and Torsors

Note that Aut(H) comes equipped with a canonical action on H (this is most clear from the third definition). This action is transitive (by t(a,a,b)=b) and free (if t(a,b,c)=a then by the previous statement t(x,b,c)=x for each x, and in particular t(b,b,c)=b and also t(b,b,c)=c). Therefore, H is an Aut(H)-torsor (over a point). Conversely, a torsor H over any group G can be made into a heap, by defining t(a,b,c)=gc, where gG is the unique group element such that gb=a.

In fact, the category Heap is equivalent to the following category Tors: its objects are pairs (G,H) consisting of a group G and a G-torsor H, and its morphisms are pairs (ϕ,f):(G,H)(G,H) consisting of a group homomorphism ϕ:GG and a ϕ-equivariant map f:HH.

References and remarks

  • G.M. Bergman, A.O. Hausknecht, Cogroups and co-rings in categories of associative rings, Ch.IV, paragraph 22, p.95ff – Providence, R.I. : AMS 1996.

  • Z. Škoda, Quantum heaps, cops and heapy categories, Mathematical Communications 12, No. 1, pp. 1–9 (2007); (math.QA/0701749)

  • wikipedia:heap

  • Heaps and torsors

There is an oidification (horizontal categorification) of a heap, sometimes called a heapoid.

Revised on November 30, 2012 22:38:41 by JCMc Keown (174.113.224.166)