| Some definitions of interest. |
|
iff | Def P Q == (P Q) & (P Q) |
| | Thm* A,B:Prop. (A B) Prop |
|
linorder | Def Linorder(T;x,y.R(x;y)) == Order(T;x,y.R(x;y)) & Connex(T;x,y.R(x;y)) |
| | Thm* T:Type, R:(TTProp). Linorder(T;x,y.R(x,y)) Prop |
|
strict_part | Def strict_part(x,y.R(x;y);a;b) == R(a;b) & R(b;a) |
| | Thm* T:Type, R:(TTProp), a,b:T. strict_part(x,y.R(x,y);a;b) Prop |
|
not | Def A == A False |
| | Thm* A:Prop. (A) Prop |