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 b c d e u v p. (forall fms_s_sumset. (exists fms_gap_sumset_s. fms_gap_sumset_s + S (fms_s_sumset) = (p)) -> ((((((exists fs_h_fms_sumset_result. fs_h_fms_sumset_result + S (1) = S ((S (fms_s_sumset)) * v)) /\ exists fs_q_fms_sumset_result. u = fs_q_fms_sumset_result * S ((S (fms_s_sumset)) * v) + (1))) -> (exists fms_i_sumset fms_j_sumset. ((((exists fms_gap_sumset_left. fms_gap_sumset_left + S (fms_i_sumset) = (p)) /\ (((exists fs_h_fms_sumset_left. fs_h_fms_sumset_left + S (1) = S ((S (fms_i_sumset)) * c)) /\ exists fs_q_fms_sumset_left. b = fs_q_fms_sumset_left * S ((S (fms_i_sumset)) * c) + (1))))) /\ ((((exists fms_gap_sumset_right. fms_gap_sumset_right + S (fms_j_sumset) = (p)) /\ (((exists fs_h_fms_sumset_right. fs_h_fms_sumset_right + S (1) = S ((S (fms_j_sumset)) * e)) /\ exists fs_q_fms_sumset_right. d = fs_q_fms_sumset_right * S ((S (fms_j_sumset)) * e) + (1))))) /\ (exists fms_u_sumset fms_v_sumset. (fms_i_sumset + fms_j_sumset) + (p) * fms_u_sumset = (fms_s_sumset) + (p) * fms_v_sumset))))) /\ ((exists fms_i_sumset fms_j_sumset. ((((exists fms_gap_sumset_left. fms_gap_sumset_left + S (fms_i_sumset) = (p)) /\ (((exists fs_h_fms_sumset_left. fs_h_fms_sumset_left + S (1) = S ((S (fms_i_sumset)) * c)) /\ exists fs_q_fms_sumset_left. b = fs_q_fms_sumset_left * S ((S (fms_i_sumset)) * c) + (1))))) /\ ((((exists fms_gap_sumset_right. fms_gap_sumset_right + S (fms_j_sumset) = (p)) /\ (((exists fs_h_fms_sumset_right. fs_h_fms_sumset_right + S (1) = S ((S (fms_j_sumset)) * e)) /\ exists fs_q_fms_sumset_right. d = fs_q_fms_sumset_right * S ((S (fms_j_sumset)) * e) + (1))))) /\ (exists fms_u_sumset fms_v_sumset. (fms_i_sumset + fms_j_sumset) + (p) * fms_u_sumset = (fms_s_sumset) + (p) * fms_v_sumset)))) -> (((exists fs_h_fms_sumset_result. fs_h_fms_sumset_result + S (1) = S ((S (fms_s_sumset)) * v)) /\ exists fs_q_fms_sumset_result. u = fs_q_fms_sumset_result * S ((S (fms_s_sumset)) * v) + (1))))))) -> (forall fms_i_cover fms_j_cover fms_s_cover. (exists fms_gap_cover_i. fms_gap_cover_i + S (fms_i_cover) = (p)) -> (exists fms_gap_cover_j. fms_gap_cover_j + S (fms_j_cover) = (p)) -> (exists fms_gap_cover_s. fms_gap_cover_s + S (fms_s_cover) = (p)) -> (((exists fs_h_fms_cover_left. fs_h_fms_cover_left + S (1) = S ((S (fms_i_cover)) * c)) /\ exists fs_q_fms_cover_left. b = fs_q_fms_cover_left * S ((S (fms_i_cover)) * c) + (1))) -> (((exists fs_h_fms_cover_right. fs_h_fms_cover_right + S (1) = S ((S (fms_j_cover)) * e)) /\ exists fs_q_fms_cover_right. d = fs_q_fms_cover_right * S ((S (fms_j_cover)) * e) + (1))) -> (exists fms_u_cover fms_v_cover. (fms_i_cover + fms_j_cover) + (p) * fms_u_cover = (fms_s_cover) + (p) * fms_v_cover) -> (((exists fs_h_fms_cover_result. fs_h_fms_cover_result + S (1) = S ((S (fms_s_cover)) * v)) /\ exists fs_q_fms_cover_result. u = fs_q_fms_cover_result * S ((S (fms_s_cover)) * v) + (1))))Constructive proof overview
Generated structural guide
An exact actual sumset contains each witnessed canonical sum of input members.
The unchanged tactic script uses 0 declared prerequisites and contains 34 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · 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.
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–17
03Establish heL18–21
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hsum.
- L18
have he : (BetaAt(u,v,z,1) → ∃ x. ∃ y. ModularSetMember(b,c,p,x) ∧ (ModularSetMember(d,e,p,y) ∧ ModEq(p,x + y,z))) ∧ ((∃ x. ∃ y. ModularSetMember(b,c,p,x) ∧ (ModularSetMember(d,e,p,y) ∧ ModEq(p,x + y,z))) → BetaAt(u,v,z,1))Definitions: ModularSetMemberModEqBetaAt - L19
specialize hsum z - L20
apply hsum - L21
exact hz
04Separate the logical casesL22–22
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L22
cases he
05Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
apply he_right
06Construct an explicit witnessL24–25
07Separate the logical casesL26–27
08Use earlier factsL28–29
09Separate the logical casesL30–31
Original exact command ledger · 34 lines
- 0001
intro b - 0002
intro c - 0003
intro d - 0004
intro e - 0005
intro u - 0006
intro v - 0007
intro p - 0008
intro hsum - 0009
intro a - 0010
intro w - 0011
intro z - 0012
intro ha - 0013
intro hw - 0014
intro hz - 0015
intro hA - 0016
intro hB - 0017
intro hmod - 0018
have he : (((((exists fs_h_fms_sumset_cover. fs_h_fms_sumset_cover + S (1) = S ((S (z)) * v)) /\ exists fs_q_fms_sumset_cover. u = fs_q_fms_sumset_cover * S ((S (z)) * v) + (1))) -> (exists a v. (((exists fms_gap_member. fms_gap_member + S (a) = (p)) /\ (((exists fs_h_fms_member. fs_h_fms_member + S (1) = S ((S (a)) * c)) /\ exists fs_q_fms_member. b = fs_q_fms_member * S ((S (a)) * c) + (1))))) /\ ((((exists fms_gap_member. fms_gap_member + S (v) = (p)) /\ (((exists fs_h_fms_member. fs_h_fms_member + S (1) = S ((S (v)) * e)) /\ exists fs_q_fms_member. d = fs_q_fms_member * S ((S (v)) * e) + (1))))) /\ (exists fms_u_mod fms_v_mod. (a+v) + (p) * fms_u_mod = (z) + (p) * fms_v_mod)))) /\ ((exists a v. (((exists fms_gap_member. fms_gap_member + S (a) = (p)) /\ (((exists fs_h_fms_member. fs_h_fms_member + S (1) = S ((S (a)) * c)) /\ exists fs_q_fms_member. b = fs_q_fms_member * S ((S (a)) * c) + (1))))) /\ ((((exists fms_gap_member. fms_gap_member + S (v) = (p)) /\ (((exists fs_h_fms_member. fs_h_fms_member + S (1) = S ((S (v)) * e)) /\ exists fs_q_fms_member. d = fs_q_fms_member * S ((S (v)) * e) + (1))))) /\ (exists fms_u_mod fms_v_mod. (a+v) + (p) * fms_u_mod = (z) + (p) * fms_v_mod))) -> (((exists fs_h_fms_sumset_cover. fs_h_fms_sumset_cover + S (1) = S ((S (z)) * v)) /\ exists fs_q_fms_sumset_cover. u = fs_q_fms_sumset_cover * S ((S (z)) * v) + (1))))) - 0019
specialize hsum z - 0020
apply hsum - 0021
exact hz - 0022
cases he - 0023
apply he_right - 0024
exists a - 0025
exists w - 0026
split - 0027
split - 0028
exact ha - 0029
exact hA - 0030
split - 0031
split - 0032
exact hw - 0033
exact hB - 0034
exact hmod