Nuprl Rule : equalityIsType2

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

H  ⊢ istype(x y ∈ T)

  BY equalityIsType2 ()
  
  H  ⊢ istype(T)
  H  ⊢ x ∈ Base
  H  ⊢ y ∈ T


Latex:
H    \mvdash{}  istype(x  =  y)

    BY  equalityIsType2  ()
   
    H    \mvdash{}  istype(T)
    H    \mvdash{}  x  \mmember{}  Base
    H    \mvdash{}  y  \mmember{}  T



Date html generated: 2019_06_20-PM-04_11_56
Last ObjectModification: 2018_11_23-PM-11_50_55

Theory : rules


Home Index