Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-06-18 19:10 0a5b9eba

View on Github →

feat(set_theory/game/pgame): tweak lemmas (#14810) This PR does the following:

  • uncurry le_of_forall_lf and le_of_forall_lt.
  • remove lf_of_exists_le, as it's made redundant by lf_of_move_right_le and lf_of_le_move_left.
  • golfing.

Estimated changes