Step * of Lemma transitive-set-iff

s:coSet{i:l}. (transitive-set(s) ⇐⇒ ∀x:coSet{i:l}. ((x ∈ s)  (x ⊆ s)))
BY
(Intro THEN Unfold `transitive-set` THEN RWO "allsetmem-iff" THEN Auto) }


Latex:


Latex:
\mforall{}s:coSet\{i:l\}.  (transitive-set(s)  \mLeftarrow{}{}\mRightarrow{}  \mforall{}x:coSet\{i:l\}.  ((x  \mmember{}  s)  {}\mRightarrow{}  (x  \msubseteq{}  s)))


By


Latex:
(Intro  THEN  Unfold  `transitive-set`  0  THEN  RWO  "allsetmem-iff"  0  THEN  Auto)




Home Index