Theorems · Theorem · ring theory
MonoidAlgebra.mem_smulAntidiagonal_of_group
∀ {G : Type u_1} {P : Type u_2} {R : Type u_3} {V : Type u_4} [inst : Group G] [inst_1 : MulAction G P]
[inst_2 : Semiring R] [inst_3 : Zero V] (f : MonoidAlgebra R G) (x : P → V) (p : P) (gh : G × P),
gh ∈ Finset.SMulAntidiagonal p ⋯ ↔ f.coeff gh.1 ≠ 0 ∧ x gh.2 ≠ 0 ∧ gh.2 = gh.1⁻¹ • p- Cited by
- 1 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Finsetstatement · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Groupstatement and proof · cited by 6,238
- Finsuppstatement · cited by 5,255
- MulActionstatement and proof · cited by 1,294
- Finsupp.supportstatement and proof · cited by 828
- Function.supportstatement and proof · cited by 610
- MonoidAlgebrastatement and proof · cited by 590
- MonoidAlgebra.coeffstatement and proof · cited by 224
- Finset.finite_toSetstatement and proof · cited by 210
Cited by1
Results whose statement or proof uses this declaration.
- MonoidAlgebra.smul_apply_mulActionproof · cited by 0