WhoCites Definitions int 2 Sections StandardLIB Doc

Who Cites iff?
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
le_int Def ij == j < i
Thm* i,j:. ij
rev_implies Def P Q == Q P
Thm* A,B:Prop. (A B) Prop
not Def A == A False
Thm* A:Prop. (A) Prop
lt_int Def i < j == if i < j true ; false fi
Thm* i,j:. i < j
bnot Def b == if b false else true fi
Thm* b:. b

About:
boolbfalsebtrueifthenelseintless
less_thanmemberpropimpliesandfalseall!abstraction

WhoCites Definitions int 2 Sections StandardLIB Doc