Lemmas about the support of a finitely supported function #
theorem
MonoidAlgebra.support_mul
{k : Type uā}
{G : Type uā}
[Semiring k]
[Mul G]
[DecidableEq G]
(a b : MonoidAlgebra k G)
:
theorem
AddMonoidAlgebra.support_mul
{k : Type uā}
{G : Type uā}
[Semiring k]
[Add G]
[DecidableEq G]
(a b : AddMonoidAlgebra k G)
:
theorem
MonoidAlgebra.support_single_mul_subset
{k : Type uā}
{G : Type uā}
[Semiring k]
[Mul G]
[DecidableEq G]
(f : MonoidAlgebra k G)
(r : k)
(a : G)
:
(single a r * f).support ā Finset.image (fun (x : G) => a * x) f.support
theorem
AddMonoidAlgebra.support_single_mul_subset
{k : Type uā}
{G : Type uā}
[Semiring k]
[Add G]
[DecidableEq G]
(f : AddMonoidAlgebra k G)
(r : k)
(a : G)
:
(single a r * f).support ā Finset.image (fun (x : G) => a + x) f.support
theorem
MonoidAlgebra.support_mul_single_subset
{k : Type uā}
{G : Type uā}
[Semiring k]
[Mul G]
[DecidableEq G]
(f : MonoidAlgebra k G)
(r : k)
(a : G)
:
(f * single a r).support ā Finset.image (fun (x : G) => x * a) f.support
theorem
AddMonoidAlgebra.support_mul_single_subset
{k : Type uā}
{G : Type uā}
[Semiring k]
[Add G]
[DecidableEq G]
(f : AddMonoidAlgebra k G)
(r : k)
(a : G)
:
(f * single a r).support ā Finset.image (fun (x : G) => x + a) f.support
theorem
MonoidAlgebra.support_single_mul_eq_image
{k : Type uā}
{G : Type uā}
[Semiring k]
[Mul G]
[DecidableEq G]
(f : MonoidAlgebra k G)
{r : k}
(hr : ā (y : k), r * y = 0 ā y = 0)
{x : G}
(lx : IsLeftRegular x)
:
(single x r * f).support = Finset.image (fun (x_1 : G) => x * x_1) f.support
theorem
AddMonoidAlgebra.support_single_mul_eq_image
{k : Type uā}
{G : Type uā}
[Semiring k]
[Add G]
[DecidableEq G]
(f : AddMonoidAlgebra k G)
{r : k}
(hr : ā (y : k), r * y = 0 ā y = 0)
{x : G}
(lx : IsAddLeftRegular x)
:
(single x r * f).support = Finset.image (fun (x_1 : G) => x + x_1) f.support
theorem
MonoidAlgebra.support_mul_single_eq_image
{k : Type uā}
{G : Type uā}
[Semiring k]
[Mul G]
[DecidableEq G]
(f : MonoidAlgebra k G)
{r : k}
(hr : ā (y : k), y * r = 0 ā y = 0)
{x : G}
(rx : IsRightRegular x)
:
(f * single x r).support = Finset.image (fun (x_1 : G) => x_1 * x) f.support
theorem
AddMonoidAlgebra.support_mul_single_eq_image
{k : Type uā}
{G : Type uā}
[Semiring k]
[Add G]
[DecidableEq G]
(f : AddMonoidAlgebra k G)
{r : k}
(hr : ā (y : k), y * r = 0 ā y = 0)
{x : G}
(rx : IsAddRightRegular x)
:
(f * single x r).support = Finset.image (fun (x_1 : G) => x_1 + x) f.support
theorem
MonoidAlgebra.support_mul_single
{k : Type uā}
{G : Type uā}
[Semiring k]
[Mul G]
[IsRightCancelMul G]
(f : MonoidAlgebra k G)
(r : k)
(hr : ā (y : k), y * r = 0 ā y = 0)
(x : G)
:
(f * single x r).support = Finset.map (mulRightEmbedding x) f.support
theorem
AddMonoidAlgebra.support_mul_single
{k : Type uā}
{G : Type uā}
[Semiring k]
[Add G]
[IsRightCancelAdd G]
(f : AddMonoidAlgebra k G)
(r : k)
(hr : ā (y : k), y * r = 0 ā y = 0)
(x : G)
:
(f * single x r).support = Finset.map (addRightEmbedding x) f.support
theorem
MonoidAlgebra.support_single_mul
{k : Type uā}
{G : Type uā}
[Semiring k]
[Mul G]
[IsLeftCancelMul G]
(f : MonoidAlgebra k G)
(r : k)
(hr : ā (y : k), r * y = 0 ā y = 0)
(x : G)
:
(single x r * f).support = Finset.map (mulLeftEmbedding x) f.support
theorem
AddMonoidAlgebra.support_single_mul
{k : Type uā}
{G : Type uā}
[Semiring k]
[Add G]
[IsLeftCancelAdd G]
(f : AddMonoidAlgebra k G)
(r : k)
(hr : ā (y : k), r * y = 0 ā y = 0)
(x : G)
:
(single x r * f).support = Finset.map (addLeftEmbedding x) f.support
theorem
MonoidAlgebra.support_one_subset
{k : Type uā}
{G : Type uā}
[Semiring k]
[One G]
:
Finsupp.support 1 ā 1
theorem
AddMonoidAlgebra.support_one_subset
{k : Type uā}
{G : Type uā}
[Semiring k]
[Zero G]
:
Finsupp.support 1 ā 0
@[simp]
theorem
MonoidAlgebra.support_one
{k : Type uā}
{G : Type uā}
[Semiring k]
[One G]
[NeZero 1]
:
Finsupp.support 1 = 1
@[simp]
theorem
AddMonoidAlgebra.support_one
{k : Type uā}
{G : Type uā}
[Semiring k]
[Zero G]
[NeZero 1]
:
Finsupp.support 1 = 0
theorem
MonoidAlgebra.mem_span_support
{k : Type uā}
{G : Type uā}
[Semiring k]
[MulOneClass G]
(f : MonoidAlgebra k G)
:
f ā Submodule.span k (ā(of k G) '' āf.support)
An element of k[G] is in the subalgebra generated by its support.
theorem
AddMonoidAlgebra.mem_span_support
{k : Type uā}
{G : Type uā}
[Semiring k]
(f : AddMonoidAlgebra k G)
:
f ā Submodule.span k (of' k G '' āf.support)
An element of k[G] is in the submodule generated by its support.
@[deprecated AddMonoidAlgebra.mem_span_support (since := "2025-12-08")]
theorem
AddMonoidAlgebra.mem_span_support'
{k : Type uā}
{G : Type uā}
[Semiring k]
(f : AddMonoidAlgebra k G)
:
f ā Submodule.span k (of' k G '' āf.support)
Alias of AddMonoidAlgebra.mem_span_support.
An element of k[G] is in the submodule generated by its support.