Zulip Chat Archive
Stream: mathlib4
Topic: !#4335 Analysis.Complex.UpperHalfPlane.Basic
Ruben Van de Velde (May 26 2023 at 08:52):
I'm not managing to translate these at all - is there someone with notation / coercion experience who'd like to take a look?
-- mathport name: «expr↑ₘ »
local prefix:1024 "↑ₘ" => @coe _ (Matrix (Fin 2) (Fin 2) _) _
-- mathport name: «expr↑ₘ[ ]»
local notation:1024 "↑ₘ[" R "]" => @coe _ (Matrix (Fin 2) (Fin 2) R) _
-- mathport name: «exprGL( , )⁺»
local notation "GL(" n ", " R ")" "⁺" => Matrix.GLPos (Fin n) R
Eric Wieser (May 26 2023 at 09:40):
I think we already solved this problem in src4#SpecialLinearGroup which has the same notation trick
Eric Wieser (May 26 2023 at 09:40):
At least, for the first two
Eric Wieser (May 26 2023 at 09:42):
Ruben Van de Velde (May 26 2023 at 12:47):
I've been copying from there, but somehow can't get it to work
Last updated: Dec 20 2023 at 11:08 UTC