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 first-order arithmetic statement
forall a c. exists x. (((a) = (c) + (x) \/ (c) = (a) + (x)))Constructive proof overview
Generated structural guide
Total natural order supplies an explicit absolute coordinate difference without subtraction.
The unchanged tactic script uses 2 declared prerequisites and contains 19 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Proof neighborhood
Direct dependencies
le_total Stable theorem; checked-use authorized add_comm Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply 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.
01Fix variables and assumptionsL1–2
02Use earlier factsL3–4
03Separate the logical casesL5–6
04Construct an explicit witnessL7–7
Supply the displayed value, then prove that it has the required property.
- L7
exists x
05Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
right
06Calculate and transport equalitiesL9–10
07Use earlier factsL11–12
08Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
cases le_total_right
09Construct an explicit witnessL14–14
Supply the displayed value, then prove that it has the required property.
- L14
exists x
10Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
left
11Calculate and transport equalitiesL16–17
Original exact command ledger · 19 lines
- 0001
intro a - 0002
intro c - 0003
specialize le_total a - 0004
specialize le_total c - 0005
cases le_total - 0006
cases le_total_left - 0007
exists x - 0008
right - 0009
trans x + a - 0010
symm - 0011
exact le_total_left_witness - 0012
apply add_comm - 0013
cases le_total_right - 0014
exists x - 0015
left - 0016
trans x + c - 0017
symm - 0018
exact le_total_right_witness - 0019
apply add_comm