rocq-prover / rocq-prover/stdlib

`NoDup_dec` definition is opaque

Open
#125 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rocq Prover
Stars
42
Forks
38
Avg merge
14h 6m
Merged PRs (30d)
3

Description

The decidability of the NoDup predicate (NoDup_dec) is defined with Qed instead of Defined, which makes it opaque and thus makes it impossible to compute with it.

For example, other proofs of decidability of list operations (e.g. in_dec or list_eq_dec) are defined as transparent.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the NoDup_dec definition and compare its proof terminator with the transparent in_dec and list_eq_dec definitions mentioned in the issue. Change the definition so it is transparent, then verify that NoDup_dec can compute as intended.

Written by the indexing model from the issue text.

Assessment

Domain
tooling
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.