Step * 1 1 of Lemma strong-subtype-l_member

.....assertion..... 
1. [A] Type
2. [B] Type
3. strong-subtype(A;B)
4. List
5. B
6. (x ∈ L)
7. A ⊆B
⊢ x ∈ A
BY
TACTIC:(D THEN ExRepD THEN SubsumeC ⌜{b:B| ∃a:A. (b a ∈ B)} ⌝⋅ THEN Auto) }

1
1. Type
2. Type
3. A ⊆B
4. {b:B| ∃a:A. (b a ∈ B)}  ⊆A
5. List
6. B
7. (x ∈ L)
8. A ⊆B
⊢ x ∈ {b:B| ∃a:A. (b a ∈ B)} 


Latex:


Latex:
.....assertion..... 
1.  [A]  :  Type
2.  [B]  :  Type
3.  strong-subtype(A;B)
4.  L  :  A  List
5.  x  :  B
6.  (x  \mmember{}  L)
7.  A  \msubseteq{}r  B
\mvdash{}  x  \mmember{}  A


By


Latex:
TACTIC:(D  3  THEN  ExRepD  THEN  SubsumeC  \mkleeneopen{}\{b:B|  \mexists{}a:A.  (b  =  a)\}  \mkleeneclose{}\mcdot{}  THEN  Auto)




Home Index