Nuprl Lemma : C_LVALUE-definition

[A:Type]. ∀[R:A ─→ C_LVALUE() ─→ ℙ].
  ((∀loc:C_LOCATION(). {x:A| R[x;LV_Ground(loc)]} )
   (∀lval:C_LVALUE(). ∀idx:ℤ.  ({x:A| R[x;lval]}   {x:A| R[x;LV_Index(lval;idx)]} ))
   (∀lval:C_LVALUE(). ∀comp:Atom.  ({x:A| R[x;lval]}   {x:A| R[x;LV_Scomp(lval;comp)]} ))
   {∀v:C_LVALUE(). {x:A| R[x;v]} })


Proof




Definitions occuring in Statement :  LV_Scomp: LV_Scomp(lval;comp) LV_Index: LV_Index(lval;idx) LV_Ground: LV_Ground(loc) C_LVALUE: C_LVALUE() C_LOCATION: C_LOCATION() uall: [x:A]. B[x] prop: guard: {T} so_apply: x[s1;s2] all: x:A. B[x] implies:  Q set: {x:A| B[x]}  function: x:A ─→ B[x] int: atom: Atom universe: Type
Lemmas :  C_LVALUE-induction set_wf all_wf C_LVALUE_wf LV_Scomp_wf LV_Index_wf C_LOCATION_wf LV_Ground_wf
\mforall{}[A:Type].  \mforall{}[R:A  {}\mrightarrow{}  C\_LVALUE()  {}\mrightarrow{}  \mBbbP{}].
    ((\mforall{}loc:C\_LOCATION().  \{x:A|  R[x;LV\_Ground(loc)]\}  )
    {}\mRightarrow{}  (\mforall{}lval:C\_LVALUE().  \mforall{}idx:\mBbbZ{}.    (\{x:A|  R[x;lval]\}    {}\mRightarrow{}  \{x:A|  R[x;LV\_Index(lval;idx)]\}  ))
    {}\mRightarrow{}  (\mforall{}lval:C\_LVALUE().  \mforall{}comp:Atom.    (\{x:A|  R[x;lval]\}    {}\mRightarrow{}  \{x:A|  R[x;LV\_Scomp(lval;comp)]\}  ))
    {}\mRightarrow{}  \{\mforall{}v:C\_LVALUE().  \{x:A|  R[x;v]\}  \})



Date html generated: 2015_07_17-AM-07_43_30
Last ObjectModification: 2015_01_27-AM-09_46_26

Home Index