feat(Data/Seq): coinductive predicates for sequences#20241
feat(Data/Seq): coinductive predicates for sequences#20241vasnesterov wants to merge 32 commits intomasterfrom
Conversation
|
messageFile.md |
PR summary 78dfb8f8ddImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 2 | 1 | large files |
Current commit 78dfb8f8dd
Reference commit 5f30136da7
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
|
This pull request has conflicts, please merge |
|
This PR/issue depends on:
|
|
This PR has been migrated to a fork-based workflow: #28874 |
All,Pairwise,AtLeastAsLongAspredicates for sequences along with their coinductive principles and basic lemmas about them.eq_of_bisim'andeq_of_bisim_strongcoinductive principles for equality.All of these "coinductive principles" are stated in the form as similar as possible to inductive principles.
I also added
set_option linter.style.longFile 2000in the beginning ofSeq.lean, because I am not sure how to split this file.updateandsetoperations forSeq#26120This PR is necessary for a new tactic (#18486), which computes the asymptotics of real functions.