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.
Statement with defined notation
∀ p. ∀ a. ∀ b. ∀ q. ∀ r. ∀ s. ∀ t. a = p · q + r → b = p · s + t → r + S t = p → Dvd(p,a + b + 1)Every purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.
Definitions used by this theorem
In the theorem statement
In local proof propositions
Exact expanded first-order 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)Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay command.
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 defined 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]