Theorems · Theorem · ring theory
MonoidAlgebra.support_mul_single
Deprecated since 2026-06-18Use MonoidAlgebra.support_coeff_mul_single instead.
∀ {k : Type u₁} {G : Type u₂} [inst : Semiring k] [inst_1 : Mul G] [inst_2 : IsRightCancelMul G] (f : MonoidAlgebra k G)
(r : k),
(∀ (y : k), y * r = 0 ↔ y = 0) →
∀ (x : G), (f * MonoidAlgebra.single x r).coeff.support = Finset.map (mulRightEmbedding x) f.coeff.supportAlias of MonoidAlgebra.support_coeff_mul_single.
- Defined in
- Mathlib.Algebra.MonoidAlgebra.Support
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringMulIsRightCancelMul
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement · cited by 13,802
- Finsetstatement · cited by 13,712
- Finsupp.supportstatement · cited by 828
- Finset.mapstatement · cited by 747
- MonoidAlgebrastatement · cited by 590
- MonoidAlgebra.singlestatement · cited by 253
- MonoidAlgebra.coeffstatement · cited by 224
- IsRightCancelMulstatement · cited by 43
- mulRightEmbeddingstatement · cited by 9
- MonoidAlgebra.support_coeff_mul_singleproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.