Step
*
2
1
1
of Lemma
adjacent-to-same2
.....antecedent..... 
1. T : Type
2. L : T List
3. a : T
4. b : T
5. c : T
6. no_repeats(T;L)
7. adjacent(T;L;b;a)
8. adjacent(T;L;c;a)
9. c before b ∈ L
⊢ b before a ∈ L
BY
{ (FLemma `adjacent-before` [-3] THEN Auto)⋅ }
Latex:
Latex:
.....antecedent..... 
1.  T  :  Type
2.  L  :  T  List
3.  a  :  T
4.  b  :  T
5.  c  :  T
6.  no\_repeats(T;L)
7.  adjacent(T;L;b;a)
8.  adjacent(T;L;c;a)
9.  c  before  b  \mmember{}  L
\mvdash{}  b  before  a  \mmember{}  L
By
Latex:
(FLemma  `adjacent-before`  [-3]  THEN  Auto)\mcdot{}
Home
Index