# HG changeset patch # User Shinji KONO # Date 1593916855 -32400 # Node ID 72f3e3b44c277cd587cf4ae79f462c78ab058e8a # Parent cde56f704eac6c55284b9038f1b38e1c6e9732f4 intoduce ωmax diff -r cde56f704eac -r 72f3e3b44c27 OD.agda --- a/OD.agda Sun Jul 05 04:09:00 2020 +0900 +++ b/OD.agda Sun Jul 05 11:40:55 2020 +0900 @@ -319,27 +319,18 @@ isuc : {x : Ordinal } → infinite-d x → infinite-d (od→ord ( Union (ord→od x , (ord→od x , ord→od x ) ) )) + -- ω can be diverged in our case, since we have no restriction on the corresponding ordinal of a pair. + -- We simply assumes nfinite-d y has a maximum. + -- + -- This means that many of OD cannot be HODs because of the od→ord mapping divergence. + -- We should have some axioms to prevent this, but it may complicate thins. + -- + postulate + ωmax : Ordinal + <ωmax : {y : Ordinal} → infinite-d y → y o< ωmax + infinite : HOD - infinite = record { od = record { def = λ x → infinite-d x } ; odmax = next o∅ ;