Step * of Lemma setTC-transitive

a:Set{i:l}. transitive-set(setTC(a))
BY
(((RWO "transitive-set-iff" THENA Auto) THEN (RWO "setsubset-iff" THENA Auto))
   THEN (SetInduction THENA Auto)
   THEN RepeatFor ((D THENA Auto))) }

1
1. Type
2. T ⟶ Set{i:l}
3. ∀t:T. ∀x:coSet{i:l}.  ((x ∈ setTC(f[t]))  (∀x1:coSet{i:l}. ((x1 ∈ x)  (x1 ∈ setTC(f[t])))))
⊢ ∀x:coSet{i:l}. ((x ∈ setTC(f"(T)))  (∀x1:coSet{i:l}. ((x1 ∈ x)  (x1 ∈ setTC(f"(T))))))


Latex:


Latex:
\mforall{}a:Set\{i:l\}.  transitive-set(setTC(a))


By


Latex:
(((RWO  "transitive-set-iff"  0  THENA  Auto)  THEN  (RWO  "setsubset-iff"  0  THENA  Auto))
  THEN  (SetInduction  THENA  Auto)
  THEN  RepeatFor  3  ((D  0  THENA  Auto)))




Home Index