English
There is a natural identification of elements of SL(n,R) with their underlying matrices via a canonical coercion.
Русский
Существует естественное соответствие элементов SL(n,R) их матрицам через каноническое включение.
LaTeX
$$(A,B) : (SpecialLinearGroup n R) → Matrix n n R via coe$$
Lean4
@[inherit_doc Matrix.SpecialLinearGroup, scoped term_parser 1000]
public meta def «termSL(_,_)» : Lean.ParserDescr✝ :=
ParserDescr.node✝ `MatrixGroups.«termSL(_,_)» 1024
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "SL(") (ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ ", "))
(ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ ")"))