Step * of Lemma iseg-l_contains

[T:Type]. ∀x,y:T List.  (x ≤  x ⊆ y)
BY
(RepeatFor (Intro) THEN (RepUR ``l_contains`` THEN RWO "l_all_iff" 0) THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}x,y:T  List.    (x  \mleq{}  y  {}\mRightarrow{}  x  \msubseteq{}  y)


By


Latex:
(RepeatFor  3  (Intro)  THEN  (RepUR  ``l\_contains``  0  THEN  RWO  "l\_all\_iff"  0)  THEN  Auto)




Home Index