Nuprl Definition : pair-meaning

pair-meaning{i:l}(A; B; C) ==
  let Xa,a,ma in 
  let Xb,b,mb in 
  let Xc,c,mc in 
  provision(allowed(ma) ∧ allowed(mb) ∧ allowed(mc) ∧ type(allow(mc))=(type(allow(mb)))[term(allow(ma))];
            mk-ctt-term-mng(levelsup(level(allow(ma));level(allow(mb))); Σ type(allow(ma)) type(allow(mb));
                            cubical-pair(term(allow(ma));term(allow(mc)))))



Definitions occuring in Statement :  context-set: context-set(ctxt) ctt-type-type: type(T) ctt-type-level: level(T) mk-ctt-term-mng: mk-ctt-term-mng(lvl; T; t) ctt-term-term: term(t) ctt-term-type-is: type(t)=T ctt-term-type: type(t) ctt-term-level: level(t) levelsup: levelsup(x;y) cubical-pair: cubical-pair(u;v) cubical-sigma: Σ B csm-id-adjoin: [u] csm-ap-type: (AF)s spreadn: spread3 and: P ∧ Q allow: allow(x) allowed: allowed(x) provision: provision(ok; v)
Definitions occuring in definition :  spreadn: spread3 provision: Error :provision,  and: P ∧ Q allowed: Error :allowed,  ctt-term-type-is: type(t)=T csm-ap-type: (AF)s csm-id-adjoin: [u] mk-ctt-term-mng: mk-ctt-term-mng(lvl; T; t) levelsup: levelsup(x;y) ctt-term-level: level(t) ctt-type-level: level(T) cubical-sigma: Σ B context-set: context-set(ctxt) ctt-term-type: type(t) ctt-type-type: type(T) cubical-pair: cubical-pair(u;v) ctt-term-term: term(t) allow: Error :allow

Latex:
pair-meaning\{i:l\}(A;  B;  C)  ==
    let  Xa,a,ma  =  A  in 
    let  Xb,b,mb  =  B  in 
    let  Xc,c,mc  =  C  in 
    provision(allowed(ma)
                        \mwedge{}  allowed(mb)
                        \mwedge{}  allowed(mc)
                        \mwedge{}  type(allow(mc))=(type(allow(mb)))[term(allow(ma))];
                        mk-ctt-term-mng(levelsup(level(allow(ma));level(allow(mb)));
                                                        \mSigma{}  type(allow(ma))  type(allow(mb));
                                                        cubical-pair(term(allow(ma));term(allow(mc)))))



Date html generated: 2020_05_21-AM-10_42_49
Last ObjectModification: 2020_05_07-AM-10_35_58

Theory : cubical!type!theory


Home Index