Step
*
1
of Lemma
update-tuple_wf
∀[n:ℕ]. ∀[x:Unit].
  ∀[y:⊥]. (if (n =z 0) then <y, snd(x)> else <fst(x), update-tuple(-1;snd(x);n - 1;y)> fi  ∈ Unit) supposing n < 0
BY
{ Auto }
Latex:
Latex:
\mforall{}[n:\mBbbN{}].  \mforall{}[x:Unit].
    \mforall{}[y:\mbot{}].  (if  (n  =\msubz{}  0)  then  <y,  snd(x)>  else  <fst(x),  update-tuple(-1;snd(x);n  -  1;y)>  fi    \mmember{}  Unit) 
    supposing  n  <  0
By
Latex:
Auto
Home
Index