Step * 1 of Lemma l_before_transitivity


1. [T] Type
2. List
3. T
4. T
5. T
6. no_repeats(T;l)
7. [x; y] ⊆ l
8. [y; z] ⊆ l
⊢ [x; z] ⊆ l
BY
(Using [`L2',[x; y; z]] (BackThruLemma `sublist_transitivity`) THEN Auto) }

1
1. [T] Type
2. List
3. T
4. T
5. T
6. no_repeats(T;l)
7. [x; y] ⊆ l
8. [y; z] ⊆ l
⊢ [x; z] ⊆ [x; y; z]

2
1. [T] Type
2. List
3. T
4. T
5. T
6. no_repeats(T;l)
7. [x; y] ⊆ l
8. [y; z] ⊆ l
⊢ [x; y; z] ⊆ l


Latex:


Latex:

1.  [T]  :  Type
2.  l  :  T  List
3.  x  :  T
4.  y  :  T
5.  z  :  T
6.  no\_repeats(T;l)
7.  [x;  y]  \msubseteq{}  l
8.  [y;  z]  \msubseteq{}  l
\mvdash{}  [x;  z]  \msubseteq{}  l


By


Latex:
(Using  [`L2',[x;  y;  z]]  (BackThruLemma  `sublist\_transitivity`)  THEN  Auto)




Home Index