Support of a function #
In this file we prove basic properties of Function.support f = {x | f x ≠ 0}
, and similarly for
Function.mulSupport f = {x | f x ≠ 1}
.
@[simp]
@[simp]
@[simp]
@[simp]
@[deprecated Function.support_neg (since := "2025-07-31")]
Alias of Function.support_neg
.
@[deprecated Function.mulSupport_inv (since := "2025-07-31")]
Alias of Function.mulSupport_inv
.
theorem
Function.mulSupport_mul_inv
{α : Type u_1}
{G : Type u_3}
[DivisionMonoid G]
(f g : α → G)
: