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

Add `set_map_2` and associated lemmas.

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Dan Frumin requested to merge dfrumin/coq-stdpp:set_map_2 into master May 23, 2022
  • Overview 13
  • Commits 2
  • Pipelines 2
  • Changes 1

The function set_map_2 generalizes the mapping function set_map, in that it ranges over two sets, and applies a given function to all the possible combinations of the elements.

I tried to recreate the same lemmas for set_map_2 as the ones that we already have for set_map.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: set_map_2