Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S stdpp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 81
    • Issues 81
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Iris
  • stdpp
  • Merge requests
  • !270

Various improvements to `Permutation` lemmas and instances

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Robbert Krebbers requested to merge robbert/Permutation into master Jun 01, 2021
  • Overview 5
  • Commits 6
  • Pipelines 1
  • Changes 5

Various changes to Permutation lemmas:

  • Rename Permutation_nil → Permutation_nil_r and and Permutation_singleton → Permutation_singleton_r.
  • Add lemmas Permutation_nil_l and Permutation_singleton_l.
  • Add new instance cons_Permutation_inj_l : Inj (=) (≡ₚ) (.:: k)..
  • Add lemma Permutation_cross_split.
  • Make lemma elem_of_Permutation a biimplication

Also, I made the following changes that should not affect users:

  • Name Proper and Inj instances for Permutation as operation_Permutation_{Proper,inj,inj_l,inj_r}
  • Remove Proper instances for :: and ++ that are already supplied by the std lib.
Edited Jun 01, 2021 by Robbert Krebbers
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: robbert/Permutation