# HG changeset patch # User kono # Date 1677726542 -28800 # Node ID 03684784bc5fd4674f3daedb7c2a8fae22aae81c # Parent 42000f20fdbe819a976a6436287e6f469026bd5a ... diff -r 42000f20fdbe -r 03684784bc5f src/Tychonoff.agda --- a/src/Tychonoff.agda Wed Mar 01 16:34:41 2023 +0900 +++ b/src/Tychonoff.agda Thu Mar 02 11:09:02 2023 +0800 @@ -35,7 +35,7 @@ open import filter O open import OPair O open import Topology O -open import maximum-filter O +-- open import maximum-filter O open Filter open Topology @@ -62,11 +62,30 @@ ((F : Filter {Power P} {P} (λ x → x) ) (UF : ultra-filter F ) → UFLP TP F UF ) → FIP TP UFLP→FIP {P} TP uflp with trio< (& P) o∅ ... | tri< a ¬b ¬c = ⊥-elim ( ¬x<0 a ) -... | tri≈ ¬a b ¬c = record { limit = ? ; is-limit = {!!} } where +... | tri≈ ¬a P=0 ¬c = record { limit = λ CX fip → o∅ ; is-limit = fip03 } where -- P is empty fip02 : {x : Ordinal } → ¬ odef P x - fip02 {x} Px = ⊥-elim ( o<¬≡ (sym b) (∈∅< Px) ) -... | tri> ¬a ¬b 0

¬a ¬b c = ⊥-elim ( ¬x<0 c ) +... | tri> ¬a ¬b 0

¬a ¬b c = ⊥-elim ( ¬x<0 c ) + N∋nc :{X : Ordinal} → (CSX : * X ⊆ CS TP) → (fip : fip CSX) → odef (N CSX fip) (& (nc CSX fip) ) + N∋nc {X} CSX fip with trio< o∅ X + ... | tri< 0 ¬a ¬b c = ⊥-elim ( ¬x<0 c ) 0 ; P∋limit = Pf ; is-limit = isL } where