Documentation

Mathlib.Data.Set.BoolIndicator

Indicator function valued in bool #

See also Set.indicator and Set.piecewise.

noncomputable def Set.boolIndicator {α : Type u_1} (s : Set α) (x : α) :

boolIndicator maps x to true if x ∈ s, else to false

Equations
Instances For
    theorem Set.mem_iff_boolIndicator {α : Type u_1} (s : Set α) (x : α) :
    theorem Set.not_mem_iff_boolIndicator {α : Type u_1} (s : Set α) (x : α) :
    theorem Set.preimage_boolIndicator_eq_union {α : Type u_1} (s : Set α) (t : Set Bool) :
    Set.boolIndicator s ⁻¹' t = (if true t then s else ) if false t then s else