Pointwise star operation on sets #
This file defines the star operation pointwise on sets and provides the basic API.
Besides basic facts about how the star operation acts on sets (e.g., (s ∩ t)⋆ = s⋆ ∩ t⋆),
if s t : Set α, then under suitable assumption on α, it is shown
(s + t)⋆ = s⋆ + t⋆(s * t)⋆ = t⋆ + s⋆(s⁻¹)⋆ = (s⋆)⁻¹
@[implicit_reducible]
The set (star s : Set α) is defined as {x | star x ∈ s} in the scope Pointwise.
In the usual case where star is involutive, it is equal to {star s | x ∈ s}, see
Set.image_star.
Instances For
@[simp]
@[simp]
@[implicit_reducible]
Equations
- Set.instInvolutiveStar = { toStar := Set.star, star_involutive := ⋯ }
@[simp]
@[simp]
@[simp]
theorem
StarMemClass.star_coe_eq
{S : Type u_1}
{α : Type u_2}
[InvolutiveStar α]
[SetLike S α]
[StarMemClass S α]
(s : S)
: