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. ∀ l. ∀ n. Product(b,c,S l,n) → ∃ x. ∃ y. BetaAt(b,c,l,x) ∧ (Product(b,c,l,y) ∧ n = y · 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
3 occurrences
In local proof propositions
3 occurrences
Exact expanded native-PA statement
forall b c l n. (exists u v. (((exists h. h + S 1 = S ((S 0) * v)) /\ exists q. u = q * S ((S 0) * v) + 1) /\ (((exists h. h + S n = S ((S S l) * v)) /\ exists q. u = q * S ((S S l) * v) + n) /\ forall i. (exists h. h + S i = S l) -> exists p r s. (((exists h. h + S p = S ((S i) * c)) /\ exists q. b = q * S ((S i) * c) + p) /\ (((exists h. h + S r = S ((S i) * v)) /\ exists q. u = q * S ((S i) * v) + r) /\ (((exists h. h + S s = S ((S S i) * v)) /\ exists q. u = q * S ((S S i) * v) + s) /\ s = r * p)))))) -> exists p r. (((exists h. h + S p = S ((S l) * c)) /\ exists q. b = q * S ((S l) * c) + p) /\ ((exists u v. (((exists h. h + S 1 = S ((S 0) * v)) /\ exists q. u = q * S ((S 0) * v) + 1) /\ (((exists h. h + S r = S ((S l) * v)) /\ exists q. u = q * S ((S l) * v) + r) /\ forall i. (exists h. h + S i = l) -> exists p r s. (((exists h. h + S p = S ((S i) * c)) /\ exists q. b = q * S ((S i) * c) + p) /\ (((exists h. h + S r = S ((S i) * v)) /\ exists q. u = q * S ((S i) * v) + r) /\ (((exists h. h + S s = S ((S S i) * v)) /\ exists q. u = q * S ((S S i) * v) + s) /\ s = r * p)))))) /\ n = r * p))Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
BT0069 beta_factor_divides_product BT0083 pow_successor_decompose BT0092 factorial_succ_decompose BT00DH beta_product_pointwise_coprime BT00UD primorial_succ_decompose BT00UQ beta_product_prefix_suffix_split BT00VD beta_pairwise_coprime_product_divides_common_multiple BT00X9 beta_product_pointwise_le BT010U beta_product_all_one_exactDefinition-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–5
02Separate the logical casesL6–9
03Establish hstepL10–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hproduct witness witness right right.
- L10
have hstep : ∃ p. ∃ r. ∃ s. BetaAt(b,c,l,p) ∧ (BetaAt(x,x1,l,r) ∧ (BetaAt(x,x1,S l,s) ∧ s = r · p))Definitions: BetaAt(b,c,l,p)BetaAt(x,x1,l,r)BetaAt(x,x1,S l,s)Original native command in the exact edition - L11
specialize hproduct_witness_witness_right_right l - L12
apply hproduct_witness_witness_right_right - L13
specialize le_refl (S l) - L14
exact le_refl
04Separate the logical casesL15–20
05Establish hnL21–29
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
06Construct an explicit witnessL30–31
07Separate the logical casesL32–32
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L32
split
08Use earlier factsL33–33
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L33
exact hstep_witness_witness_witness_left
09Separate the logical casesL34–34
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L34
split
10Construct an explicit witnessL35–36
11Separate the logical casesL37–37
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L37
split
12Use earlier factsL38–38
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L38
exact hproduct_witness_witness_left
13Separate the logical casesL39–39
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L39
split
14Use earlier factsL40–40
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L40
exact hstep_witness_witness_witness_right_left
15Fix variables and assumptionsL41–42
16Use earlier factsL43–48
17Calculate and transport equalitiesL49–49
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L49
trans x4
Original defined command ledger · 51 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro n - 0005
intro hproduct - 0006
cases hproduct - 0007
cases hproduct_witness - 0008
cases hproduct_witness_witness - 0009
cases hproduct_witness_witness_right - 0010
have hstep : ∃ p. ∃ r. ∃ s. BetaAt(b,c,l,p) ∧ (BetaAt(x,x1,l,r) ∧ (BetaAt(x,x1,S l,s) ∧ s = r · p))Exact native replay line
have hstep : exists p r s. (((exists h. h + S p = S ((S l) * c)) /\ exists q. b = q * S ((S l) * c) + p) /\ (((exists h. h + S r = S ((S l) * x1)) /\ exists q. x = q * S ((S l) * x1) + r) /\ (((exists h. h + S s = S ((S S l) * x1)) /\ exists q. x = q * S ((S S l) * x1) + s) /\ s = r * p))) - 0011
specialize hproduct_witness_witness_right_right l - 0012
apply hproduct_witness_witness_right_right - 0013
specialize le_refl (S l) - 0014
exact le_refl - 0015
cases hstep - 0016
cases hstep_witness - 0017
cases hstep_witness_witness - 0018
cases hstep_witness_witness_witness - 0019
cases hstep_witness_witness_witness_right - 0020
cases hstep_witness_witness_witness_right_right - 0021
have hn : n = x4 - 0022
specialize beta_at_unique x - 0023
specialize beta_at_unique x1 - 0024
specialize beta_at_unique (S l) - 0025
specialize beta_at_unique n - 0026
specialize beta_at_unique x4 - 0027
apply beta_at_unique - 0028
exact hproduct_witness_witness_right_left - 0029
exact hstep_witness_witness_witness_right_right_left - 0030
exists x2 - 0031
exists x3 - 0032
split - 0033
exact hstep_witness_witness_witness_left - 0034
split - 0035
exists x - 0036
exists x1 - 0037
split - 0038
exact hproduct_witness_witness_left - 0039
split - 0040
exact hstep_witness_witness_witness_right_left - 0041
intro i - 0042
intro hi - 0043
specialize hproduct_witness_witness_right_right i - 0044
apply hproduct_witness_witness_right_right - 0045
specialize le_succ (S i) - 0046
specialize le_succ l - 0047
apply le_succ - 0048
exact hi - 0049
trans x4 - 0050
exact hn - 0051
exact hstep_witness_witness_witness_right_right_right