Step * 1 2 1 1 1 1 of Lemma permutation-cons


1. [A] Type
2. A
3. L1 List
4. L2 List
5. permutation(A;[x L1];L2)
6. as List
7. bs List
8. L2 (as [x bs]) ∈ (A List)
9. L2 (as [x bs]) ∈ (A List)
⊢ permutation(A;L2;[x bs] as)
BY
((HypSubst (-1) THEN Auto) THEN BLemma `permutation-rotate` THEN Auto) }


Latex:


Latex:

1.  [A]  :  Type
2.  x  :  A
3.  L1  :  A  List
4.  L2  :  A  List
5.  permutation(A;[x  /  L1];L2)
6.  as  :  A  List
7.  bs  :  A  List
8.  L2  =  (as  @  [x  /  bs])
9.  L2  =  (as  @  [x  /  bs])
\mvdash{}  permutation(A;L2;[x  /  bs]  @  as)


By


Latex:
((HypSubst  (-1)  0  THEN  Auto)  THEN  BLemma  `permutation-rotate`  THEN  Auto)




Home Index