GF0021

gaussian_ring_raw_add_associative

Alpha v34 independently verified · alpha_closed; checked-use authorized; not Stable

Actual signed-coordinate Gaussian sums associate by proved natural addition identities.

Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved. Exact original first-admission records.

Exact expanded first-order arithmetic statement

forall ap an bp bn cp cn dp dn ep en fp fn. (((((((((ap) + (cp))) + (ep))) + (((an) + (((cn) + (en)))))) = ((((ap) + (((cp) + (ep))))) + (((((an) + (cn))) + (en))))) /\ (((((((bp) + (dp))) + (fp))) + (((bn) + (((dn) + (fn)))))) = ((((bp) + (((dp) + (fp))))) + (((((bn) + (dn))) + (fn)))))))

Constructive proof overview

Generated structural guide

Actual signed-coordinate Gaussian sums associate by proved natural addition identities.

The unchanged tactic script uses 1 declared prerequisite and contains 15 exact native proof lines.

Alpha v34 checked-use · first admitted v30 · independently kernel and Lean verified; not Stable

Proof neighborhood

Direct dependencies

add_assoc Stable theorem; checked-use authorized

Direct dependents

Formal native tactic body

Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.

Read the argument

Proof checkpoints

15 script commands · 4 reading checkpoints · 0 local claims

This is a reading aid, not a new proof or a proof-tree certificate. Checkpoint groups are consecutive commands, not inferred branch boundaries. Every step links to the preserved script.

01Fix variables and assumptionsL1–10

Work with arbitrary variables or the premises of the current implication.

  1. L1
    intro ap
  2. L2
    intro an
  3. L3
    intro bp
  4. L4
    intro bn
  5. L5
    intro cp
  6. L6
    intro cn
  7. L7
    intro dp
  8. L8
    intro dn
  9. L9
    intro ep
  10. L10
    intro en
02Fix variables and assumptionsL11–12

Work with arbitrary variables or the premises of the current implication.

  1. L11
    intro fp
  2. L12
    intro fn
03Separate the logical casesL13–13

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L13
    split
04Calculate and transport equalitiesL14–15

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L14
    simp [add_assoc]
  2. L15
    simp [add_assoc]

Library-wide reading audit

Original exact command ledger · 15 lines
  1. 0001intro ap
  2. 0002intro an
  3. 0003intro bp
  4. 0004intro bn
  5. 0005intro cp
  6. 0006intro cn
  7. 0007intro dp
  8. 0008intro dn
  9. 0009intro ep
  10. 0010intro en
  11. 0011intro fp
  12. 0012intro fn
  13. 0013split
  14. 0014simp [add_assoc]
  15. 0015simp [add_assoc]