mathlib3 documentation

data.bool.set

Booleans and set operations #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

This file contains two trivial lemmas about bool, set.univ, and set.range.

@[simp]
@[simp]
theorem bool.range_eq {α : Type u_1} (f : bool α) :
@[simp]
theorem bool.compl_singleton (b : bool) :
{b} = {!b}