def
definition
def or abbrev
liftToQuotient
show as:
view Lean formalization →
formal statement (Lean)
89def liftToQuotient {X : Type*} (f : C → X)
90 (hf : ∀ c₁ c₂, Indistinguishable r c₁ c₂ → f c₁ = f c₂) :
91 RecognitionQuotient r → X :=
proof body
Definition body.
92 Quotient.lift f hf
93