# HG changeset patch # User Shinji KONO # Date 1663180326 -32400 # Node ID f9fc8da87b5aeb58e8e1d90dd2d533f41a297b78 # Parent 1ca338c3f09c2b69c3cefd2126ca7e07db9dde93 .. diff -r 1ca338c3f09c -r f9fc8da87b5a src/zorn.agda --- a/src/zorn.agda Tue Sep 13 15:26:19 2022 +0900 +++ b/src/zorn.agda Thu Sep 15 03:32:06 2022 +0900 @@ -447,7 +447,7 @@ → IsSup A (UnionCF A f mf ay supf b) ab ∧ (¬ HasPrev A (UnionCF A f mf ay supf b) b f) → supf b ≡ b supf-is-sup : {x : Ordinal } → (x≤z : x o≤ z) → supf x ≡ & (SUP.sup (sup x≤z) ) supf-mono : {x y : Ordinal } → x o≤ y → supf x o≤ supf y - csupf : {b : Ordinal } → supf b o< z → odef (UnionCF A f mf ay supf z) (supf b) + csupf : {b : Ordinal } → supf b o≤ z → odef (UnionCF A f mf ay supf z) (supf b) chain∋init : odef chain y @@ -490,7 +490,6 @@ {y : Ordinal} (ay : odef A y) (zc : ZChain A f mf ay (& A)) ( z : Ordinal ) : Set (Level.suc n) where supf = ZChain.supf zc field - order : {b s z1 : Ordinal} → b o< z → supf s o< supf b → FClosure A f (supf s) z1 → (z1 ≡ supf b) ∨ (z1 << supf b) is-max : {a b : Ordinal } → (ca : odef (UnionCF A f mf ay supf z) a ) → b o< z → (ab : odef A b) → HasPrev A (UnionCF A f mf ay supf z) b f ∨ IsSup A (UnionCF A f mf ay supf z) ab → * a < * b → odef ((UnionCF A f mf ay supf z)) b @@ -633,18 +632,20 @@ s