Nuprl Rule : multiplyAssociative

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

H  ⊢ ((m n) k) (m k) ∈ ℤ

  BY multiplyAssociative ()
  
  H  ⊢ m ∈ ℤ
  H  ⊢ n ∈ ℤ
  H  ⊢ k ∈ ℤ



Definitions occuring in rule :  multiply: m equal: t ∈ T int: axiom: Ax

Latex:
H    \mvdash{}  ((m  *  n)  *  k)  =  (m  *  n  *  k)

    BY  multiplyAssociative  ()
   
    H    \mvdash{}  m  =  m
    H    \mvdash{}  n  =  n
    H    \mvdash{}  k  =  k



Date html generated: 2019_06_20-PM-04_12_25
Last ObjectModification: 2016_07_08-PM-03_48_51

Theory : rules


Home Index