Step * 2 1 2 1 of Lemma adjacent-to-same2


1. Type
2. List
3. T
4. T
5. T
6. no_repeats(T;L)
7. adjacent(T;L;b;a)
8. adjacent(T;L;c;a)
9. before b ∈ L
10. before c ∈ L
⊢ c ∈ T
BY
(FLemma `l_before_antisymmetry` [6;-1] THEN Auto) }


Latex:


Latex:

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
10.  b  before  c  \mmember{}  L
\mvdash{}  b  =  c


By


Latex:
(FLemma  `l\_before\_antisymmetry`  [6;-1]  THEN  Auto)




Home Index