Step
*
1
2
1
1
1
2
of Lemma
permutation-cons
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]) ∈ (A List)
9. L2 = (as @ [x / bs]) ∈ (A List)
⊢ permutation(A;[x / bs] @ as;[x / (as @ bs)])
BY
{ Reduce 0 }
1
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]) ∈ (A List)
9. L2 = (as @ [x / bs]) ∈ (A List)
⊢ permutation(A;[x / (bs @ as)];[x / (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.  as  :  A  List
7.  bs  :  A  List
8.  L2  =  (as  @  [x  /  bs])
9.  L2  =  (as  @  [x  /  bs])
\mvdash{}  permutation(A;[x  /  bs]  @  as;[x  /  (as  @  bs)])
By
Latex:
Reduce  0
Home
Index