-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEverything.agda
More file actions
30 lines (19 loc) · 840 Bytes
/
Everything.agda
File metadata and controls
30 lines (19 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module Everything where
{- definitions of notions of finiteness -}
open import Listable
open import Noetherian
open import Streamless
open import Bounded
open import AlmostFull
{- examples of noetherian sets -}
open import NoethExamples -- BoolNoeth
{- properties of notions of Noetherianness -}
open import NoethAccDecEq -- NoethDecEq
open import NoethRels -- NoethAcc→NoethAccS, NoethAccS→NoethSet,
-- NoethSet→NoethAccS, NoethAccS→NoethGame, NoethExposeX→Listable
open import StreamlessProps -- NoethAccS→StreamlessS, NoethAcc→Streamless
open import AlmostFullProps -- AFEq→NoethAcc, NoethAcc→AFEq
{- separating sets -}
open import NotNotIn -- separating NoethAcc from NoethAccS
open import MaybeProp -- separating NoethExpose from Bounded
open import PropSet -- separating Listability from NoethExpose