Step
*
of Lemma
ml_apply-sqle
∀[f,x:Base].  f(x) ≤ f x supposing ¬is-exception(f(x))
BY
{ (Auto THEN All  (Unfold `ml_apply`)) }
1
1. f : Base
2. x : Base
3. ¬is-exception(let y ⟵ x
                 in f y)
4. (let y ⟵ x
    in f y)↓
⊢ let y ⟵ x
  in f y ≤ f 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