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
∀ b. ∀ c. ∀ i. ∃ x. BetaAt(b,c,i,x)Every purple notation token opens its conservative definition. Expanding the displayed statement recovers the exact first-order Peano-arithmetic formula checked by the unchanged kernel.
Definitions used by this theorem
In the theorem statement
1 occurrences
In local proof propositions
1 occurrences
Exact expanded native-PA statement
forall b c i. exists x. ((exists h. h + S x = S ((S i) * c)) /\ exists q. b = q * S ((S i) * c) + x)Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. Every changed line has an exact-AST conservative-expansion receipt; the kernel still receives the immutable original tactic script.
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 (3)
01Fix variables and assumptionsL1–3
02Establish hm0L4–9
Establish this local claim before using it. It is not an additional assumption.
03Establish hdivL10–12
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply division remainder exists.
- L10
have hdiv : ∃ q. ∃ r. DivRem(b,S (S i · c),q,r)Definitions: DivRem(b,S (S i · c),q,r)Original native command in the exact edition - L11
apply division_remainder_exists - L12
exact hm0
04Separate the logical casesL13–15
05Construct an explicit witnessL16–16
Supply the displayed value, then prove that it has the required property.
- L16
exists x1
06Separate the logical casesL17–17
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L17
split
07Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
exact hdiv_witness_witness_right
08Construct an explicit witnessL19–19
Supply the displayed value, then prove that it has the required property.
- L19
exists x
09Calculate and transport equalitiesL20–20
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L20
trans S ((S i) * c) * x + x1
10Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact hdiv_witness_witness_left
11Calculate and transport equalitiesL22–22
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L22
congr
12Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
apply mul_comm
13Calculate and transport equalitiesL24–24
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L24
refl
Original defined command ledger · 24 lines
- 0001
intro b - 0002
intro c - 0003
intro i - 0004
have hm0 : ~(S ((S i) * c) = 0) - 0005
specialize beta_modulus_nonzero c - 0006
specialize beta_modulus_nonzero i - 0007
exact beta_modulus_nonzero - 0008
specialize division_remainder_exists (S ((S i) * c)) - 0009
specialize division_remainder_exists b - 0010
have hdiv : ∃ q. ∃ r. DivRem(b,S (S i · c),q,r)Exact native replay line
have hdiv : exists q r. b = S ((S i) * c) * q + r /\ exists h. h + S r = S ((S i) * c) - 0011
apply division_remainder_exists - 0012
exact hm0 - 0013
cases hdiv - 0014
cases hdiv_witness - 0015
cases hdiv_witness_witness - 0016
exists x1 - 0017
split - 0018
exact hdiv_witness_witness_right - 0019
exists x - 0020
trans S ((S i) * c) * x + x1 - 0021
exact hdiv_witness_witness_left - 0022
congr - 0023
apply mul_comm - 0024
refl