Step * of Lemma strong-subtype-list

[A,B:Type].  strong-subtype(A List;B List) supposing strong-subtype(A;B)
BY
((UnivCD THENA Auto)
   THEN ∀h:hyp. ((FLemma `strong-subtype-implies` [h] THENA Auto) THEN h) 
   THEN RepeatFor ((D THEN Auto))) }

1
.....subterm..... T:t
1:n
1. Type
2. Type
3. A ⊆B
4. {b:B| ∃a:A. (b a ∈ B)}  ⊆A
5. ∀b:B. ∀a:A.  ((b a ∈ B)  (b a ∈ A))
6. (A List) ⊆(B List)
7. {b:B List| ∃a:A List. (b a ∈ (B List))} 
⊢ x ∈ List


Latex:


Latex:
\mforall{}[A,B:Type].    strong-subtype(A  List;B  List)  supposing  strong-subtype(A;B)


By


Latex:
((UnivCD  THENA  Auto)
  THEN  \mforall{}h:hyp.  ((FLemma  `strong-subtype-implies`  [h]  THENA  Auto)  THEN  D  h) 
  THEN  RepeatFor  2  ((D  0  THEN  Auto)))




Home Index