# HG changeset patch # User Shinji KONO # Date 1686471312 -32400 # Node ID 95f6216499d7c118a5d650f6c22db98543843da3 # Parent 70d46c446b0d379a95f82256027da889840f166d ... diff -r 70d46c446b0d -r 95f6216499d7 src/bijection.agda --- a/src/bijection.agda Sun Jun 11 10:26:09 2023 +0900 +++ b/src/bijection.agda Sun Jun 11 17:15:12 2023 +0900 @@ -489,7 +489,8 @@ open import Relation.Nullary.Decidable hiding (⌊_⌋) open import Data.Unit.Base using (⊤ ; tt) open import Data.List.Fresh hiding ([_]) - +open import Data.List.Fresh.Relation.Unary.Any +open import Data.List.Fresh.Relation.Unary.All record InjectiveF (A B : Set) : Set where field @@ -598,8 +599,8 @@ ... | no nisA | yes isB = ≤-trans (ca≤cb0 n) px≤x ... | no nisA | no nisB = ca≤cb0 n - data FL : (n : ℕ ) → Set where - ca ¬a ¬b b ¬a ¬b a ¬a ¬b a