Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Comments

Add pairwise predicate and some missing lemmas#680

Merged
CohenCyril merged 1 commit intomath-comp:masterfrom
pi8027:pairwise
Jan 12, 2021
Merged

Add pairwise predicate and some missing lemmas#680
CohenCyril merged 1 commit intomath-comp:masterfrom
pi8027:pairwise

Conversation

@pi8027
Copy link
Member

@pi8027 pi8027 commented Dec 2, 2020

Motivation for this change

This PR introduces a higher-order predicate pairwise r xs which asserts that the relation r holds for any i-th and j-th element of xs such that i < j.

Closes #639
Closes #676

Things done/to do
  • added corresponding entries in CHANGELOG_UNRELEASED.md (do not edit former entries)
  • added corresponding documentation in the headers
Automatic note to reviewers

Read this Checklist and make sure there is a milestone.

@pi8027
Copy link
Member Author

pi8027 commented Dec 2, 2020

Shouldn't (sub|eq)_(path|cycle|sorted)_in rather be renamed to (sub|eq)_in_(path|cycle|sorted)? (Sorry, my bad.)

@pi8027 pi8027 added the kind: enhancement Issue or PR about addition of features. label Dec 3, 2020
@pi8027 pi8027 marked this pull request as ready for review December 5, 2020 02:43
@pi8027 pi8027 mentioned this pull request Dec 5, 2020
@pi8027 pi8027 requested review from CohenCyril and chdoc December 7, 2020 01:58
@pi8027 pi8027 added this to the 1.13.0 milestone Dec 12, 2020
which asserts that the relation `r` holds for any i-th and j-th element of `xs`
such that i < j.
Copy link
Member

@CohenCyril CohenCyril left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great!

@CohenCyril CohenCyril self-assigned this Dec 16, 2020
@CohenCyril CohenCyril merged commit b6768b0 into math-comp:master Jan 12, 2021
@pi8027 pi8027 deleted the pairwise branch January 13, 2021 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind: enhancement Issue or PR about addition of features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pairwise predicate Missing lemma cycle_all2rel

2 participants