Step * of Lemma ml_apply-sqle

[f,x:Base].  f(x) ≤ supposing ¬is-exception(f(x))
BY
(Auto THEN All  (Unfold `ml_apply`)) }

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


Latex:


Latex:
\mforall{}[f,x:Base].    f(x)  \mleq{}  f  x  supposing  \mneg{}is-exception(f(x))


By


Latex:
(Auto  THEN  All    (Unfold  `ml\_apply`))




Home Index