@[reducible, inline]
inclusion is the "identity" function between two subsets s and t, where s ⊆ t
Instances For
theorem
Set.inclusion_eq_subtype_map
{α : Type u_1}
{s t : Set α}
(h : s ⊆ t)
:
inclusion h = Subtype.map id h
@[simp]
theorem
Set.inclusion_mk
{α : Type u_1}
{s t : Set α}
{h : s ⊆ t}
(a : α)
(ha : a ∈ s)
:
inclusion h ⟨a, ha⟩ = ⟨a, ⋯⟩
theorem
Set.inclusion_right
{α : Type u_1}
{s t : Set α}
(h : s ⊆ t)
(x : ↑t)
(m : ↑x ∈ s)
:
inclusion h ⟨↑x, m⟩ = x
@[simp]
@[simp]
@[simp]
theorem
Set.val_comp_inclusion
{α : Type u_1}
{s t : Set α}
(h : s ⊆ t)
:
Subtype.val ∘ inclusion h = Subtype.val
theorem
Set.inclusion_injective
{α : Type u_1}
{s t : Set α}
(h : s ⊆ t)
:
Function.Injective (inclusion h)
theorem
Set.eq_of_inclusion_surjective
{α : Type u_1}
{s t : Set α}
{h : s ⊆ t}
(h_surj : Function.Surjective (inclusion h))
:
s = t