# HG changeset patch # User Shinji KONO # Date 1594619157 -32400 # Node ID e0916a6329710d1a3ca7208ca7dfd3f0171299f1 # Parent 34e71402d5794e47a11792cce1ae8653026bb719 possible order restriction makes ω ZFSet diff -r 34e71402d579 -r e0916a632971 OD.agda --- a/OD.agda Mon Jul 13 14:30:37 2020 +0900 +++ b/OD.agda Mon Jul 13 14:45:57 2020 +0900 @@ -106,7 +106,7 @@ postulate odAxiom : ODAxiom open ODAxiom odAxiom --- possible restriction +-- possible order restriction hod-ord< : {x : HOD } → Set n hod-ord< {x} = od→ord x o< next (odmax x) @@ -237,6 +237,12 @@ lemmab1 : od→ord (x , x) o< next ( odmax (x , x)) lemmab1 = ho< +pairz → subst (λ k → def (od y) k ) diso (incl lt (subst (λ k → def (od x) k ) (sym diso) x>z ))) -- if we have od→ord (x , x) ≡ osuc (od→ord x), ⊆→o≤ → c<→o< -pair