Identifier
F:complex-geom-series-div
Proof route
kernel-lean
External status
proved
Axiom footprint
Empty

Recorded description

For a constructed complex number x and naturals n, m with m witnessing normSq(1 - x) positively bounded away from zero, sum_{i<n} x^i is Complex.Equiv-equivalent to (1 - x^n) / (1 - x), where division uses the witness m. Derived directly from F:complex-mul-sub-one-geom by dividing both sides by (1-x); the first internal Complex-to-Complex citation in this batch.

Formal statement
theorem Complex.geom_series_div : ((x0 : Complex) -> ((x1 : AxNat) -> ((x2 : AxNat) -> ((x3 : CReal.PosBound (Complex.normSq (Complex.add Complex.one (Complex.neg x0))) x2) -> Complex.Equiv (Complex.sumRange (fun (x4 : AxNat) => Complex.pow x0 x4) x1) (Complex.div (Complex.add Complex.one (Complex.neg (Complex.pow x0 x1))) (Complex.add Complex.one (Complex.neg x0)) x2 x3)))))

Dependencies

The graph shows direct ledger edges. Follow a node to open its artifact page.

Direct dependencies appear to the left. The current fact is in the center. Facts that depend directly on it appear to the right. CReal.Equiv-lifted equivalence Complex.Equiv is symmetric Complex.Equiv is transitive A witnessed multiplicative inve Multiplication on the construct Multiplication on the construct Multiplication on the construct One is a right multiplicative i Current fact
9 direct dependencies 0 direct dependents Graph shows the first 8 on each side.

Evidence

kernel-Complex.geom_series_div

Kind
kernel-term
Status
checked

Supports: Complex.geom_series_div is admitted by the trusted kernel gate with the type recorded in formal.statement.

Checker command
cargo run -q --release -p axeyum-lean-kernel --example theorem_dependency_inventory -- Complex.geom_series_div 2>/dev/null | grep -cE '^Complex\.geom_series_div[[:space:]]'
Evidence notes

`build_complex_prelude` admits Complex.geom_series_div through the trusted `Kernel::add_declaration` gate, which re-checks the proof term against the stated type, so a line in this tool's output for the exact name is a machine-checked proof having been admitted. `theorem_dependency_inventory` builds creal/complex/cpoint (extended 2026-08-25); it exits non-zero for a named filter that matches nothing, and `grep -c` (never `-q`) independently asserts the exact tab-anchored line is present. `--release` is MANDATORY: building the constructed carriers recurses deep enough in a debug build to overflow the default thread stack (measured on this tree: release exits 0, debug SIGABRTs at 134) -- the same resource-limit gotcha documented for `prelude_theorem_inventory --include-constructed`.

footprint-Complex.geom_series_div

Kind
exhaustive-enumeration
Status
checked

Supports: axiom_footprint: [] -- the Complex prelude's trusted surface is empty

Checker command
cargo run -q --release -p axeyum-lean-kernel --example nat_axiom_inventory -- --include-constructed --require-axiom-free complex
Evidence notes

`nat_axiom_inventory --include-constructed` builds the Complex environment as its own group and reports `complex: axiom=0 opaque=0 quotient=0 total_trusted=0` (re-measured on this tree). That bounds every individual Complex theorem's footprint by [], since a theorem cannot depend on a trusted declaration the environment does not contain, and the enumeration covers Axiom, Opaque AND Quotient, not just Declaration::Axiom. `--include-constructed` is REQUIRED here -- without it `--require-axiom-free complex` is an error (verified: exit 1, '"complex" is not enumerated by this run'), not a silent pass, because complex is not built at all without the flag; this is the standing trap of an empty/absent result reading as a strong negative when the tool was never pointed at the subject.

Provenance

{
  "date": "2026-08-25",
  "established_by": "axeyum-lean-kernel build_complex_prelude",
  "source": "theorem name and dependency edges from theorem_dependency_inventory (builds creal/complex/cpoint); canonical type read via a standalone probe binary depending on axeyum-lean-kernel by path, calling only its public Kernel API (environment(), display_name(), render_lean(), axiom_footprint()) -- no in-tree example prints Complex/CPoint theorem types; crates/ source was not touched to produce this batch."
}