Skip to Content.
Sympa Menu

coq-club - [Coq-Club] code duplication in ConCaT bcz of universe clash

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] code duplication in ConCaT bcz of universe clash


chronological Thread 
  • From: Benedikt.AHRENS AT unice.fr
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] code duplication in ConCaT bcz of universe clash
  • Date: Sun, 14 Feb 2010 13:03:09 +0100

Hello,

I have a question concerning the ConCaT contribution

http://coq.inria.fr/contribs/ConCaT.html

The development there has some code duplication (e.g. [1], [2]) where
Setoids and Categories are "redefined" (actually newly implemented) in
order to define for example the category of functors between two categories.

I suppose this is to make Setoids again available with a "higher type"
such that, for example, natural transformations can be the carrier of a
hom setoid.

This makes concepts defined for the type "Category" unusable for objects
of type "Category''" (the duplicated one).

Is this problem inherent when working with setoids or can it be avoided?
For example, would things work better with Coq's setoids?

Greetings,
Benedikt

[1] http://coq.inria.fr/contribs/ConCaT.CATEGORY_THEORY.NT.Setoid_dup2.html
[2]
http://coq.inria.fr/contribs/ConCaT.CATEGORY_THEORY.NT.Category_dup2.html




Archive powered by MhonArc 2.6.16.

Top of Page