Origin Definitions Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
quot_1
Nuprl Section: quot_1 - Support lemmas for quotient type.

Selected Objects
THMquotient_qinc E:(TTProp). (EquivRel x,y:TE(x,y))  T  (x,y:T//E(x,y))
THMquot_elim E:(TTProp). 
(EquivRel x,y:TE(x,y))  (a,b:Ta = b  x,y:T//E(x,y E(a,b))
THMall_quot_elim E:(TTProp). 
(EquivRel x,y:TE(x,y))

(F:((x,y:T//E(x,y))Prop). 
((w:x,y:T//E(x,y). SqStable(F(w)))
(
(((z:x,y:T//E(x,y). F(z))  (z:TF(z))))
THMdec_iff_ex_bvfun E:(TTProp). 
(x,y:T. Dec(E(x,y)))  (f:(TT). x,y:T. (x f y E(x,y))
THMdecidable__quotient_equal E:(TTProp). 
(EquivRel x,y:TE(x,y))

(x,y:T. Dec(E(x,y)))  (u,v:x,y:T//E(x,y). Dec(u = v))
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Origin Definitions Sections StandardLIB Doc