Nuprl Rule : multiplyExceptionCases
This rule proved as lemma rule_arith_exception_cases_true in file rules/rules_arith_exception.v
 at https://github.com/vrahli/NuprlInCoq  
H  ⊢ a = b ∈ T
  BY multiplyExceptionCases x y t u ()
  
  H  ⊢ is-exception(t * u)
  H x:(t ∈ ℤ), y:is-exception(u) ⊢ a = b ∈ T
  H x:is-exception(t) ⊢ a = b ∈ T
  H  ⊢ t ∈ Base
  H  ⊢ u ∈ Base
Definitions occuring in rule : 
multiply: n * m
, 
int: ℤ
, 
is-exception: is-exception(t)
, 
equal: s = t ∈ T
, 
member: t ∈ T
, 
base: Base
, 
axiom: Ax
Latex:
H    \mvdash{}  a  =  b
    BY  multiplyExceptionCases  x  y  t  u  ()
   
    H    \mvdash{}  is-exception(t  *  u)
    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_05
Last ObjectModification:
2016_07_08-PM-03_48_50
Theory : rules
Home
Index