# HG changeset patch # User Shinji KONO # Date 1662408940 -32400 # Node ID 14bd0c9ad267b869540c527eeb076470830107f4 # Parent 2569ace27176757dd19d92659188d7f0cf23669e csupf b is no good, because supf1 x is not in UnionCF x ( but UnionCD (supf x) ) diff -r 2569ace27176 -r 14bd0c9ad267 src/zorn.agda --- a/src/zorn.agda Tue Sep 06 04:38:39 2022 +0900 +++ b/src/zorn.agda Tue Sep 06 05:15:40 2022 +0900 @@ -297,7 +297,7 @@ sup=u : {b : Ordinal} → (ab : odef A b) → b o≤ z → IsSup A (UnionCF A f mf ay supf b) ab → 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 } → b o≤ z → odef (UnionCF A f mf ay supf (supf b)) (supf b) + csupf : {b : Ordinal } → b o≤ z → odef (UnionCF A f mf ay supf b) (supf b) supf-inject : {x y : Ordinal } → supf x o< supf y → x o< y supf-inject {x} {y} sx ¬a ¬b px ¬a ¬b x