-
Notifications
You must be signed in to change notification settings - Fork 373
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
feat(SetTheory/Game/Impartial): Better iff
lemmas
#21110
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Tristan F.-R. <[email protected]>
PR summary 4d0746a884Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
rw [← zero_lf_neg_iff, lf_congr_right (neg_equiv_self G)] | ||
|
||
@[simp] | ||
theorem le_zero_iff_equiv : G ≤ 0 ↔ G ≈ 0 := |
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.
This might have an overly strong discrimination key, should I make it scoped simp
?
This PR does the following:
x ≈ 0
andx ‖ 0
the simp-normal forms ofx ≤ 0
,x ⧏ 0
, etc. on impartial games.iff
lemmas whose LHS were too specific to ever realistically appear.-x
as right moves ofx
under binders #21109