Step
*
2
1
1
of Lemma
adjacent-to-same
.....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;a;b)
8. adjacent(T;L;a;c)
9. b before c ∈ L
⊢ a before b ∈ 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;a;b)
8.  adjacent(T;L;a;c)
9.  b  before  c  \mmember{}  L
\mvdash{}  a  before  b  \mmember{}  L
By
Latex:
(FLemma  `adjacent-before`  [-3]  THEN  Auto)\mcdot{}
Home
Index