-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - feat: more PGame.identical
PGame.memₗ
PGame.memᵣ
APIs
#5901
Closed
Closed
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
3cc4bd5
feat: add lemmas about `Relator.LeftTotal` `Relator.RightTotal` `Rela…
FR-vdash-bot 088ac08
feat: define `pgame.identical` `pgame.memₗ` `pgame.memᵣ`
FR-vdash-bot e6c9820
Merge branch 'master' into FR_game_identical
FR-vdash-bot e9e6636
Merge branch 'master' into FR_game_identical
FR-vdash-bot 3dba08d
diffs
FR-vdash-bot a6bec11
inherit_doc
FR-vdash-bot 1bc0b50
missing lemma
FR-vdash-bot c66a20e
fix
FR-vdash-bot 1fa2e1f
simp
FR-vdash-bot c1d9143
missing lemmas
FR-vdash-bot 35c10e7
lemmas
FR-vdash-bot 69b7f4a
golf
FR-vdash-bot 32fb3f1
Merge branch 'master' into FR_game_identical
FR-vdash-bot af2a948
golf
FR-vdash-bot 70f52f5
golf
FR-vdash-bot d9c0632
golf
FR-vdash-bot 5734b28
golf
FR-vdash-bot 2815373
fix name
FR-vdash-bot b1201aa
reduce diffs
FR-vdash-bot 52d35c2
reduce diffs
FR-vdash-bot c3e983f
reorder
FR-vdash-bot a3c5bb1
fix
FR-vdash-bot 7a45fcb
missing `#align`
FR-vdash-bot cd4b649
Merge branch 'master' into FR_game_identical
FR-vdash-bot f3a25a3
Merge branch 'master' into FR_game_identical
FR-vdash-bot 646abcf
Merge branch 'master' into FR_game_identical
FR-vdash-bot d93c384
Merge branch 'master' into FR_game_identical
FR-vdash-bot 1fb6bfa
fix
FR-vdash-bot 9cfe585
Update style-exceptions.txt
FR-vdash-bot 4214c48
fix
FR-vdash-bot f2787cd
more
FR-vdash-bot 2c6625d
Merge branch 'master' into FR_game_identical
hwatheod 3b64d0c
Merge branch 'master' into FR_game_identical
hwatheod 1c82554
refine' -> refine
hwatheod 51997dc
Merge branch 'master' into FR_game_identical
FR-vdash-bot 02857f7
Update PGame.lean
FR-vdash-bot 9faebf8
Update PGame.lean
FR-vdash-bot 4890303
remove `Equiv.ext''`
FR-vdash-bot ea5291f
docs, golf
FR-vdash-bot fc1fb21
docs
FR-vdash-bot 34f0137
docs
FR-vdash-bot f39a50b
Update Basic.lean
FR-vdash-bot db63470
Merge branch 'master' into FR_game_identical
FR-vdash-bot e34173e
Merge branch 'master' into FR_game_identical
vihdzp b1c0c26
Merge branch 'master' into FR_game_identical
FR-vdash-bot 9707644
suggestions
FR-vdash-bot dc6c71a
more
FR-vdash-bot 18cfc87
more
FR-vdash-bot 5189561
fix
FR-vdash-bot b3f6aa3
Update PGame.lean
FR-vdash-bot a47f30e
Update Impartial.lean
FR-vdash-bot bf0d644
more reduce diffs
FR-vdash-bot 4ff819f
more
FR-vdash-bot fa76689
Merge branch 'master' into FR_game_identical
FR-vdash-bot 4659495
reduce diffs
FR-vdash-bot 784a1e7
Update PGame.lean
FR-vdash-bot 58c1635
suggestion
FR-vdash-bot 317d91f
lint
FR-vdash-bot 22a1136
Merge branch 'master' into FR_game_identical
FR-vdash-bot 19448c4
Merge branch 'master' into FR_game_identical
FR-vdash-bot b3b0fce
fix
FR-vdash-bot 456c364
suggestions
FR-vdash-bot c35994d
Merge branch 'master' into FR_game_identical
FR-vdash-bot 0fc94eb
suggestions
FR-vdash-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small note to maintainers: since the ultimate goal is to replace
Relabelling
in favor ofIdentical
, this proof is preferrable to the more direct one that makes use ofmulCommRelabelling
.