Definitions graph 1 1 Sections Graphs Doc

Some definitions of interest.
absval Def |i| == if 0i i else -i fi
Thm* x:. |x|
band Def pq == if p q else false fi
Thm* p,q:. (pq)
gt Def i > j == j < i
Thm* i,j:. (i > j) Prop
int_nzero Def == {i:| i 0 }
Thm* Type
lt_int Def i < j == if i < j true ; false fi
Thm* i,j:. (i < j)
not Def A == A False
Thm* A:Prop. (A) Prop

About:
boolbfalsebtrueifthenelseintnatural_numberminusless
less_thansetuniversememberpropimpliesfalseall!abstraction

Definitions graph 1 1 Sections Graphs Doc