Step * of Lemma oob-subtype

[A1,B1,A2,B2:Type].  (one_or_both(A1;B1) ⊆one_or_both(A2;B2)) supposing ((A1 ⊆A2) and (B1 ⊆B2))
BY
(Unfold `one_or_both` THEN Auto) }


Latex:


Latex:
\mforall{}[A1,B1,A2,B2:Type].
    (one\_or\_both(A1;B1)  \msubseteq{}r  one\_or\_both(A2;B2))  supposing  ((A1  \msubseteq{}r  A2)  and  (B1  \msubseteq{}r  B2))


By


Latex:
(Unfold  `one\_or\_both`  0  THEN  Auto)




Home Index