Step * of Lemma bag-member-strong-subtype

[A,B:Type].  ∀b:bag(A). ∀x:B.  (x ↓∈  (x ∈ A)) supposing strong-subtype(A;B)
BY
(Auto THEN BagToList (-3) THEN Auto THEN RepeatFor (D (-1))) }

1
1. Type
2. Type
3. strong-subtype(A;B)
4. List
5. B
6. List
7. b ∈ bag(B)
8. (x ∈ L)
⊢ x ∈ A


Latex:


Latex:
\mforall{}[A,B:Type].    \mforall{}b:bag(A).  \mforall{}x:B.    (x  \mdownarrow{}\mmember{}  b  {}\mRightarrow{}  (x  \mmember{}  A))  supposing  strong-subtype(A;B)


By


Latex:
(Auto  THEN  BagToList  (-3)  THEN  Auto  THEN  RepeatFor  3  (D  (-1)))




Home Index