Nuprl Rule : int_eqExceptionCases

H  ⊢ b ∈ T

  BY int_eqExceptionCases ()
  
  H  ⊢ is-exception(if t=u then else w)
  x:(t ∈ ℤ), y:(u ∈ ℤ) ⊢ b ∈ T
  x:(t ∈ ℤ), y:is-exception(u) ⊢ b ∈ T
  x:is-exception(t) ⊢ b ∈ T
  H  ⊢ t ∈ Base
  H  ⊢ u ∈ Base



Definitions occuring in rule :  int_eq: if a=b then else d int: is-exception: is-exception(t) equal: t ∈ T member: t ∈ T base: Base axiom: Ax

Latex:
H    \mvdash{}  a  =  b

    BY  int\_eqExceptionCases  x  y  t  u  z  w  ()
   
    H    \mvdash{}  is-exception(if  t=u  then  z  else  w)
    H  x:(t  \mmember{}  \mBbbZ{}),  y:(u  \mmember{}  \mBbbZ{})  \mvdash{}  a  =  b
    H  x:(t  \mmember{}  \mBbbZ{}),  y:is-exception(u)  \mvdash{}  a  =  b
    H  x:is-exception(t)  \mvdash{}  a  =  b
    H    \mvdash{}  t  \mmember{}  Base
    H    \mvdash{}  u  \mmember{}  Base



Date html generated: 2019_06_20-PM-04_12_04
Last ObjectModification: 2015_11_25-PM-03_47_04

Theory : rules


Home Index