# HG changeset patch # User Shinji KONO # Date 1669363053 -32400 # Node ID 52272b5c9d588c176c763c8dc2e1e21788ec730b # Parent 1b87669d9b11b912adb2d99b0b39acc2de0eb975 ... diff -r 1b87669d9b11 -r 52272b5c9d58 src/zorn.agda --- a/src/zorn.agda Fri Nov 25 12:22:22 2022 +0900 +++ b/src/zorn.agda Fri Nov 25 16:57:33 2022 +0900 @@ -535,6 +535,9 @@ z52 : supf (supf b) ≡ supf b z52 = sup=u asupf sfb≤x ⟪ record { x≤sup = z54 } , IsMinSUP→NotHasPrev asupf z54 ( λ ax → proj1 (mf< _ ax)) ⟫ + -- cp : (mf< : <-monotonic-f A f) {b : Ordinal } → b o≤ z → supf b o≤ z → ChainP A f mf ay supf (supf b) + -- the condition of cfcs is satisfied, this is obvious + supf-unique : ( A : HOD ) ( f : Ordinal → Ordinal ) (mf : ≤-monotonic-f A f) {y xa xb : Ordinal} → (ay : odef A y) → (xa o≤ xb ) → (za : ZChain A f mf ay xa ) (zb : ZChain A f mf ay xb ) → {z : Ordinal } → z o≤ xa → ZChain.supf za z ≡ ZChain.supf zb z @@ -1114,6 +1117,8 @@ → a o< b → b o≤ x → supf1 a o< b → FClosure A f (supf1 a) w → odef (UnionCF A f mf ay supf1 b) w cfcs mf< {a} {b} {w} a ¬a ¬b c = ⊥-elim ( ¬p ¬a ¬b c = ⊥-elim ( ¬p