Step * 2 1 of Lemma adjacent-cons


1. [T] Type
2. T
3. T
4. T
5. List
6. 0 < ||L||
7. (x u ∈ T) ∧ (y hd(L) ∈ T)
⊢ ∃i:ℕ(||L|| 1) 1. ((x [u L][i] ∈ T) ∧ (y [u L][i 1] ∈ T))
BY
((InstConcl [⌜0⌝]⋅ THEN Reduce THEN Auto') THEN DVar `L' THEN All Reduce THEN Auto) }


Latex:


Latex:

1.  [T]  :  Type
2.  x  :  T
3.  y  :  T
4.  u  :  T
5.  L  :  T  List
6.  0  <  ||L||
7.  (x  =  u)  \mwedge{}  (y  =  hd(L))
\mvdash{}  \mexists{}i:\mBbbN{}(||L||  +  1)  -  1.  ((x  =  [u  /  L][i])  \mwedge{}  (y  =  [u  /  L][i  +  1]))


By


Latex:
((InstConcl  [\mkleeneopen{}0\mkleeneclose{}]\mcdot{}  THEN  Reduce  0  THEN  Auto')  THEN  DVar  `L'  THEN  All  Reduce  THEN  Auto)




Home Index