# HG changeset patch # User Shinji KONO # Date 1598580345 -32400 # Node ID 405c1f727ffe8e233304db6bb5a06ffc5c36829d # Parent c68956f6c3ad7dddb94c93136c28b5bd20b6b975 ... diff -r c68956f6c3ad -r 405c1f727ffe Putil.agda --- a/Putil.agda Thu Aug 27 11:44:58 2020 +0900 +++ b/Putil.agda Fri Aug 28 11:05:45 2020 +0900 @@ -29,13 +29,10 @@ -- Todo -- --- complete perm→FL --- describe property of pprep and pswap -- describe property of pins ( move 0 to any position) -- describe property of shrink ( remove one column ) -- prove FL→iso -- prove FL←iso --- prove FL enumerate all permutations -- we already have refl and trans in the Symmetric Group @@ -122,11 +119,10 @@ pins : {n m : ℕ} → m ≤ n → Permutation (suc n) (suc n) pins {_} {zero} _ = pid pins {suc _} {suc zero} _ = pswap pid -pins {suc (suc n)} {suc m} (s≤s m