English
Under the framework of quadratic forms and dual products, the symmetry and isometry relations imply a natural compatibility between dualProd and product constructions.
Русский
В рамках квадратичных форм и двойного произведения симметрия и изометрия порождают естественную совместимость между dualProd и операциями произведения.
LaTeX
$$$ dualProd\\text{ and } (\\cdot) \\text{ are compatible under isometries} $$$
Lean4
@[inherit_doc Isometry, term_parser 1000]
public meta def «term_→qᵢ_» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `QuadraticMap.Isometry.«term_→qᵢ_» 25 0
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " →qᵢ ") (ParserDescr.cat✝ `term 0))