Step * 1 2 1 1 of Lemma permutation-cons

.....assertion..... 
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 / L1];[x / (as @ bs)])
BY
{ (Using [`bs',⌜L2⌝] (BLemma `permutation_transitivity`)⋅ THEN Auto) }

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;L2;[x / (as @ bs)])


Latex:


Latex:
.....assertion..... 
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  /  L1];[x  /  (as  @  bs)])


By


Latex:
(Using  [`bs',\mkleeneopen{}L2\mkleeneclose{}]  (BLemma  `permutation\_transitivity`)\mcdot{}  THEN  Auto)




Home Index