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 ab ac db dc eb ec fb fc l. (forall ics_index_equal_neg_source ics_value0_equal_neg_source ics_value1_equal_neg_source ics_value2_equal_neg_source ics_value3_equal_neg_source. (exists ics_gap_equal_neg_source_bound. ics_gap_equal_neg_source_bound + S (ics_index_equal_neg_source) = (l)) -> (((exists fs_h_ics_equal_neg_source_at0. fs_h_ics_equal_neg_source_at0 + S (ics_value0_equal_neg_source) = S ((S (ics_index_equal_neg_source)) * ac)) /\ exists fs_q_ics_equal_neg_source_at0. ab = fs_q_ics_equal_neg_source_at0 * S ((S (ics_index_equal_neg_source)) * ac) + (ics_value0_equal_neg_source))) -> (((exists fs_h_ics_equal_neg_source_at1. fs_h_ics_equal_neg_source_at1 + S (ics_value1_equal_neg_source) = S ((S (ics_index_equal_neg_source)) * dc)) /\ exists fs_q_ics_equal_neg_source_at1. db = fs_q_ics_equal_neg_source_at1 * S ((S (ics_index_equal_neg_source)) * dc) + (ics_value1_equal_neg_source))) -> (((exists fs_h_ics_equal_neg_source_at2. fs_h_ics_equal_neg_source_at2 + S (ics_value2_equal_neg_source) = S ((S (ics_index_equal_neg_source)) * ec)) /\ exists fs_q_ics_equal_neg_source_at2. eb = fs_q_ics_equal_neg_source_at2 * S ((S (ics_index_equal_neg_source)) * ec) + (ics_value2_equal_neg_source))) -> (((exists fs_h_ics_equal_neg_source_at3. fs_h_ics_equal_neg_source_at3 + S (ics_value3_equal_neg_source) = S ((S (ics_index_equal_neg_source)) * fc)) /\ exists fs_q_ics_equal_neg_source_at3. fb = fs_q_ics_equal_neg_source_at3 * S ((S (ics_index_equal_neg_source)) * fc) + (ics_value3_equal_neg_source))) -> ics_value0_equal_neg_source + ics_value3_equal_neg_source = ics_value2_equal_neg_source + ics_value1_equal_neg_source) -> (forall ics_index_equal_neg_result ics_value0_equal_neg_result ics_value1_equal_neg_result ics_value2_equal_neg_result ics_value3_equal_neg_result. (exists ics_gap_equal_neg_result_bound. ics_gap_equal_neg_result_bound + S (ics_index_equal_neg_result) = (l)) -> (((exists fs_h_ics_equal_neg_result_at0. fs_h_ics_equal_neg_result_at0 + S (ics_value0_equal_neg_result) = S ((S (ics_index_equal_neg_result)) * dc)) /\ exists fs_q_ics_equal_neg_result_at0. db = fs_q_ics_equal_neg_result_at0 * S ((S (ics_index_equal_neg_result)) * dc) + (ics_value0_equal_neg_result))) -> (((exists fs_h_ics_equal_neg_result_at1. fs_h_ics_equal_neg_result_at1 + S (ics_value1_equal_neg_result) = S ((S (ics_index_equal_neg_result)) * ac)) /\ exists fs_q_ics_equal_neg_result_at1. ab = fs_q_ics_equal_neg_result_at1 * S ((S (ics_index_equal_neg_result)) * ac) + (ics_value1_equal_neg_result))) -> (((exists fs_h_ics_equal_neg_result_at2. fs_h_ics_equal_neg_result_at2 + S (ics_value2_equal_neg_result) = S ((S (ics_index_equal_neg_result)) * fc)) /\ exists fs_q_ics_equal_neg_result_at2. fb = fs_q_ics_equal_neg_result_at2 * S ((S (ics_index_equal_neg_result)) * fc) + (ics_value2_equal_neg_result))) -> (((exists fs_h_ics_equal_neg_result_at3. fs_h_ics_equal_neg_result_at3 + S (ics_value3_equal_neg_result) = S ((S (ics_index_equal_neg_result)) * ec)) /\ exists fs_q_ics_equal_neg_result_at3. eb = fs_q_ics_equal_neg_result_at3 * S ((S (ics_index_equal_neg_result)) * ec) + (ics_value3_equal_neg_result))) -> ics_value0_equal_neg_result + ics_value3_equal_neg_result = ics_value2_equal_neg_result + ics_value1_equal_neg_result)Constructive proof overview
Generated structural guide
Swapping positive and negative components preserves actual integer-vector equality, independently of the chosen pair representatives.
The unchanged tactic script uses 2 declared prerequisites and contains 40 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
add_comm Stable theorem; checked-use authorized eq_symm Stable theorem; checked-use authorizedDirect 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.
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–20
03Establish hsourceL21–30
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hequal.
04Use earlier factsL31–32
05Calculate and transport equalitiesL33–33
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L33
trans d + a
06Use earlier factsL34–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L34
apply add_comm
07Calculate and transport equalitiesL35–35
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L35
trans b + c
Original exact command ledger · 40 lines
- 0001
intro ab - 0002
intro ac - 0003
intro db - 0004
intro dc - 0005
intro eb - 0006
intro ec - 0007
intro fb - 0008
intro fc - 0009
intro l - 0010
intro hequal - 0011
intro i - 0012
intro a - 0013
intro b - 0014
intro c - 0015
intro d - 0016
intro hi - 0017
intro ha - 0018
intro hb - 0019
intro hc - 0020
intro hd - 0021
have hsource : b + c = d + a - 0022
specialize hequal (i) - 0023
specialize hequal (b) - 0024
specialize hequal (a) - 0025
specialize hequal (d) - 0026
specialize hequal (c) - 0027
apply hequal - 0028
exact hi - 0029
exact hb - 0030
exact ha - 0031
exact hd - 0032
exact hc - 0033
trans d + a - 0034
apply add_comm - 0035
trans b + c - 0036
specialize eq_symm (b + c) - 0037
specialize eq_symm (d + a) - 0038
apply eq_symm - 0039
exact hsource - 0040
apply add_comm