# HG changeset patch # User Shinji KONO # Date 1689641050 -32400 # Node ID 5aae7a429f37d119fde1b4b6058cc0081e6b0117 # Parent 34426fe27745577057d2d18a8b81410693113d66 ... diff -r 34426fe27745 -r 5aae7a429f37 automaton-in-agda/src/finiteSetUtil.agda --- a/automaton-in-agda/src/finiteSetUtil.agda Tue Jul 18 09:16:53 2023 +0900 +++ b/automaton-in-agda/src/finiteSetUtil.agda Tue Jul 18 09:44:10 2023 +0900 @@ -641,11 +641,24 @@ ... | yes isb = ? -- refl-≤s ... | no nisb = ? -- ≤-refl + lem31 : (b : B) → 0 < count-B (toℕ (F←Q fa (f b))) + lem31 b = lem32 (toℕ (F←Q fa (f b))) refl where + lem32 : (i : ℕ) → i ≡ toℕ (F←Q fa (f b)) → 0 < count-B i + lem32 zero eq with is-B (Q←F fa ( fromℕ< {0} 0 ¬a ¬b c with is-B (Q←F fa (fromℕ< c)) + ... | yes isb = ? + ... | no nisb = ? cb