Theorems · Theorem · group theory
Function.support_mul_of_ne_zero_right
∀ {ι : Type u_1} {M₀ : Type u_4} [inst : MulZeroClass M₀] [NoZeroDivisors M₀] (f : ι → M₀) {g : ι → M₀},
(∀ (x : ι), g x ≠ 0) → (Function.support fun x => f x * g x) = Function.support fIf g is everywhere nonzero, then support (f * g) = support f.
- Defined in
- Mathlib.Algebra.GroupWithZero.Indicator
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Quot.sound
- Assumes
- MulZeroClassNoZeroDivisors
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Function.supportstatement and proof · cited by 610
- NoZeroDivisorsstatement and proof · cited by 545
- MulZeroClassstatement and proof · cited by 232
- Set.inter_univproof · cited by 198
- Function.support_mulproof · cited by 14
- Function.support_eq_univproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.