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
∀ c. ∀ a. ∀ b. Lt(c + a,c + b) → Lt(a,b)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
2 occurrences
In local proof propositions
0 occurrences
Exact expanded native-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)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–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 defined 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