Overview
- Group
- SmallGroup(128,2011)
- Rank
- 4
- Schläfli Type
- {4,2,8}
- Vertices, edges, …
- 4, 4, 8, 8
- Order of s0s1s2s3
- 8
- Order of s0s1s2s3s2s1
- 2
- Also known as
- if this polytope has a name.
Special Properties
- Degenerate
- Universal
- Orientable
- Flat
Quotients maximal quotients in bold
2-fold
4-fold
8-fold
Covers minimal covers in bold
2-fold
3-fold
4-fold
- {8,4,8}*512b
- {4,8,8}*512a
- {4,4,8}*512a
- {4,8,8}*512c
- {4,8,8}*512e
- {4,8,8}*512g
- {4,4,8}*512b
- {8,4,8}*512d
- {4,4,16}*512a
- {4,4,16}*512b
5-fold
6-fold
- {8,6,8}*768
- {8,2,24}*768
- {24,2,8}*768
- {12,4,8}*768a
- {4,12,8}*768a
- {4,4,24}*768a
- {4,6,16}*768a
- {12,2,16}*768
- {4,2,48}*768
7-fold
9-fold
- {4,18,8}*1152a
- {36,2,8}*1152
- {4,2,72}*1152
- {12,6,8}*1152a
- {12,6,8}*1152b
- {12,6,8}*1152c
- {4,6,24}*1152a
- {4,6,24}*1152b
- {4,6,24}*1152c
- {12,2,24}*1152
- {4,6,8}*1152a
- {4,6,8}*1152b
10-fold
- {8,10,8}*1280
- {8,2,40}*1280
- {40,2,8}*1280
- {20,4,8}*1280a
- {4,20,8}*1280a
- {4,4,40}*1280a
- {4,10,16}*1280
- {20,2,16}*1280
- {4,2,80}*1280
11-fold
13-fold
14-fold
- {8,14,8}*1792
- {8,2,56}*1792
- {56,2,8}*1792
- {28,4,8}*1792a
- {4,28,8}*1792a
- {4,4,56}*1792a
- {4,14,16}*1792
- {28,2,16}*1792
- {4,2,112}*1792
15-fold
Representations
Permutation Representation (GAP)
s0 := (2,3);; s1 := (1,2)(3,4);; s2 := ( 6, 7)( 8, 9)(10,11);; s3 := ( 5, 6)( 7, 8)( 9,10)(11,12);; poly := Group([s0,s1,s2,s3]);;
Finitely Presented Group Representation (GAP)
F := FreeGroup("s0","s1","s2","s3");;
s0 := F.1;; s1 := F.2;; s2 := F.3;; s3 := F.4;;
rels := [ s0*s0, s1*s1, s2*s2, s3*s3, s0*s2*s0*s2,
s1*s2*s1*s2, s0*s3*s0*s3, s1*s3*s1*s3,
s0*s1*s0*s1*s0*s1*s0*s1, s2*s3*s2*s3*s2*s3*s2*s3*s2*s3*s2*s3*s2*s3*s2*s3 ];;
poly := F / rels;;
Permutation Representation (Magma)
s0 := Sym(12)!(2,3); s1 := Sym(12)!(1,2)(3,4); s2 := Sym(12)!( 6, 7)( 8, 9)(10,11); s3 := Sym(12)!( 5, 6)( 7, 8)( 9,10)(11,12); poly := sub<Sym(12)|s0,s1,s2,s3>;
Finitely Presented Group Representation (Magma)
poly<s0,s1,s2,s3> := Group< s0,s1,s2,s3 | s0*s0, s1*s1, s2*s2, s3*s3, s0*s2*s0*s2, s1*s2*s1*s2, s0*s3*s0*s3, s1*s3*s1*s3, s0*s1*s0*s1*s0*s1*s0*s1, s2*s3*s2*s3*s2*s3*s2*s3*s2*s3*s2*s3*s2*s3*s2*s3 >;