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 a b c d e f g h i j k l m n o p. (((((a) + (f)) = ((e) + (b))) /\ (((c) + (h)) = ((g) + (d))))) -> (((((i) + (n)) = ((m) + (j))) /\ (((k) + (p)) = ((o) + (l))))) -> (((((((a) + (j))) + (((f) + (m)))) = ((((e) + (n))) + (((b) + (i))))) /\ (((((c) + (l))) + (((h) + (o)))) = ((((g) + (p))) + (((d) + (k)))))))Constructive proof overview
Generated structural guide
Actual Gaussian subtraction preserves integer representative equivalence in both operands.
The unchanged tactic script uses 2 declared prerequisites and contains 53 exact native proof lines.
Alpha v34 checked-use · first admitted v28 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
integer_span_pair_add_congruence Alpha theorem; checked-use authorized matrix_integer_pair_negation_balance Alpha 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–18
03Separate the logical casesL19–21
04Use earlier factsL22–31
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
specialize integer_span_pair_add_congruence a - L23
specialize integer_span_pair_add_congruence b - L24
specialize integer_span_pair_add_congruence j - L25
specialize integer_span_pair_add_congruence i - L26
specialize integer_span_pair_add_congruence e - L27
specialize integer_span_pair_add_congruence f - L28
specialize integer_span_pair_add_congruence n - L29
specialize integer_span_pair_add_congruence m - L30
apply integer_span_pair_add_congruence - L31
exact hfirst_left
05Use earlier factsL32–41
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L32
specialize matrix_integer_pair_negation_balance i - L33
specialize matrix_integer_pair_negation_balance j - L34
specialize matrix_integer_pair_negation_balance m - L35
specialize matrix_integer_pair_negation_balance n - L36
apply matrix_integer_pair_negation_balance - L37
exact hsecond_left - L38
specialize integer_span_pair_add_congruence c - L39
specialize integer_span_pair_add_congruence d - L40
specialize integer_span_pair_add_congruence l - L41
specialize integer_span_pair_add_congruence k
06Use earlier factsL42–51
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L42
specialize integer_span_pair_add_congruence g - L43
specialize integer_span_pair_add_congruence h - L44
specialize integer_span_pair_add_congruence p - L45
specialize integer_span_pair_add_congruence o - L46
apply integer_span_pair_add_congruence - L47
exact hfirst_right - L48
specialize matrix_integer_pair_negation_balance k - L49
specialize matrix_integer_pair_negation_balance l - L50
specialize matrix_integer_pair_negation_balance o - L51
specialize matrix_integer_pair_negation_balance p
Original exact command ledger · 53 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro e - 0006
intro f - 0007
intro g - 0008
intro h - 0009
intro i - 0010
intro j - 0011
intro k - 0012
intro l - 0013
intro m - 0014
intro n - 0015
intro o - 0016
intro p - 0017
intro hfirst - 0018
intro hsecond - 0019
cases hfirst - 0020
cases hsecond - 0021
split - 0022
specialize integer_span_pair_add_congruence a - 0023
specialize integer_span_pair_add_congruence b - 0024
specialize integer_span_pair_add_congruence j - 0025
specialize integer_span_pair_add_congruence i - 0026
specialize integer_span_pair_add_congruence e - 0027
specialize integer_span_pair_add_congruence f - 0028
specialize integer_span_pair_add_congruence n - 0029
specialize integer_span_pair_add_congruence m - 0030
apply integer_span_pair_add_congruence - 0031
exact hfirst_left - 0032
specialize matrix_integer_pair_negation_balance i - 0033
specialize matrix_integer_pair_negation_balance j - 0034
specialize matrix_integer_pair_negation_balance m - 0035
specialize matrix_integer_pair_negation_balance n - 0036
apply matrix_integer_pair_negation_balance - 0037
exact hsecond_left - 0038
specialize integer_span_pair_add_congruence c - 0039
specialize integer_span_pair_add_congruence d - 0040
specialize integer_span_pair_add_congruence l - 0041
specialize integer_span_pair_add_congruence k - 0042
specialize integer_span_pair_add_congruence g - 0043
specialize integer_span_pair_add_congruence h - 0044
specialize integer_span_pair_add_congruence p - 0045
specialize integer_span_pair_add_congruence o - 0046
apply integer_span_pair_add_congruence - 0047
exact hfirst_right - 0048
specialize matrix_integer_pair_negation_balance k - 0049
specialize matrix_integer_pair_negation_balance l - 0050
specialize matrix_integer_pair_negation_balance o - 0051
specialize matrix_integer_pair_negation_balance p - 0052
apply matrix_integer_pair_negation_balance - 0053
exact hsecond_right