| Some definitions of interest. |
|
iff | Def P ![](FONT/if_big.png) Q == (P ![](FONT/eq.png) Q) & (P ![](FONT/if_big.png) Q) |
| | Thm* A,B:Prop. (A ![](FONT/if_big.png) B) Prop |
|
int_iseg | Def {i...j} == {k: | i k & k j } |
| | Thm* i,j: . {i...j} Type |
|
int_seg | Def {i..j } == {k: | i k < j } |
| | Thm* m,n: . {m..n } Type |
|
invisible_wrapper | Def x == x |
|
nat | Def == {i: | 0 i } |
| | Thm* Type |
|
not | Def A == A ![](FONT/eq.png) False |
| | Thm* A:Prop. ( A) Prop |
|
one_one_corr_2 | Def A ~ B == f:(A![](FONT/dash.png) B), g:(B![](FONT/dash.png) A). InvFuns(A;B;f;g) |
| | Thm* A,B:Type. (A ~ B) Prop |