Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-05-29 16:24 836184a8

View on Github →

feat(tactic/protect_proj): protect_proj attribute for structures (#2855) This attribute protect the projections of a structure that is being defined. There were some errors in Euclidean domain caused by rw using euclidean_domain.mul_assoc instead of mul_assoc because the euclidean_domain namespace was open. This fixes this problem, and makes the group and ring etc. namespaces more usable.

Estimated changes

added structure X
added structure foo