Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-12-14 16:39 07b5618a

View on Github →

chore(linear_algebra/{multilinear,alternating}): Generalize smul and neg instance (#5364) This brings the generality in line with that of linear_map. Notably:

  • has_neg now exists when only the codomain has negation
  • has_scalar now exists for the weaker condition of smul_comm_class rather than has_scalar_tower

Estimated changes