Step
*
2
1
1
of Lemma
l_member-permutation
1. [T] : Type
2. u : T@i
3. v : T List@i
4. x : T@i
5. (x ∈ v) 
⇒ (∃L':T List. permutation(T;v;[x / L']))
6. x = u ∈ T
⊢ permutation(T;[u / v];[x / v])
BY
{ (BLemma `permutation_weakening` THEN Auto) }
Latex:
Latex:
1.  [T]  :  Type
2.  u  :  T@i
3.  v  :  T  List@i
4.  x  :  T@i
5.  (x  \mmember{}  v)  {}\mRightarrow{}  (\mexists{}L':T  List.  permutation(T;v;[x  /  L']))
6.  x  =  u
\mvdash{}  permutation(T;[u  /  v];[x  /  v])
By
Latex:
(BLemma  `permutation\_weakening`  THEN  Auto)
Home
Index