# HG changeset patch # User Shinji KONO # Date 1718932426 -32400 # Node ID 51b6bc16593c44108821f77c723aa3822441c92b # Parent ca5bfb401ada68ce82564033abea8ff041395663 filter fix done diff -r ca5bfb401ada -r 51b6bc16593c src/filter.agda --- a/src/filter.agda Thu Jun 20 18:15:17 2024 +0900 +++ b/src/filter.agda Fri Jun 21 10:13:46 2024 +0900 @@ -254,7 +254,7 @@ mu42 {z} ⟪ xz , ¬p ⟫ = xz F=mf : F =h= filter mf F=mf with osuc-≡< ( ⊆→o≤ FisGreater ) - ... | case1 eq = ord→== (sym eq) -- &≡&→≡ (sym eq) + ... | case1 eq = ord→== (sym eq) ... | case2 lt = ⊥-elim ( MaximumFilter.is-maximum mx FisFilter FisProper F0⊆F ⟪ lt , FisGreater ⟫ ) @@ -270,19 +270,21 @@ um02 : {y : Ordinal } → odef (filter F) y ∧ (¬ odef (filter U) y) → y o< & L um02 {y} Fy = odef< ( f⊆L F (proj1 Fy ) ) GT≠∅ : ¬ (GT =h= od∅) - GT≠∅ eq = ? where -- ⊥-elim (U≠F ( ==→o≡ ((⊆→= {filter U} {filter F}) U⊆F (U-F=∅→F⊆U {filter F} {filter U} gt01)))) where - U≠F : ¬ ( filter U ≡ filter F ) - U≠F eq = o<¬≡ (cong (&) eq) U