theorem
Relation.proj1_surj
{α : Type u_1}
{β : Type u_2}
{r : Relation α β}
:
Function.Surjective r.proj1
theorem
Relation.proj2_surj
{α : Type u_1}
{β : Type u_2}
{r : Relation α β}
:
Function.Surjective r.proj2
def
Relation.proj1_inj_domain_iff_functional
{α : Type u_1}
{β : Type u_2}
{r : Relation α β}
:
Function.Injective r.proj1 ∧ r.domain = Set.univ ↔ r.Functional
Equations
- ⋯ = ⋯