Step * 2 2 1 of Lemma l_member-permutation


1. [T] Type
2. T@i
3. List@i
4. T@i
5. : ℕ
6. i < ||v||
7. v[i] ∈ T
8. L' List
9. permutation(T;v;[x L'])
⊢ ∃L':T List. permutation(T;[u v];[x L'])
BY
(InstConcl [⌜[u L']⌝]⋅ THEN Auto) }

1
1. [T] Type
2. T@i
3. List@i
4. T@i
5. : ℕ
6. i < ||v||
7. v[i] ∈ T
8. L' List
9. permutation(T;v;[x L'])
⊢ permutation(T;[u v];[x; [u L']])


Latex:


Latex:

1.  [T]  :  Type
2.  u  :  T@i
3.  v  :  T  List@i
4.  x  :  T@i
5.  i  :  \mBbbN{}
6.  i  <  ||v||
7.  x  =  v[i]
8.  L'  :  T  List
9.  permutation(T;v;[x  /  L'])
\mvdash{}  \mexists{}L':T  List.  permutation(T;[u  /  v];[x  /  L'])


By


Latex:
(InstConcl  [\mkleeneopen{}[u  /  L']\mkleeneclose{}]\mcdot{}  THEN  Auto)




Home Index