Step * of Lemma sq_stable__monot

[T:Type]. ∀[R:T ⟶ T ⟶ ℙ].  ∀f:T ⟶ T. ((∀x,y:T.  SqStable(R[x;y]))  SqStable(monot(T;x,y.R[x;y];f)))
BY
((RepD THENM Unfold `monot` 0) THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[R:T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}].
    \mforall{}f:T  {}\mrightarrow{}  T.  ((\mforall{}x,y:T.    SqStable(R[x;y]))  {}\mRightarrow{}  SqStable(monot(T;x,y.R[x;y];f)))


By


Latex:
((RepD  THENM  Unfold  `monot`  0)  THEN  Auto)




Home Index