Step
*
1
of Lemma
comp_perm_wf
1. T : Type
2. p : Perm(T)
3. q : Perm(T)
⊢ InvFuns(T;T;p.f o q.f;q.b o p.b)
BY
{ ((AddProperties 3 THENM AddProperties 2) THENA Auto) }
1
1. T : Type
2. p : Perm(T)
3. InvFuns(T;T;p.f;p.b)
4. q : Perm(T)
5. InvFuns(T;T;q.f;q.b)
⊢ InvFuns(T;T;p.f o q.f;q.b o p.b)
Latex:
Latex:
1.  T  :  Type
2.  p  :  Perm(T)
3.  q  :  Perm(T)
\mvdash{}  InvFuns(T;T;p.f  o  q.f;q.b  o  p.b)
By
Latex:
((AddProperties  3  THENM  AddProperties  2)  THENA  Auto)
Home
Index