Closure and finiteness of SubMulAction and SubAddAction #
The SubMulAction generated by a set s.
Equations
- SubMulAction.closure R s = sInf {p : SubMulAction R M | s ⊆ ↑p}
Instances For
The SubAddAction generated by a set s.
Equations
- SubAddAction.closure R s = sInf {p : SubAddAction R M | s ⊆ ↑p}
Instances For
theorem
SubMulAction.closure_le
{R : Type u_1}
{M : Type u_2}
[SMul R M]
{s : Set M}
{p : SubMulAction R M}
:
theorem
SubAddAction.closure_le
{R : Type u_1}
{M : Type u_2}
[VAdd R M]
{s : Set M}
{p : SubAddAction R M}
:
A SubMulAction is finitely generated if it is the closure of a finite set.
Instances For
A SubAddAction is finitely generated if it is the closure of a finite set.