Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-10-14 19:54 158fbc5d

View on Github →

refactor(algebra/module/order): Make space argument explicit in the order_iso (#9706) Explicitly providing M in order_iso.smul_left and order_iso.smul_left_dual turns out to work much better with dot notation on order_iso. This allows golfing half the proofs introduced in #9078.

Estimated changes