Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-10-24 22:52 942e60f7

View on Github →

chore(algebra/*/pi): add missing lemmas about function.update and set.piecewise (#9935) This adds function.update_{zero,one,add,mul,sub,div,neg,inv,smul,vadd}, and moves pi.piecewise_{sub,div,neg,inv} into the set namespace to match set.piecewise_{add,mul}. This also adds finset.piecewise_erase_univ, as this is tangentially related.

Estimated changes

added theorem function.update_div
added theorem function.update_inv
added theorem function.update_mul
added theorem function.update_one
deleted theorem pi.piecewise_div
deleted theorem pi.piecewise_inv
added theorem set.piecewise_div
added theorem set.piecewise_inv