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 PA statement
forall c a b. (exists bcf_lt_gap_b5altcl_source. bcf_lt_gap_b5altcl_source + S (c + a) = c + b) -> (exists bcf_lt_gap_b5altcl_result. bcf_lt_gap_b5altcl_result + S (a) = b)Structural proof guide
A common left summand cancels from strict witness order.
Direct prerequisites: add_assoc, add_comm, add_left_cancel. The authored body proceeds by case analysis (1).
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are hypotheses of the historical Alpha-v12 body receipt. The complete historical Alpha-v18 proof bundle independently checks every dependency; current Alpha v25 preserves that checked theorem use without changing 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.
Named ingredients (3)
01Fix variables and assumptionsL1–4
02Separate the logical casesL5–5
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L5
cases hsource
03Construct an explicit witnessL6–6
Supply the displayed value, then prove that it has the required property.
- L6
exists x
04Use earlier factsL7–10
05Calculate and transport equalitiesL11–14
06Use earlier factsL15–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
apply PA4
07Calculate and transport equalitiesL16–16
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L16
trans S (c + (x + a))
08Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
apply PA4
09Calculate and transport equalitiesL18–21
10Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
apply add_assoc
11Calculate and transport equalitiesL23–24
12Use earlier factsL25–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
apply add_comm
13Calculate and transport equalitiesL26–26
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L26
refl
14Use earlier factsL27–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L27
apply add_assoc
15Calculate and transport equalitiesL28–28
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L28
symm
Original exact command ledger · 30 lines
- 0001
intro c - 0002
intro a - 0003
intro b - 0004
intro hsource - 0005
cases hsource - 0006
exists x - 0007
specialize add_left_cancel c - 0008
specialize add_left_cancel (x + S a) - 0009
specialize add_left_cancel b - 0010
apply add_left_cancel - 0011
trans x + S (c + a) - 0012
trans c + S (x + a) - 0013
congr - 0014
refl - 0015
apply PA4 - 0016
trans S (c + (x + a)) - 0017
apply PA4 - 0018
trans S (x + (c + a)) - 0019
congr - 0020
trans (c + x) + a - 0021
symm - 0022
apply add_assoc - 0023
trans (x + c) + a - 0024
congr - 0025
apply add_comm - 0026
refl - 0027
apply add_assoc - 0028
symm - 0029
apply PA4 - 0030
exact hsource_witness