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 i. exists p n. ((((exists ff_even_mce_term_result. i = 2 * ff_even_mce_term_result) /\ (p = (ap) * (bp) + (an) * (bn) /\ n = (ap) * (bn) + (an) * (bp))) \/ ((exists ff_odd_mce_term_result. i = 2 * ff_odd_mce_term_result + 1) /\ (p = (ap) * (bn) + (an) * (bp) /\ n = (ap) * (bp) + (an) * (bn)))) /\ forall r s. (((exists ff_even_mce_term_other. i = 2 * ff_even_mce_term_other) /\ (r = (ap) * (bp) + (an) * (bn) /\ s = (ap) * (bn) + (an) * (bp))) \/ ((exists ff_odd_mce_term_other. i = 2 * ff_odd_mce_term_other + 1) /\ (r = (ap) * (bn) + (an) * (bp) /\ s = (ap) * (bp) + (an) * (bn)))) -> (p = r /\ n = s))Constructive proof overview
Generated structural guide
Every arbitrary genuinely signed cofactor term has exactly one parity-correct subtraction-free component pair.
The unchanged tactic script uses 2 declared prerequisites and contains 31 exact native proof lines.
Alpha v34 checked-use · first admitted v25 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
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
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.
Named ingredients (2)
01Fix variables and assumptionsL1–5
02Use earlier factsL6–10
Instantiate or apply named facts and discharge the corresponding proof obligations.
03Separate the logical casesL11–12
04Construct an explicit witnessL13–14
05Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
split
06Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
exact signed_alternating_cofactor_term_exists_witness_witness
07Fix variables and assumptionsL17–19
08Use earlier factsL20–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
specialize signed_alternating_cofactor_term_functional ap - L21
specialize signed_alternating_cofactor_term_functional an - L22
specialize signed_alternating_cofactor_term_functional bp - L23
specialize signed_alternating_cofactor_term_functional bn - L24
specialize signed_alternating_cofactor_term_functional i - L25
specialize signed_alternating_cofactor_term_functional x - L26
specialize signed_alternating_cofactor_term_functional x1 - L27
specialize signed_alternating_cofactor_term_functional r - L28
specialize signed_alternating_cofactor_term_functional s - L29
apply signed_alternating_cofactor_term_functional
Original exact command ledger · 31 lines
- 0001
intro ap - 0002
intro an - 0003
intro bp - 0004
intro bn - 0005
intro i - 0006
specialize signed_alternating_cofactor_term_exists ap - 0007
specialize signed_alternating_cofactor_term_exists an - 0008
specialize signed_alternating_cofactor_term_exists bp - 0009
specialize signed_alternating_cofactor_term_exists bn - 0010
specialize signed_alternating_cofactor_term_exists i - 0011
cases signed_alternating_cofactor_term_exists - 0012
cases signed_alternating_cofactor_term_exists_witness - 0013
exists x - 0014
exists x1 - 0015
split - 0016
exact signed_alternating_cofactor_term_exists_witness_witness - 0017
intro r - 0018
intro s - 0019
intro hother - 0020
specialize signed_alternating_cofactor_term_functional ap - 0021
specialize signed_alternating_cofactor_term_functional an - 0022
specialize signed_alternating_cofactor_term_functional bp - 0023
specialize signed_alternating_cofactor_term_functional bn - 0024
specialize signed_alternating_cofactor_term_functional i - 0025
specialize signed_alternating_cofactor_term_functional x - 0026
specialize signed_alternating_cofactor_term_functional x1 - 0027
specialize signed_alternating_cofactor_term_functional r - 0028
specialize signed_alternating_cofactor_term_functional s - 0029
apply signed_alternating_cofactor_term_functional - 0030
exact signed_alternating_cofactor_term_exists_witness_witness - 0031
exact hother
Separate complete second-wave branches: Full T13 proof · Alpha v27.