No valid real EML tree of at most 2 nodes evaluates to
ProvedEmlComplexity.not_attains_two_upto_twoelementary-functionseml-complexityexpression-complexitylower-bound
For every natural number there is no valid closed EML tree with exactly nodes whose real-branch value is . This is a finite check over the trees of size at most : the single node evaluates to , and the two -node trees evaluate to and , both separated from by certified exponential bounds. It is the base chunk of the full lower bound below nodes.
Preamble
import Definitions.Def_EmlComplexity
Formal statement
namespace EmlComplexity theorem not_attains_two_upto_two : ∀ m : ℕ, m ≤ 2 → ¬ Attains (2 : ℝ) m := by sorry end EmlComplexity
Source
Odrzywolek, All elementary functions from a single operator, arXiv:2603.21852 (2026), Section 4.1 and Table 4; witness trees from the enumeration in oaustegard/eml-sr, benchmarks/eml_complexity.md (2026-09-04)