Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Iris Iris
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 171
    • Issues 171
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • 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
  • IrisIris
  • Merge requests
  • !364

Add several lemmas about list singletons

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dmitry Khalanskiy requested to merge dkhalanskiyjb/iris:list_singletonM_{lt,gt} into master Jan 21, 2020
  • Overview 20
  • Commits 2
  • Pipelines 0
  • Changes 1

list_lookup_singletonM_{lt,gt}

There already is a lemma list_lookup_singletonM_ne: https://gitlab.mpi-sws.org/iris/iris/blob/9014fab06c25ac9b2d2a733f225e1cdf56d9d654/theories/algebra/list.v#L372-374 However, whether something is a ε or a Some ε is significant in some cases—for example, when comparing two lists, which is done element-by-element.

list_singletonM_included

A lemma that establishes the necessary and sufficient condition for a singleton to be included in another list.

Edited Jan 21, 2020 by Dmitry Khalanskiy
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: list_singletonM_{lt,gt}