Step * 1 2 of Lemma permutation-cons


1. [A] Type
2. A
3. L1 List
4. L2 List
5. permutation(A;[x L1];L2)
6. ∃as,bs:A List. (L2 (as [x bs]) ∈ (A List))
⊢ ∃as,bs:A List. ((L2 (as [x bs]) ∈ (A List)) ∧ permutation(A;L1;as bs))
BY
(RepeatFor (ParallelLast) THEN Auto) }

1
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;L1;as bs)


Latex:


Latex:

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


By


Latex:
(RepeatFor  2  (ParallelLast)  THEN  Auto)




Home Index