Skip to content
Snippets Groups Projects

add pair_equiv

Merged Ralf Jung requested to merge ralf/pair_equiv into master
All threads resolved!

When having H: (a1, b1) ≡ (a2, b2), it's actually rather annoying to rewrite an a1 in the goal:

destruct H as [H _]; simpl in H; rewrite H

This is because destructing H yields (a1, b1).1 ≡ (a2, b2).1.

So a lemma like this could be useful, then we should be able to do apply pair_equiv in H as [-> _].

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • LGTM. Feel free to merge if you agree with my comment.

  • Ralf Jung resolved all threads

    resolved all threads

  • Ralf Jung added 1 commit

    added 1 commit

    Compare with previous version

  • Ralf Jung enabled an automatic merge when the pipeline for 08d238fd succeeds

    enabled an automatic merge when the pipeline for 08d238fd succeeds

  • merged

  • Ralf Jung mentioned in commit 14322a17

    mentioned in commit 14322a17

  • Please register or sign in to reply
    Loading