Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-02-08 10:21 e4369fe3

View on Github →

chore(algebra/module/prod): add missing instances (#6055) This adds the following instances for prod:

  • is_scalar_tower
  • smul_comm_class
  • mul_action
  • distrib_mul_action It also renames the type variables to match the usual convention for modules

Estimated changes

modified theorem prod.smul_fst
modified theorem prod.smul_mk
modified theorem prod.smul_snd