Step * of Lemma has-value-monotonic

[a,b:Base].  ((b)↓supposing ((a ≤ b) and (a)↓)
BY
(Auto THEN All (Unfold `has-value`)) }

1
1. Base
2. Base
3. 0 ≤ eval a; 0
4. a ≤ b
⊢ 0 ≤ eval b; 0


Latex:


Latex:
\mforall{}[a,b:Base].    ((b)\mdownarrow{})  supposing  ((a  \mleq{}  b)  and  (a)\mdownarrow{})


By


Latex:
(Auto  THEN  All  (Unfold  `has-value`))




Home Index