| DA_act | Def  a == 1of(a) 
 Thm*  | 
| DA_fin | Def FinalState(a) == 2of(2of(a)) 
 Thm*  | 
| DA_init | Def InitialState(a) == 1of(2of(a)) 
 Thm*  | 
| automata | Def Automata(Alph;States) == (States   Alph   States)  States  (States    ) Thm*  | 
| biject | Def Bij(A; B; f) == Inj(A; B; f)  &  Surj(A; B; f) Thm*  | 
| inv_funs | Def InvFuns(A; B; f; g) == g o f = Id  &  f o g = Id Thm*  | 
| pi1 | Def 1of(t) == t.1 Thm*  | 
| pi2 | Def 2of(t) == t.2 
 Thm*  | 
| surject | Def Surj(A; B; f) ==  b:B.  a:A. f(a) = b Thm*  | 
| inject | Def Inj(A; B; f) ==  a1,a2:A. f(a1) = f(a2)  B   a1 = a2 Thm*  | 
| tidentity | Def Id == Id Thm*  | 
| compose | Def (f o g)(x) == f(g(x)) Thm*  | 
| identity | Def Id(x) == x Thm*  | 
About:
|  |  |  |  |  |  |  | 
|  |  |  |  |  |  |  |