Nuprl Lemma : hdf-sqequal8-2
∀[mk-hdf,a,s,X:Top].
  (let b ←─ a
   in case null(b) of inl(x1) => let s' ←─ s in <mk-hdf <X, s'>, s'> | inr(y1) => <mk-hdf <X, b>, b> ~ let b ←─ a
                                                                          in let s' ←─ if null(b) then s else b fi 
                                                                             in <mk-hdf <X, s'>, s'>)
Proof
Definitions occuring in Statement : 
null: null(as)
, 
callbyvalueall: callbyvalueall, 
ifthenelse: if b then t else f fi 
, 
uall: ∀[x:A]. B[x]
, 
top: Top
, 
apply: f a
, 
pair: <a, b>
, 
decide: case b of inl(x) => s[x] | inr(y) => t[y]
, 
sqequal: s ~ t
Lemmas : 
lifting-strict-ispair, 
has-value_wf_base, 
base_wf, 
lifting-strict-isaxiom, 
strictness-decide, 
lifting-strict-decide, 
has-valueall-if-has-value-callbyvalueall, 
has-valueall-has-value, 
evalall-sqequal, 
top_wf
\mforall{}[mk-hdf,a,s,X:Top].
    (let  b  \mleftarrow{}{}  a
      in  case  null(b)  of  inl(x1)  =>  let  s'  \mleftarrow{}{}  s  in  <mk-hdf  <X,  s'>,  s'>  |  inr(y1)  =>  <mk-hdf  <X,  b>,  b>\000C  \msim{}  let  b  \mleftarrow{}{}  a
                                                                                                                                                    in  let  s'  \mleftarrow{}{}  if  null(b)
                                                                                                                                                          then  s
                                                                                                                                                          else  b
                                                                                                                                                          fi 
                                                                                                                                                          in  <mk-hdf  <X,  s'>,  s'>\000C)
Date html generated:
2015_07_17-AM-08_08_15
Last ObjectModification:
2015_01_27-PM-00_06_11
Home
Index