Step
*
of Lemma
subtype_rel-deq
∀[A,B:Type].  (EqDecider(B) ⊆r EqDecider(A)) supposing ((∀x,y:A.  ((x = y ∈ B) 
⇒ (x = y ∈ A))) and (A ⊆r B))
BY
{ TACTIC:(InstLemma `subtype-deq` [] THEN RepeatFor 4 (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