6

An action of a group G on a set X is called transitive if x,yX, gG such that g.x=y.
It is called primitive if it is transitive and preserves no non-trivial partition of X.

There is the following natural type of action (of G on X) between "primitive" and "transitive":
An action is called distributive if it is transitive and the lattice of preserved partitions is distributive.
[A primitive action is obviously distributive]

A transitive permutation group is a subgroup GSn whose action on X={1,,n} is transitive.
This group G is called primitive (resp. distributive) if its action is primitive (resp. distributive).

Let GSn be a transitive permutation group (of degree n) and G1:={gG | g.1=1}.
Then [G:G1]=n and G is a primitive (resp. distributive) permutation group iff G1G is a maximal subgroup (resp. the lattice of intermediate subgroups L(G1G) is distributive).

A finite group G is linearly primitive if it has a faithful complex irreducible representation.

Question: Are the distributive permutation groups linearly primitive?
Remark: I've checked by a GAP computation that it's true for n=[G:G1]31 and |G|104 (and also checked for |G|105 except indices 24 and 30).
Moreover, all the primitive permutation groups are linearly primitive (see this post).


Jan 3, 2014

Every finite group G admits a faithful transitive action on X=G.
There are groups without faithful primitive action, for example the cyclic group (of non-prime order).

Remark: An abelian finite group G is linearly primitive iff it admits a faithful distributive action.
Proof: On one hand, G admits a faithful complex irreducible representation iff it is a subgroup of C, iff it is cyclic. On the other hand, L(G1G) is distributive, but G1=1 because it is core-free, so the result follows by a theorem of Øystein Ore: a finite group G is cyclic iff L(G) is distributive.

Generalization of the above remark to the non-abelian case:
Bonus question: Is a group linearly primitive iff it admits a faithful distributive action?


Jan 4, 2014

Answer of the bonus question: No, see the first comment of Derek. In fact, the first counterexample is the quaternion group Q: it is linearly primitive but has no faithful distributive action.

A lattice is called endistributive if the sublattice generated by the join prime elements, is distributive.
An action of a group G on a set X is called endistributive if it is transitive and the lattice of preserved partitions is endistributive. [A distributive action is obviously endistributive]
The lattice L(Q) is endistributive, so Q has a faithful degree 8 endistributive action.

Bonus question 2: Is a group linearly primitive iff it admits a faithful endistributive action?

Remark: the second condition means, in others words, that G admits a core-free subgroup H such that L(HK) is distributive, with K the group generated by the minimal overgroups of H in G.
It is immediately verified if G admits a unique minimal subgroup, or a core-free maximal subgroup.

Remark: Here are GAP checks about the bonus question 2:
(): |G|104 and degree 31, or |G|105 except degrees 24 and 30.
(): |G|<512 (except 256) for any degree, or |G|103 and degree 31, except 24.

  • I don't have much feeling for the distibutivity of lattices, but I think that TransitiveGroup(8,22) (which is an extraspecial group of order 32) might be a counterexample to your final question. It is certainly linearly primitive, and I don't think that it admits a faithful distributive actions. It has only three essentially different faithful transitive permutation actions, and these have degrees 8, 16 and 32. – Derek Holt Jan 03 '15 at 15:11
  • @DerekHolt: The degree 8 action is not distributive. What is the number of the degree 16 action? and 32? – Sebastien Palcoux Jan 03 '15 at 18:17
  • It's TransitiveGroup(16,23). The degree 32 representation is the regular representation, so that cannot be distributive. – Derek Holt Jan 03 '15 at 19:17
  • @DerekHolt: The degree 16 action is also not distributive (and the group is linearly primitive). The smallest counter-example for the bonus question is the quaternion group. – Sebastien Palcoux Jan 04 '15 at 07:50

1 Answers1

1

Yes, a distributive permutation group is linearly primitive.

Proof: Let GSn be a distributive permutation group, then G1G is a core-free subgroup and the lattice [G1,G] is distributive. Then, by the dual Ore's theorem, there is an irr. complex rep. V such that G(VG1)=G1. Now, VG1V, so G(V)G(VG1). But K:=ker(πV)=G(V). It follows that KG1, but G1 is a core-free subgroup of G, and K a normal subgroup, so K={e} which means that V is faithful. So G is linearly primitive.

  • in the theory of permutation groups, the usual Galois correspondence is between subgroups and subrings of the centraliser ring of the permutation representation, due to Schur (?). Wielandt's book has details, IIRC. – Dima Pasechnik Jan 07 '15 at 12:21
  • I've asked the following historical question about the Galois correspondence for finite groups: http://mathoverflow.net/q/198819/34538 – Sebastien Palcoux Jan 27 '16 at 10:04