Step
*
of Lemma
uconnex_functionality_wrt_iff
∀[T:Type]. ∀[R,R':T ⟶ T ⟶ ℙ].
  ((∀[x,y:T].  (R[x;y] 
⇐⇒ R'[x;y])) 
⇒ (uconnex(T; x,y.R[x;y]) 
⇐⇒ uconnex(T; x,y.R'[x;y])))
BY
{ (((UnivCD THENM Unfold `uconnex` 0) THENA Auto)
   THEN RepeatFor 2 ((D 0 THENA Auto))
   THEN Repeat (ParallelLast)
   THEN Auto) }
Latex:
Latex:
\mforall{}[T:Type].  \mforall{}[R,R':T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}].
    ((\mforall{}[x,y:T].    (R[x;y]  \mLeftarrow{}{}\mRightarrow{}  R'[x;y]))  {}\mRightarrow{}  (uconnex(T;  x,y.R[x;y])  \mLeftarrow{}{}\mRightarrow{}  uconnex(T;  x,y.R'[x;y])))
By
Latex:
(((UnivCD  THENM  Unfold  `uconnex`  0)  THENA  Auto)
  THEN  RepeatFor  2  ((D  0  THENA  Auto))
  THEN  Repeat  (ParallelLast)
  THEN  Auto)
Home
Index