Definition FunctorFrom_Type2Prop objC (C : Cat objC) (F : Functor TypeCat C) : Functor PropCat C. Set Printing All. Set Printing Universes. Check F. (* F : @Functor Type (* Top.1201 *) TypeCat objC C *) exact (Build_Functor PropCat C (ObjectOf' F)).
Show Proof. (* (fun (objC : Type (* Top.1194 *)) (C : Cat objC)
(F : @Functor Prop TypeCat objC C) =>
@Build_Functor Prop PropCat objC C
(@ObjectOf' Prop TypeCat objC C F)) *) Defined. (* Error: Illegal application (Type Error): The term "Functor" of type
"forall (objC : Type (* Top.1194 *)
(objD : Type(* Top.1194 *)) (_ : Cat objD), Type(* Top.1194 *)"
cannot be applied to the terms "Prop" : "Type (* (Set)+1 *)" "TypeCat" : "Cat Type (* Top.1201 *)" "objC" : "Type (* Top.1194 *)" "C" : "Cat objC"
The 2nd term has type"Cat Type (* Top.1201 *)"
which should be coercible to "Cat Prop". *) End FirstIssue.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.