Nuprl Rule : equalityTransitivity

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

H  ⊢ t ∈ T

  BY equalityTransitivity x
  
  H  ⊢ x ∈ T
  H  ⊢ t ∈ T



Definitions occuring in rule :  equal: t ∈ T axiom: Ax

Latex:
H    \mvdash{}  s  =  t

    BY  equalityTransitivity  x
   
    H    \mvdash{}  s  =  x
    H    \mvdash{}  x  =  t



Date html generated: 2019_06_20-PM-04_11_44
Last ObjectModification: 2016_07_08-PM-03_48_59

Theory : rules


Home Index