Step
*
of Lemma
sq_stable__pairwise
∀[T:Type]. ∀L:T List. ∀P:T ⟶ T ⟶ ℙ'.  ((∀x,y:T.  SqStable(P[x;y])) 
⇒ SqStable((∀x,y∈L.  P[x;y])))
BY
{ (Unfold `pairwise` 0 THEN Auto) }
Latex:
Latex:
\mforall{}[T:Type].  \mforall{}L:T  List.  \mforall{}P:T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}'.    ((\mforall{}x,y:T.    SqStable(P[x;y]))  {}\mRightarrow{}  SqStable((\mforall{}x,y\mmember{}L.    P[x;y])))
By
Latex:
(Unfold  `pairwise`  0  THEN  Auto)
Home
Index