# HG changeset patch # User Shinji KONO # Date 1659936912 -32400 # Node ID 8373b130ba41af89738980023755d9acc9131eb7 # Parent 06eedb0d26a04202a50faab146d6776fb54477cf ... diff -r 06eedb0d26a0 -r 8373b130ba41 src/zorn.agda --- a/src/zorn.agda Mon Aug 08 14:20:26 2022 +0900 +++ b/src/zorn.agda Mon Aug 08 14:35:12 2022 +0900 @@ -288,7 +288,6 @@ sup=u : {b : Ordinal} → (ab : odef A b) → b o< z → IsSup A (UnionCF A f mf ay supf (osuc b)) ab → supf b ≡ b supf-is-sup : {x : Ordinal } → (x≤z : x o≤ z) → supf x ≡ & (SUP.sup (sup x≤z) ) csupf : {b : Ordinal } → b o≤ z → odef (UnionCF A f mf ay supf b) (supf b) - supf≤x :{x : Ordinal } → z o≤ x → supf z ≡ supf x fcy