Step * of Lemma list-list-concat-type

[T:Type]. ∀[L:T List List].  (L ∈ {x:T| (x ∈ concat(L))}  List List)
BY
InductionOnList }

1
1. Type
⊢ [] ∈ {x:T| (x ∈ concat([]))}  List List

2
1. Type
2. List
3. List List
4. v ∈ {x:T| (x ∈ concat(v))}  List List
⊢ [u v] ∈ {x:T| (x ∈ concat([u v]))}  List List


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[L:T  List  List].    (L  \mmember{}  \{x:T|  (x  \mmember{}  concat(L))\}    List  List)


By


Latex:
InductionOnList




Home Index