Step * of Lemma sublist_pair

No Annotations
[T:Type]. ∀L:T List. ∀i,j:ℕ||L||.  [L[i]; L[j]] ⊆ supposing i < j
BY
((Auto THEN Unfold `sublist` THEN Reduce THEN InstConcl n.if (n =z 0) then else fi ]⋅)
   THEN Try (Complete (Auto))
   }

1
1. [T] Type
2. List
3. : ℕ||L||
4. : ℕ||L||
5. i < j
⊢ increasing(λn.if (n =z 0) then else fi ;2)
∧ (∀j@0:ℕ2. ([L[i]; L[j]][j@0] L[(λn.if (n =z 0) then else fi j@0] ∈ T))


Latex:


Latex:
No  Annotations
\mforall{}[T:Type].  \mforall{}L:T  List.  \mforall{}i,j:\mBbbN{}||L||.    [L[i];  L[j]]  \msubseteq{}  L  supposing  i  <  j


By


Latex:
((Auto  THEN  Unfold  `sublist`  0  THEN  Reduce  0  THEN  InstConcl  [\mlambda{}n.if  (n  =\msubz{}  0)  then  i  else  j  fi  ]\mcdot{})
  THEN  Try  (Complete  (Auto))
  )




Home Index