Skip to content
This repository was archived by the owner on Jun 2, 2019. It is now read-only.
This repository was archived by the owner on Jun 2, 2019. It is now read-only.

Issue with characterizing Sg(A, X) #1

@ssomayyajula

Description

@ssomayyajula

In this definition, I'm attempting to show the inductive character of Sg(A, X) i.e. theorem 1.14 in Cliff Bergman's book. This involves inspecting a sequence of elements in X along with evidence that they are members of Y to determine n such that each element is in X n. This apparently requires elimination from Prop to Type, which is verboten; @williamdemeo might remember a similar situation involving the recovery of the preimage of a function from its image.

Basically, this all comes down to the standard library committing to Prop in certain places when really they should be using Sort and let the user declare proof irrelevance at their leisure.

Should we refactor the codebase to work with Sort, use choice, or do something else?

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions