Thms exponent Sections AutomataTheory Doc

compose Def (f o g)(x) == f(g(x))

Thm* A,B,C:Type, f:(BC), g:(AB). f o g AC

tidentity Def Id == Id

Thm* A:Type. Id AA

identity Def Id(x) == x

Thm* A:Type. Id AA

iff Def P Q == (P Q) & (P Q)

Thm* A,B:Prop. (A B) Prop

rev_implies Def P Q == Q P

Thm* A,B:Prop. (A B) Prop

About:
!abstractionimpliesallpropmember
andapplyuniversefunction