# HG changeset patch # User Shinji KONO # Date 1660813755 -32400 # Node ID eec82adba99bc063302ef7c5ca102a1d73e7b962 # Parent 8a06fe74721bb7c8f56b11a9264dfc1c2cd53bb7 ... diff -r 8a06fe74721b -r eec82adba99b src/zorn.agda --- a/src/zorn.agda Thu Aug 18 14:11:58 2022 +0900 +++ b/src/zorn.agda Thu Aug 18 18:09:15 2022 +0900 @@ -286,7 +286,18 @@ sup : {x : Ordinal } → x o< z → SUP A (UnionCF A f mf ay supf x) 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 b) (supf b) + -- supf b ≡ b → csupf0 → csupf + csupf0 : {b : Ordinal } → b o≤ z → odef (UnionCF A f mf ay supf (supf b) ) (supf b) + csupf0 {b} b≤z = ? + supf-inject : {x y : Ordinal } → supf x o< supf y → x o< y + supf-inject {x} {y} sx ¬a ¬b y sx ¬a ¬b px ¬a ¬b px ¬a ¬b px lt px ¬a ¬b px ¬a ¬b px