English
If F is an additive topological group, then the type E →WOT 𝕜 F inherits an additive commutative group structure from E →L[𝕜] F.
Русский
Если F — добавититивная топологическая группа, то тип E →WOT 𝕜 F наследует структуру ADD и коммутативной группы от E →L[𝕜] F.
LaTeX
$$$\\text{AddCommGroup}(E \\toWOT[𝕜] F)$$$
Lean4
@[inherit_doc ContinuousLinearMapWOT, term_parser 1000]
public meta def «term_→WOT[_]_» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `«term_→WOT[_]_» 25 0
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " →WOT[") (ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ "] "))
(ParserDescr.cat✝ `term 0))