We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
recommended_spelling
+ᵥ
-ᵥ
1 parent f8ec307 commit 3c5419fCopy full SHA for 3c5419f
1 file changed
Mathlib/Algebra/Notation/Defs.lean
@@ -70,6 +70,9 @@ attribute [ext] SMul VAdd
70
@[inherit_doc] infixr:65 " +ᵥ " => HVAdd.hVAdd
71
@[inherit_doc] infixl:65 " -ᵥ " => VSub.vsub
72
73
+recommended_spelling "vadd" for "+ᵥ" in [HVAdd.hVAdd, «term_+ᵥ_»]
74
+recommended_spelling "vsub" for "-ᵥ" in [VSub.vsub, «term_-ᵥ_»]
75
+
76
attribute [to_additive existing] Mul Div HMul instHMul HDiv instHDiv HSMul
77
attribute [to_additive (reorder := 1 2) SMul] Pow
78
attribute [to_additive (reorder := 1 2)] HPow
0 commit comments