Step * of Lemma monotone_wf

[T,T':Type]. ∀[R:T ⟶ T ⟶ ℙ]. ∀[R':T' ⟶ T' ⟶ ℙ]. ∀[f:T ⟶ T'].  (monotone(T;T';x,y.R[x;y];x,y.R'[x;y];f) ∈ ℙ)
BY
((Unfold `monotone` 0) THEN Auto) }


Latex:


Latex:
\mforall{}[T,T':Type].  \mforall{}[R:T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}].  \mforall{}[R':T'  {}\mrightarrow{}  T'  {}\mrightarrow{}  \mBbbP{}].  \mforall{}[f:T  {}\mrightarrow{}  T'].
    (monotone(T;T';x,y.R[x;y];x,y.R'[x;y];f)  \mmember{}  \mBbbP{})


By


Latex:
((Unfold  `monotone`  0)  THEN  Auto)




Home Index