Lemmas about insertion, singleton, and pairs #
This file provides extra lemmas about insert, singleton, and pair.
Tags #
insert, singleton
Set coercion to a type #
Lemmas about insert #
insert a s is the set {a} ∪ s.
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
Lemmas about singletons #
@[simp]
@[simp]
@[simp]
@[simp]
Alias of the reverse direction of Set.singleton_inter_eq_empty.
@[simp]
Alias of the reverse direction of Set.inter_singleton_eq_empty.
@[simp]
theorem
Set.eq_of_nonempty_of_subsingleton
{α : Type u_1}
[Subsingleton α]
(s t : Set α)
[Nonempty ↑s]
[Nonempty ↑t]
:
theorem
Set.eq_of_nonempty_of_subsingleton'
{α : Type u_1}
[Subsingleton α]
{s : Set α}
(t : Set α)
(hs : s.Nonempty)
[Nonempty ↑t]
:
Disjointness #
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]