-
Notifications
You must be signed in to change notification settings - Fork 1
/
Everything.agda
49 lines (35 loc) · 933 Bytes
/
Everything.agda
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{-# OPTIONS --without-K --exact-split --rewriting #-}
module Pi.Everything where
-- Section 4: UFin
import Pi.UFin.UFin
-- Section 5: Sn and Lehmer
-- Coxeter Relations and Sn
import Pi.Coxeter.Coxeter
import Pi.Coxeter.Sn
-- Sn as a group presentation
import Pi.Coxeter.GeneratedGroupIso
import Pi.Coxeter.GeneratedGroupIsoGeneralised
-- Lehmer codes
import Pi.Lehmer.Lehmer2
-- Normalisation of words in Sn
import Pi.Coxeter.Norm
import Pi.Coxeter.NormEquiv
-- Equivalence with Lehmer codes
import Pi.UFin.UFinLehmer2Equiv
-- Section 6: Equivalence
-- Pi and Pi+
import Pi.Equiv.Translation2
-- Pi+ and Pi^
import Pi.Equiv.Equiv0Hat
import Pi.Equiv.Equiv1Hat
import Pi.Equiv.Equiv2Hat
-- Pi^ and UFin
import Pi.Equiv.Equiv0Norm
import Pi.Equiv.Equiv1Norm
import Pi.Equiv.Equiv2Norm
-- Pi+ and UFin
import Pi.Equiv.Equiv0
import Pi.Equiv.Equiv1
import Pi.Equiv.Equiv2
-- Section 7: Examples
import Pi.Examples.Examples