Step * of Lemma subtype_rel_bag

∀[B,A:Type].  bag(A) ⊆r bag(B) supposing A ⊆r B
BY
{ (Auto THEN D 0 THEN Auto) }

1
.....subterm..... T:t
1:n
1. B : Type
2. A : Type
3. A ⊆r B
4. x : bag(A)
⊢ x ∈ bag(B)


Latex:


Latex:
\mforall{}[B,A:Type].    bag(A)  \msubseteq{}r  bag(B)  supposing  A  \msubseteq{}r  B


By


Latex:
(Auto  THEN  D  0  THEN  Auto)




Home Index