Documentation

LeanCourse.MIL.C04_Sets_and_Functions.S02_Functions

def inverse {α : Type u_1} {β : Type u_2} [Inhabited α] (f : αβ) :
βα
Equations
Instances For
    theorem inverse_spec {α : Type u_1} {β : Type u_2} [Inhabited α] {f : αβ} (y : β) (h : ∃ (x : α), f x = y) :
    f (inverse f y) = y
    theorem Cantor {α : Type u_3} (f : αSet α) :