# HG changeset patch # User Shinji KONO # Date 1651306055 -32400 # Node ID d94f90607a7c13f943b35750e5ee34706f094841 # Parent 42ad203ff9134fae3beb11d4004e2fb77be60306 ... diff -r 42ad203ff913 -r d94f90607a7c src/zorn.agda --- a/src/zorn.agda Sat Apr 30 14:53:04 2022 +0900 +++ b/src/zorn.agda Sat Apr 30 17:07:35 2022 +0900 @@ -164,21 +164,41 @@ fcn-imm : {A : HOD} (s : Ordinal) { x y : Ordinal } (f : Ordinal → Ordinal) (mf : ≤-monotonic-f A f) → (cx : FClosure A f s x) → (cy : FClosure A f s y ) → ¬ ( ( * x < * y ) ∧ ( * y < * (f x )) ) -fcn-imm {A} s {x} {y} f mf cx cy ⟪ x ¬a ¬b c = ⊥-elim ( nat-≤> y ¬a ¬b c with fc20 c -- ncy < suc ncx + ... | case1 y=x = <-irr (case1 ( fcn-inject s mf cy cx y=x )) x