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 h e j s u U v V t a b c d. (exists cfc_state_at_unique_one. ((exists cfc_left_at_unique_onecode cfc_right_at_unique_onecode cfc_matrix_at_unique_onecode. ((cfc_left_at_unique_onecode = ((u) + (U)) * S ((u) + (U)) + ((U) + (U))) /\ ((cfc_right_at_unique_onecode = ((v) + (V)) * S ((v) + (V)) + ((V) + (V))) /\ ((cfc_matrix_at_unique_onecode = ((cfc_left_at_unique_onecode) + (cfc_right_at_unique_onecode)) * S ((cfc_left_at_unique_onecode) + (cfc_right_at_unique_onecode)) + ((cfc_right_at_unique_onecode) + (cfc_right_at_unique_onecode))) /\ ((cfc_state_at_unique_one) = ((s) + (cfc_matrix_at_unique_onecode)) * S ((s) + (cfc_matrix_at_unique_onecode)) + ((cfc_matrix_at_unique_onecode) + (cfc_matrix_at_unique_onecode))))))) /\ (((exists ff_h_at_unique_oneentry. ff_h_at_unique_oneentry + S (cfc_state_at_unique_one) = S ((S (j)) * e)) /\ exists ff_q_at_unique_oneentry. h = ff_q_at_unique_oneentry * S ((S (j)) * e) + (cfc_state_at_unique_one))))) -> (exists cfc_state_at_unique_two. ((exists cfc_left_at_unique_twocode cfc_right_at_unique_twocode cfc_matrix_at_unique_twocode. ((cfc_left_at_unique_twocode = ((a) + (b)) * S ((a) + (b)) + ((b) + (b))) /\ ((cfc_right_at_unique_twocode = ((c) + (d)) * S ((c) + (d)) + ((d) + (d))) /\ ((cfc_matrix_at_unique_twocode = ((cfc_left_at_unique_twocode) + (cfc_right_at_unique_twocode)) * S ((cfc_left_at_unique_twocode) + (cfc_right_at_unique_twocode)) + ((cfc_right_at_unique_twocode) + (cfc_right_at_unique_twocode))) /\ ((cfc_state_at_unique_two) = ((t) + (cfc_matrix_at_unique_twocode)) * S ((t) + (cfc_matrix_at_unique_twocode)) + ((cfc_matrix_at_unique_twocode) + (cfc_matrix_at_unique_twocode))))))) /\ (((exists ff_h_at_unique_twoentry. ff_h_at_unique_twoentry + S (cfc_state_at_unique_two) = S ((S (j)) * e)) /\ exists ff_q_at_unique_twoentry. h = ff_q_at_unique_twoentry * S ((S (j)) * e) + (cfc_state_at_unique_two))))) -> ((s = t) /\ ((u = a) /\ ((U = b) /\ ((v = c) /\ (V = d)))))Constructive proof overview
Generated structural guide
Every beta index of the genuine convergent computation has unique decoded quotient-list and matrix entries.
The unchanged tactic script uses 2 declared prerequisites and contains 43 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
beta_at_unique Stable theorem; checked-use authorized BA0030 cf_convergent_state_code_injectiveDirect 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 (1)
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–15
03Separate the logical casesL16–19
04Establish hzL20–29
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
- L20
have hz : x = x1 - L21
specialize beta_at_unique (h) - L22
specialize beta_at_unique (e) - L23
specialize beta_at_unique (j) - L24
specialize beta_at_unique (x) - L25
specialize beta_at_unique (x1) - L26
apply beta_at_unique - L27
exact h1_witness_right - L28
exact h2_witness_right - L29
specialize cf_convergent_state_code_injective (s)
05Use earlier factsL30–39
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
specialize cf_convergent_state_code_injective (u) - L31
specialize cf_convergent_state_code_injective (U) - L32
specialize cf_convergent_state_code_injective (v) - L33
specialize cf_convergent_state_code_injective (V) - L34
specialize cf_convergent_state_code_injective (t) - L35
specialize cf_convergent_state_code_injective (a) - L36
specialize cf_convergent_state_code_injective (b) - L37
specialize cf_convergent_state_code_injective (c) - L38
specialize cf_convergent_state_code_injective (d) - L39
specialize cf_convergent_state_code_injective (x)
06Use earlier factsL40–41
07Calculate and transport equalitiesL42–42
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L42
rewrite hz
08Use earlier factsL43–43
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L43
exact h2_witness_left
Original exact command ledger · 43 lines
- 0001
intro h - 0002
intro e - 0003
intro j - 0004
intro s - 0005
intro u - 0006
intro U - 0007
intro v - 0008
intro V - 0009
intro t - 0010
intro a - 0011
intro b - 0012
intro c - 0013
intro d - 0014
intro h1 - 0015
intro h2 - 0016
cases h1 - 0017
cases h2 - 0018
cases h1_witness - 0019
cases h2_witness - 0020
have hz : x = x1 - 0021
specialize beta_at_unique (h) - 0022
specialize beta_at_unique (e) - 0023
specialize beta_at_unique (j) - 0024
specialize beta_at_unique (x) - 0025
specialize beta_at_unique (x1) - 0026
apply beta_at_unique - 0027
exact h1_witness_right - 0028
exact h2_witness_right - 0029
specialize cf_convergent_state_code_injective (s) - 0030
specialize cf_convergent_state_code_injective (u) - 0031
specialize cf_convergent_state_code_injective (U) - 0032
specialize cf_convergent_state_code_injective (v) - 0033
specialize cf_convergent_state_code_injective (V) - 0034
specialize cf_convergent_state_code_injective (t) - 0035
specialize cf_convergent_state_code_injective (a) - 0036
specialize cf_convergent_state_code_injective (b) - 0037
specialize cf_convergent_state_code_injective (c) - 0038
specialize cf_convergent_state_code_injective (d) - 0039
specialize cf_convergent_state_code_injective (x) - 0040
apply cf_convergent_state_code_injective - 0041
exact h1_witness_left - 0042
rewrite hz - 0043
exact h2_witness_left