Step
*
of Lemma
adjacent-sublist
∀[T:Type]. ∀L1,L2:T List.  (L1 ⊆ L2 
⇒ (∀x,y:T.  (adjacent(T;L1;x;y) 
⇒ x before y ∈ L2)))
BY
{ (Auto
   THEN (FLemma `l_before_sublist` [4] THENA Auto)
   THEN (BHyp -1  THEN Auto)
   THEN BLemma `adjacent-before`
   THEN Auto) }
Latex:
Latex:
\mforall{}[T:Type].  \mforall{}L1,L2:T  List.    (L1  \msubseteq{}  L2  {}\mRightarrow{}  (\mforall{}x,y:T.    (adjacent(T;L1;x;y)  {}\mRightarrow{}  x  before  y  \mmember{}  L2)))
By
Latex:
(Auto
  THEN  (FLemma  `l\_before\_sublist`  [4]  THENA  Auto)
  THEN  (BHyp  -1    THEN  Auto)
  THEN  BLemma  `adjacent-before`
  THEN  Auto)
Home
Index