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
∀ a. ∀ l. ∃ b. ∃ c. Repeat(b,c,a,l)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
0 occurrences
Exact expanded native-PA statement
forall a l. exists b c. (forall ff_i_r. (exists ff_lt_r_bound. ff_lt_r_bound + S ff_i_r = l) -> (((exists ff_h_r_decoded. ff_h_r_decoded + S (a) = S ((S (ff_i_r)) * c)) /\ exists ff_q_r_decoded. b = ff_q_r_decoded * S ((S (ff_i_r)) * c) + (a))))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 (2)
01Fix variables and assumptionsL1–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro a
02Induction on lL2–2
Split the argument into the base and successor obligations. The induction hypothesis is available only in the successor branch.
- L2
induction l
03Construct an explicit witnessL3–4
04Use earlier factsL5–9
05Calculate and transport equalitiesL10–10
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L10
refl
06Separate the logical casesL11–12
07Use earlier factsL13–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
08Calculate and transport equalitiesL19–19
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L19
refl
09Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
exact IH_witness_witness
Original defined command ledger · 20 lines
- 0001
intro a - 0002
induction l - 0003
exists 0 - 0004
exists 0 - 0005
specialize beta_repeat_empty 0 - 0006
specialize beta_repeat_empty 0 - 0007
specialize beta_repeat_empty a - 0008
specialize beta_repeat_empty 0 - 0009
apply beta_repeat_empty - 0010
refl - 0011
cases IH - 0012
cases IH_witness - 0013
specialize beta_repeat_succ_extend x - 0014
specialize beta_repeat_succ_extend x1 - 0015
specialize beta_repeat_succ_extend a - 0016
specialize beta_repeat_succ_extend l - 0017
specialize beta_repeat_succ_extend (S l) - 0018
apply beta_repeat_succ_extend - 0019
refl - 0020
exact IH_witness_witness