Documentation

LeanPool.PFR.Mathlib.Algebra.Group.Action.Pointwise.Set.Basic

Pointwise set operations #

theorem Set.singleton_mul' {α : Type u_1} [Mul α] (a : α) (s : Set α) :
{a} * s = a s
theorem Set.singleton_add' {α : Type u_1} [Add α] (a : α) (s : Set α) :
{a} + s = a +ᵥ s