Step * 1 of Lemma setTC_functionality_subset


1. Type
2. T ⟶ Set{i:l}
3. ∀t:T. ∀a:Set{i:l}.  ((a ⊆ f[t])  (setTC(a) ⊆ setTC(f[t])))
4. Set{i:l}
5. (a ⊆ f"(T))
⊢ (setTC(a) ⊆ setTC(f"(T)))
BY
(RWO "setsubset-iff" THEN Auto) }

1
1. Type
2. T ⟶ Set{i:l}
3. ∀t:T. ∀a:Set{i:l}.  ((a ⊆ f[t])  (setTC(a) ⊆ setTC(f[t])))
4. Set{i:l}
5. (a ⊆ f"(T))
6. Set{i:l}
7. (x ∈ setTC(a))
⊢ (x ∈ setTC(f"(T)))


Latex:


Latex:

1.  T  :  Type
2.  f  :  T  {}\mrightarrow{}  Set\{i:l\}
3.  \mforall{}t:T.  \mforall{}a:Set\{i:l\}.    ((a  \msubseteq{}  f[t])  {}\mRightarrow{}  (setTC(a)  \msubseteq{}  setTC(f[t])))
4.  a  :  Set\{i:l\}
5.  (a  \msubseteq{}  f"(T))
\mvdash{}  (setTC(a)  \msubseteq{}  setTC(f"(T)))


By


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




Home Index