Skip to content

Lack of sub_trans in ssrbool.v #20429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hoheinzollern opened this issue Apr 1, 2025 · 0 comments
Open

Lack of sub_trans in ssrbool.v #20429

hoheinzollern opened this issue Apr 1, 2025 · 0 comments
Labels
kind: question Issues seeking an answer to a question. Consider asking on zulip instead. kind: wish Feature or enhancement requests. part: ssreflect The SSReflect proof language.

Comments

@hoheinzollern
Copy link

Looking at the file ssrbool.v and lemmas related to sub_mem, I was a bit surprised not to find a lemma of this shape:

Lemma sub_trans T (mp mq mr : mem_pred T) :
  sub_mem mp mq -> sub_mem mq mr -> sub_mem mp mr.
Proof. by move=> pq qr x /pq /qr. Qed.

Is there a rationale why this lemma is not there? I could not find one and I could prove what I wanted (math-comp/math-comp#1380) easily without it.

I'm curious at this point to know whether the lack of this lemma is intentional.

@SkySkimmer SkySkimmer added part: ssreflect The SSReflect proof language. kind: wish Feature or enhancement requests. kind: question Issues seeking an answer to a question. Consider asking on zulip instead. labels Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: question Issues seeking an answer to a question. Consider asking on zulip instead. kind: wish Feature or enhancement requests. part: ssreflect The SSReflect proof language.
Projects
None yet
Development

No branches or pull requests

2 participants