Nuprl Rule : callbyvalueAdd

This rule proved as lemma rule_callbyvalue_arith_true in file rules/rules_arith_callbyvalue.v
 at https://github.com/vrahli/NuprlInCoq  

H  ⊢ (a ∈ ℤ) ∧ (b ∈ ℤext <Ax, Ax>

  BY callbyvalueAdd ()
  
  H  ⊢ 0 ≤ eval b; 0
  H  ⊢ a ∈ Base
  H  ⊢ b ∈ Base



Definitions occuring in rule :  and: P ∧ Q int: pair: <a, b> sqle: s ≤ t callbyvalue: callbyvalue add: m natural_number: $n member: t ∈ T base: Base axiom: Ax

Latex:
H    \mvdash{}  (a  \mmember{}  \mBbbZ{})  \mwedge{}  (b  \mmember{}  \mBbbZ{})  ext  <Ax,  Ax>

    BY  callbyvalueAdd  ()
   
    H    \mvdash{}  0  \mleq{}  eval  a  +  b;  0
    H    \mvdash{}  a  \mmember{}  Base
    H    \mvdash{}  b  \mmember{}  Base



Date html generated: 2019_06_20-PM-04_11_55
Last ObjectModification: 2016_07_08-PM-03_49_06

Theory : rules


Home Index