Pointwise operations of sets in a group with zero #
This file proves properties of pointwise operations of sets in a group with zero.
Tags #
set multiplication, set addition, pointwise addition, pointwise multiplication, pointwise subtraction
If scalar multiplication by elements of α
sends (0 : β)
to zero,
then the same is true for (0 : Set β)
.
Equations
Instances For
Note that we have neither SMulWithZero α (Set β)
nor SMulWithZero (Set α) (Set β)
because 0 * ∅ ≠ 0
.
If the scalar multiplication (· • ·) : α → β → β
is distributive,
then so is (· • ·) : α → Set β → Set β
.
Equations
Instances For
A distributive multiplicative action of a monoid on an additive monoid β
gives a distributive
multiplicative action on Set β
.
Equations
Instances For
A multiplicative action of a monoid on a monoid β
gives a multiplicative action on Set β
.
Equations
Instances For
Alias of Set.smul_set_subset_smul_set_iff₀
.
Alias of Set.smul_set_subset_iff₀
.
Alias of Set.subset_smul_set_iff₀
.