Step
*
1
2
2
1
of Lemma
l_tricotomy
.....falsecase..... 
1. T : Type
2. x : T
3. y : T
4. L : T List
5. i1 : ℕ
6. i1 < ||L||
7. x = L[i1] ∈ T
8. i : ℕ
9. i < ||L||
10. y = L[i] ∈ T
11. i < i1
12. increasing(λj.if (j =z 0) then i else i1 fi 2)
13. j : ℕ2
14. ¬(j = 0 ∈ ℤ)
⊢ [y; x][j] = L[i1] ∈ T
BY
{ (RWO "select_cons_tl" 0
   THEN Auto'
   THEN Try ((Unfold `label` 0 THEN Reduce 0 THEN Auto))
   THEN RWO "select_cons_hd" 0
   THEN Auto') }
Latex:
Latex:
.....falsecase..... 
1.  T  :  Type
2.  x  :  T
3.  y  :  T
4.  L  :  T  List
5.  i1  :  \mBbbN{}
6.  i1  <  ||L||
7.  x  =  L[i1]
8.  i  :  \mBbbN{}
9.  i  <  ||L||
10.  y  =  L[i]
11.  i  <  i1
12.  increasing(\mlambda{}j.if  (j  =\msubz{}  0)  then  i  else  i1  fi  ;2)
13.  j  :  \mBbbN{}2
14.  \mneg{}(j  =  0)
\mvdash{}  [y;  x][j]  =  L[i1]
By
Latex:
(RWO  "select\_cons\_tl"  0
  THEN  Auto'
  THEN  Try  ((Unfold  `label`  0  THEN  Reduce  0  THEN  Auto))
  THEN  RWO  "select\_cons\_hd"  0
  THEN  Auto')
Home
Index