Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-10-04 23:18 3aac8e5f

View on Github →

fix(order/sub): make arguments explicit (#9541)

  • This makes some arguments of lemmas explicit.
  • These lemmas were not used in places where the implicitness/explicitness of the arguments matters
  • Providing the arguments is sometimes useful, especially in rw ← ...
  • This follows the explicitness of similar lemmas (like the instantiations for nat).

Estimated changes

modified theorem add_sub_add_right_eq_sub'
modified theorem add_sub_cancel_left
modified theorem add_sub_cancel_right
modified theorem sub_self'
modified theorem sub_zero'
modified theorem zero_sub'