Step * 1 of Lemma ml_apply-sqle


1. Base
2. Base
3. ¬is-exception(let y ⟵ x
                 in y)
4. (let y ⟵ x
    in y)↓
⊢ let y ⟵ x
  in y ≤ x
BY
HasValueD (-1) }

1
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


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{}
\mvdash{}  let  y  \mleftarrow{}{}  x
    in  f  y  \mleq{}  f  x


By


Latex:
HasValueD  (-1)




Home Index