Step * of Lemma equal-in-subtype-implies

[A,B:Type]. ∀[x,y:A].  (x y ∈ B) supposing ((x y ∈ A) and (A ⊆B))
BY
(Auto THEN SubsumeC ⌜A⌝⋅ THEN Auto) }


Latex:


Latex:
\mforall{}[A,B:Type].  \mforall{}[x,y:A].    (x  =  y)  supposing  ((x  =  y)  and  (A  \msubseteq{}r  B))


By


Latex:
(Auto  THEN  SubsumeC  \mkleeneopen{}A\mkleeneclose{}\mcdot{}  THEN  Auto)




Home Index