# HG changeset patch # User Shinji KONO # Date 1562633798 -32400 # Node ID b5a337fb7a6db30b4377b771bdcb7710b307d670 # Parent ebcbfd9d9c8ef988cfe3fa1fe91195860d4eb8ce recovering... diff -r ebcbfd9d9c8e -r b5a337fb7a6d HOD.agda --- a/HOD.agda Mon Jul 08 22:37:10 2019 +0900 +++ b/HOD.agda Tue Jul 09 09:56:38 2019 +0900 @@ -311,6 +311,9 @@ empty x (case1 ()) empty x (case2 ()) + ord-⊆ : ( t x : OD {suc n} ) → _⊆_ t (Ord (od→ord t )) {x} + ord-⊆ t x lt = c<→o< lt + union-d : (X : OD {suc n}) → OD {suc n} union-d X = record { def = λ y → def X (osuc y) } union-u : {X z : OD {suc n}} → (U>z : Union X ∋ z ) → OD {suc n} @@ -363,45 +366,27 @@ -- -- if Power A ∋ t, from a propertiy of minimum sup there is osuc ZFSubset A ∋ t -- then ZFSubset A ≡ t or ZFSubset A ∋ t. In the former case ZFSubset A ∋ x implies A ∋ x - -- In case of later, ZFSubset A ∋ t and t ∋ x implies A ∋ x by transitivity + -- In case of later, ZFSubset A ∋ t and t ∋ x implies A ∋ x by transitivity of Ordinals -- - POrd : {a : Ordinal } {t : OD} → Def (Ord a) ∋ t → Def (Ord a) ∋ Ord (od→ord t) - POrd {a} {t} P∋t = {!!} ∩-≡ : { a b : OD {suc n} } → ({x : OD {suc n} } → (a ∋ x → b ∋ x)) → a == ( b ∩ a ) ∩-≡ {a} {b} inc = record { eq→ = λ {x} x