# HG changeset patch # User Shinji KONO # Date 1647126315 -32400 # Node ID eb4049abad70b84a4b3427bd2e2897e7c8ac9c20 # Parent d1c9f5ae5d0a0ffa0fca2cf4442384a110df32f1 ... diff -r d1c9f5ae5d0a -r eb4049abad70 src/generic-filter.agda --- a/src/generic-filter.agda Tue Mar 01 14:31:31 2022 +0900 +++ b/src/generic-filter.agda Sun Mar 13 08:05:15 2022 +0900 @@ -59,12 +59,17 @@ ctl-M : Ordinal ctl→ : Nat → Ordinal ctl← : (x : Ordinal )→ x o< ctl-M → Nat - is-Model : (x : Nat) → ctl→ x o< ctl-M + ctl ¬a ¬b c = ⊥-elim ( nat-≤> n≤m c ) -⊆-reduction : (next : (x : HOD) → ⊆-reduce x ) → (x : HOD) → ¬ ( x ∈ ( ⊆-reduce.next (next x ))) -⊆-reduction next x = subst (λ k → ¬ (x ∈ ⊆-reduce.next (next k))) *iso (r02 x) where - r01 : (x₁ : Ordinal) → ((y : Ordinal) → y o< x₁ → ¬ odef (⊆-reduce.next (next (* y))) y) → - ¬ odef (⊆-reduce.next (next (* x₁))) x₁ - r01 = {!!} - r02 : (x : HOD) → ¬ (x ∈ ⊆-reduce.next (next (* (& x)))) - r02 x = TransFinite0 {λ x → ¬ ( odef ( ⊆-reduce.next (next (* x))) x) } r01 (& x) - -next-x≡∅ : (next : HOD → HOD) → ( (x : HOD) → ¬ ( x ∈ next x) ) → ⊆-reduce-∅ next -next-x≡∅ = {!!} - P-GenericFilter : (P p0 : HOD ) → Power P ∋ p0 → (C : CountableModel P) → GenericFilter P P-GenericFilter P p0 Pp0 C = record { genf = record { filter = PDHOD P p0 C ; f⊆PL = f⊆PL ; filter1 = f1 ; filter2 = f2 } @@ -176,27 +166,14 @@ pg-01 : Power P ∋ fmin pg-01 = incl (PGHOD∈PL i x ) (subst (λ k → PGHOD i P C k ∋ fmin ) &iso fmin∈PGHOD ) f⊆PL : PDHOD P p0 C ⊆ Power P - f⊆PL = record { incl = λ {x} lt → power← P x (λ {y} y : { x y : Nat } → x < y → y < x → ⊥ nat-<> (s≤s x x : { x y : Nat } → x ≤ y → y < x → ⊥ +nat-≤> (s≤s x x