Mercurial > hg > Members > kono > Proof > ZF-in-agda
changeset 299:171f23379e2e
better to use ordinal number hierachy to create HOD
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 23 Jun 2020 14:45:55 +0900 |
parents | 3795ffb127d0 |
children | |
files | OD.agda |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OD.agda Tue Jun 23 11:14:30 2020 +0900 +++ b/OD.agda Tue Jun 23 14:45:55 2020 +0900 @@ -98,8 +98,8 @@ Ords : OD Ords = record { def = λ x → One } --- maxod : {x : OD} → od→ord x o< od→ord Ords --- maxod {x} = c<→o< OneObj +maxod0 : {x : OD} → od→ord x o< od→ord Ords +maxod0 {x} = c<→o< OneObj -- Ordinal in OD ( and ZFSet ) Transitive Set Ord : ( a : Ordinal ) → OD