English
A restatement that the open-mapping property passes from f to map f under suitable hypotheses.
Русский
Повторение того, что открытое отображение переходит к map f при некоторых условиях.
LaTeX
$$$\\text{IsOpenMap}(\\mathrm{map} f)$ под предположениями из предыдущей теоремы$$
Lean4
@[inherit_doc ContinuousAffineEquiv, term_parser 1000]
public meta def «term_≃ᴬ[_]_» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `«term_≃ᴬ[_]_» 25 0
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " ≃ᴬ[") (ParserDescr.cat✝ `term 25))
(ParserDescr.symbol✝ "] "))
(ParserDescr.cat✝ `term 0))