# HG changeset patch # User Shinji KONO # Date 1606833449 -32400 # Node ID 0462c99f32cb451444db48a3a5ec5a69d1f740f5 # Parent d9f610c9a4f1878311eef4ffd5e46d903abf9447 ... diff -r d9f610c9a4f1 -r 0462c99f32cb FLComm.agda --- a/FLComm.agda Tue Dec 01 16:01:02 2020 +0900 +++ b/FLComm.agda Tue Dec 01 23:37:29 2020 +0900 @@ -48,6 +48,8 @@ open import Algebra open Group (Symmetric n) hiding (refl) +open _∧_ + -- {-# TERMINATING #-} CommStage→ : (i : ℕ) → (x : Permutation n n ) → deriving i x → Any (perm→FL x ≡_) ( CommFListN i ) CommStage→ zero x (Level.lift tt) = AnyFList (perm→FL x) @@ -68,16 +70,24 @@ comm3 (cons a L _) (there b) L3 = comm3 L b (FLinsert (perm→FL [ FL→perm G , FL→perm a ]) L3) comm2 : (L L1 : FList n) → Any (G ≡_) L → Any (H ≡_) L1 → (L3 : FList n) → Any (perm→FL [ g , h ] ≡_) (tl2 L L1 L3) comm2 (cons G L xr) L1 (here refl) b L3 = comm7 L L3 where - comm8 : (L4 L2 : FList n) → (a : FL n) → (xr : fresh (FL n) ⌊ _f