Step * of Lemma subtype_rel-deq

[A,B:Type].  (EqDecider(B) ⊆EqDecider(A)) supposing ((∀x,y:A.  ((x y ∈ B)  (x y ∈ A))) and (A ⊆B))
BY
TACTIC:(InstLemma `subtype-deq` [] THEN RepeatFor (ParallelLast)) }


Latex:


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


By


Latex:
TACTIC:(InstLemma  `subtype-deq`  []  THEN  RepeatFor  4  (ParallelLast))




Home Index