| Some definitions of interest. |
|
eqfun_p | Def IsEqFun(T;eq) == x,y:T. (x eq y) x = y |
| | Thm* T:Type, eq:(TT). IsEqFun(T;eq) Prop |
|
assert | Def b == if b True else False fi |
| | Thm* b:. b Prop |
|
iff | Def P Q == (P Q) & (P Q) |
| | Thm* A,B:Prop. (A B) Prop |
|
is_discrete | Def A Discrete == x,y:A. Dec(x = y) |
| | Thm* A:Type. (A Discrete) Prop |