| Some definitions of interest. |
|
iff | Def P  Q == (P  Q) & (P  Q) |
| | Thm* A,B:Prop. (A  B) Prop |
|
rel_inverse | Def R^-1(x,y) == y R x |
| | Thm* T1,T2:Type, R:(T1 T2 Prop). R^-1 T2 T1 Prop |
|
rel_star | Def (R^*)(x,y) == n: . x R^n y |
| | Thm* T:Type, R:(T T Prop). (R^*) T T Prop |