English
The inverse of a model with corners is registered as a PartialEquiv; it acts as a provisional inverse between the domain and codomain spaces.
Русский
Обратное отображение модели с углами регистрируется как PartialEquiv; оно выступает как предварительное обратное отображение между областями.
LaTeX
$$$\\text{ModelWithCorners}.symm : PartialEquiv E H$$$
Lean4
/-- The inverse to a model with corners, only registered as a `PartialEquiv`. -/
protected def symm : PartialEquiv E H :=
I.toPartialEquiv.symm