Step * of Lemma cosetTC_functionality_subset

a,b:coSet{i:l}.  ((a ⊆ b)  (cosetTC(a) ⊆ cosetTC(b)))
BY
(Auto THEN All (RWO "setsubset-iff") THEN Auto) }

1
1. coSet{i:l}
2. coSet{i:l}
3. ∀x:coSet{i:l}. ((x ∈ a)  (x ∈ b))
4. coSet{i:l}
5. (x ∈ cosetTC(a))
⊢ (x ∈ cosetTC(b))


Latex:


Latex:
\mforall{}a,b:coSet\{i:l\}.    ((a  \msubseteq{}  b)  {}\mRightarrow{}  (cosetTC(a)  \msubseteq{}  cosetTC(b)))


By


Latex:
(Auto  THEN  All  (RWO  "setsubset-iff")  THEN  Auto)




Home Index