Definitions graph 1 2 Sections Graphs Doc

Some definitions of interest.
biject Def Bij(A; B; f) == Inj(A; B; f) & Surj(A; B; f)
Thm* A,B:Type, f:(AB). Bij(A; B; f) Prop
decidable Def Dec(P) == P P
Thm* A:Prop. Dec(A) Prop
tidentity Def Id == Id
Thm* A:Type. Id AA

About:
decidablefunctionuniversememberpropandorall!abstraction

Definitions graph 1 2 Sections Graphs Doc