English
For any function f: α → β, the domain of its coercion to a partial function is the whole domain Set.univ.
Русский
Для любой функции f: α → β область определения её коэрцирования в частичную функцию равна всему множеству Set.univ.
LaTeX
$$$\\mathrm{Dom}(f) = \\mathrm{Set.univ}$$$
Lean4
@[simp]
theorem dom_coe (f : α → β) : (f : α →. β).Dom = Set.univ :=
rfl