Definitions graph 1 1 Sections Graphs Doc

Some definitions of interest.
gt Def i > j == j < i
Thm* i,j:. (i > j) Prop
iff Def P Q == (P Q) & (P Q)
Thm* A,B:Prop. (A B) Prop
le Def AB == B < A
Thm* i,j:. (ij) Prop
not Def A == A False
Thm* A:Prop. (A) Prop

About:
intless_thanmemberpropimpliesandfalseall!abstraction

Definitions graph 1 1 Sections Graphs Doc