# HG changeset patch # User Shinji KONO # Date 1687165063 -32400 # Node ID 0472bfb4964eacea37df2f3b7290e0c6b8755978 # Parent e3d3749e80bd3955e3be638546dfca5ea53837e2 ... diff -r e3d3749e80bd -r 0472bfb4964e src/bijection.agda --- a/src/bijection.agda Mon Jun 19 16:01:45 2023 +0900 +++ b/src/bijection.agda Mon Jun 19 17:57:43 2023 +0900 @@ -610,14 +610,12 @@ ... | tri≈ ¬a b ¬c = there (nl04 t a) ... | tri> ¬a ¬b c₁ = there (nl04 t a) - n ¬a ¬b c₁ = s≤s (nl02 n ta a) - + nl03 : (i : ℕ) → i ≤ suc n → (nl : NL i) → suc i < length (NL.nlist nl) + nl03 0 i≤sn nl = ? + nl03 (suc i) i≤sn nl = begin + ? ≤⟨ ? ⟩ + suc i <⟨ nl03 i ? (NL-1 _ nl ) ⟩ + length (NL.nlist (NL-1 _ nl )) <⟨ nl00 _ nl ⟩ + length (NL.nlist nl) ∎ where + open ≤-Reasoning record maxAC (n : ℕ) : Set where field