Step
*
1
1
of Lemma
strong-subtype-bag
1. A : Type
2. B : Type
3. strong-subtype(A;B)
4. bag(A) ⊆r bag(B)
5. x : {b:bag(B)| ∃a:bag(A). (b = a ∈ bag(B))} 
⊢ x ∈ bag({b:B| b ↓∈ x} )
BY
{ (BLemma `bag-subtype` ⋅ THENA Auto) }
Latex:
Latex:
1.  A  :  Type
2.  B  :  Type
3.  strong-subtype(A;B)
4.  bag(A)  \msubseteq{}r  bag(B)
5.  x  :  \{b:bag(B)|  \mexists{}a:bag(A).  (b  =  a)\} 
\mvdash{}  x  \mmember{}  bag(\{b:B|  b  \mdownarrow{}\mmember{}  x\}  )
By
Latex:
(BLemma  `bag-subtype`  \mcdot{}  THENA  Auto)
Home
Index