English
Given a matrix A, if its determinant is invertible, we obtain an element of GL_n(R) by mapping A to its unit with det invertible.
Русский
Для матрицы A, если детерминант обратим, получаем элемент GL_n(R) из A через соответствующее отображение детерминанта.
LaTeX
$$def mk' (A : Matrix n n R) (h : Invertible (Matrix.det A)) : GL n R$$
Lean4
@[macro Matrix.termGL]
public meta def _aux_Mathlib_LinearAlgebra_Matrix_GeneralLinearGroup_Defs___macroRules_Matrix_termGL_1 : Macro✝ := fun
| `(GL) => ``(GeneralLinearGroup)
| _ => no_error_if_unused% throw✝ Lean.Macro.Exception.unsupportedSyntax✝