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.
Lemmas about singletons #
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]
: