| Who Cites es-Msgl? |
|
es-Msgl | Def (Msg on l) == {m:Msg| haslink(l; m) } |
|
haslink | Def haslink(l; m) == mlnk(m) = l |
| | Thm* M:(IdLnk Id Type), l:IdLnk, m:Msg(M). haslink(l; m) Prop |
|
es-Msg | Def Msg == Msg(1of(2of(2of(2of(2of(es)))))) |
|
mlnk | Def mlnk(m) == 1of(m) |
| | Thm* M:(IdLnk Id Type), m:Msg(M). mlnk(m) IdLnk |
| | Thm* the_es:ES, m:Msg. mlnk(m) IdLnk |
|
Msg | Def Msg(M) == l:IdLnk t:Id M(l,t) |
| | Thm* M:(IdLnk Id Type). Msg(M) Type |
|
IdLnk | Def IdLnk == Id Id  |
| | Thm* IdLnk Type |
|
pi2 | Def 2of(t) == t.2 |
| | Thm* A:Type, B:(A Type), p:(a:A B(a)). 2of(p) B(1of(p)) |
|
pi1 | Def 1of(t) == t.1 |
| | Thm* A:Type, B:(A Type), p:(a:A B(a)). 1of(p) A |
|
Id | Def Id == Atom  |
| | Thm* Id Type |
|
nat | Def == {i: | 0 i } |
| | Thm* Type |
|
le | Def A B == B<A |
| | Thm* i,j: . (i j) Prop |
|
not | Def A == A  False |
| | Thm* A:Prop. ( A) Prop |