English
If f and g are DiophFn, then their composed h is DiophFn for any h that depends on f and g via a Diophantine relation.
Русский
Если f и g диагофантовы, то их композиция через диофантовую взаимосвязь сохраняет диагофантовость.
LaTeX
$$$$\mathrm{DiophFn}(f) \land \mathrm{DiophFn}(g) \Rightarrow \mathrm{DiophFn}(h)$$$$
Lean4
@[inherit_doc Dioph.union, scoped term_parser 1000]
public meta def «term_D∨_» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `Dioph.«term_D∨_» 35 0
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " D∨ ") (ParserDescr.cat✝ `term 0))