Step * 1 1 of Lemma mk_deq_wf


1. Type
2. : ∀x,y:T.  Dec(x y ∈ T)
⊢ ∀x,y:T.  (x y ∈ ⇐⇒ ↑isl(p y))
BY
TACTIC:((UnivCD THENA Auto)
          THEN  (GenConcl ⌜(p y) d ∈ Dec(x y ∈ T)⌝⋅ THENA Auto)⋅
          THEN -2
          THEN Reduce 0
          THEN Auto) }


Latex:


Latex:

1.  T  :  Type
2.  p  :  \mforall{}x,y:T.    Dec(x  =  y)
\mvdash{}  \mforall{}x,y:T.    (x  =  y  \mLeftarrow{}{}\mRightarrow{}  \muparrow{}isl(p  x  y))


By


Latex:
TACTIC:((UnivCD  THENA  Auto)
                THEN    (GenConcl  \mkleeneopen{}(p  x  y)  =  d\mkleeneclose{}\mcdot{}  THENA  Auto)\mcdot{}
                THEN  D  -2
                THEN  Reduce  0
                THEN  Auto)




Home Index