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 p a b q r s t. a = p * q + r -> b = p * s + t -> r + S t = p -> (exists fsri_factor_complementary_multiple. (a + b + 1) = (p) * fsri_factor_complementary_multiple)Constructive proof overview
Generated structural guide
Two square residues whose canonical remainders are predecessor-complements yield an explicit divisor of their sum plus one.
The unchanged tactic script uses 5 declared prerequisites and contains 21 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Historical empty-context replay experiment only; that experiment persisted no certificate and granted no release authority. Current checked use follows separately sealed, independently verified proof bundles; there is no Stable promotion.
Proof neighborhood
Direct dependencies
mul_add Stable theorem; checked-use authorized add_assoc Stable theorem; checked-use authorized add_succ_left Stable theorem; checked-use authorized mul_one Stable theorem; checked-use authorized add_shuffle_middle 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
02Construct an explicit witnessL11–11
Supply the displayed value, then prove that it has the required property.
- L11
exists (q + s + 1)
03Calculate and transport equalitiesL12–13
04Establish hshuffleL14–16
Original exact command ledger · 21 lines
- 0001
intro p - 0002
intro a - 0003
intro b - 0004
intro q - 0005
intro r - 0006
intro s - 0007
intro t - 0008
intro ha - 0009
intro hb - 0010
intro hcomplement - 0011
exists (q + s + 1) - 0012
rewrite ha - 0013
rewrite hb - 0014
have hshuffle : (p * q + r) + (p * s + t) = (p * q + p * s) + (r + t) - 0015
apply add_shuffle_middle - 0016
rewrite hshuffle - 0017
have hleft : ((p * q + p * s) + (r + t)) + 1 = (p * q + p * s) + (r + S t) - 0018
simp [add_assoc, add_succ_left] - 0019
rewrite hleft - 0020
rewrite hcomplement - 0021
simp [mul_add, mul_one, add_assoc]