Step * 1 1 of Lemma ml_apply-sqle


1. Base
2. Base
3. ¬is-exception(let y ⟵ x
                 in y)
4. (let y ⟵ x
    in y)↓
5. has-valueall(x)
⊢ let y ⟵ x
  in y ≤ x
BY
(CallByValueReduce THEN Auto) }


Latex:


Latex:

1.  f  :  Base
2.  x  :  Base
3.  \mneg{}is-exception(let  y  \mleftarrow{}{}  x
                                  in  f  y)
4.  (let  y  \mleftarrow{}{}  x
        in  f  y)\mdownarrow{}
5.  has-valueall(x)
\mvdash{}  let  y  \mleftarrow{}{}  x
    in  f  y  \mleq{}  f  x


By


Latex:
(CallByValueReduce  0  THEN  Auto)




Home Index