Encyclopedia Mathematics Mathematics Complex Analysis From Rs Complex Dim Eq Dm1

ARTICLE 3 claims 2 theorems 1 model

Mathematics Complex Analysis From Rs Complex Dim Eq Dm1

Complex numbers are two-dimensional, and the framework's formal library records that fact as a theorem about its own model.

The dimension of the complex plane

Complex numbers are the workhorse of analysis. A complex number is written a + bi, with a and b ordinary real numbers and i the imaginary unit, i² = -1. Because it takes two real numbers to specify one complex number, mathematicians say the complex plane is two-dimensional. The theorem complexDim_eq_Dm1 in the framework's machine-checked library of formal theorems records exactly this: its declaration complexDim is defined to be 2, and the theorem states that 2 = 3 - 1.

The theorem is proved by a direct computation, not by deep reasoning. The library defines a natural number complexDim and sets it to 2; the theorem then checks that 2 equals 3 minus 1. This is a formal, axiom-clean statement: the proof uses no special assumptions beyond the standard logical axioms of the ambient type theory. The declaration also bundles this with a companion fact: the library counts five canonical theorems of complex analysis (Cauchy's integral theorem, the residue theorem, the Riemann mapping theorem, Liouville's theorem, and the maximum modulus principle) and records that this count is 5.

In the Recognition Science framework, complex numbers are modeled as a phase space for recognition events: each complex number carries an amplitude and a phase. The framework's account identifies the two real dimensions of the complex plane with the number 2, which it derives as one less than the spatial dimension 3. The declaration complexDim_eq_Dm1 is the formal anchor for that identification: it states, in the library's own terms, that the complex dimension equals 3 minus 1.

What the theorem does not do is prove that complex analysis is two-dimensional from first principles. It takes the definition complexDim := 2 as given and proves the arithmetic identity 2 = 3 - 1. The deeper claim, that the complex plane's dimension is forced by the framework's spatial dimension, is a modeling choice recorded in the library, not a theorem about the nature of complex numbers. The declaration also does not establish that the five named theorems are true; it only counts them as five distinct items in the library's inductive type.

THEOREM complexDim_eq_Dm1 · IndisputableMonolith/Mathematics/ComplexAnalysisFromRS.lean
theorem complexDim_eq_Dm1 : complexDim = 3 - 1 := by decide
MODEL complexDim · IndisputableMonolith/Mathematics/ComplexAnalysisFromRS.lean
/-- Complex plane dimension = D-1 = 2. -/
def complexDim : ℕ := 2
THEOREM complexTheoremCount · IndisputableMonolith/Mathematics/ComplexAnalysisFromRS.lean
theorem complexTheoremCount : Fintype.card ComplexTheoremRS = 5 := by decide

What this page does not claim

The theorem does not prove that complex analysis is two-dimensional from first principles. The theorem does not establish the truth of the five named complex analysis theorems. The theorem does not derive the value 2 from the framework's spatial dimension; it only records the arithmetic identity.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Mathematics/ComplexAnalysisFromRS.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND