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
∀ q. ∀ j. ∃ bit. bit = 1 ∧ Lt(j,q) ∨ bit = 0 ∧ Lt(q,S j)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 q j. exists bit. (((bit = 1 /\ (exists eis_le_gap_initial_segment_point_inside. eis_le_gap_initial_segment_point_inside + (S j) = q)) \/ (bit = 0 /\ (exists eis_lt_gap_initial_segment_point_outside. eis_lt_gap_initial_segment_point_outside + S (q) = S j))))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 (1)
01Fix variables and assumptionsL1–2
02Use earlier factsL3–4
03Separate the logical casesL5–5
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L5
cases le_or_lt
04Construct an explicit witnessL6–6
Supply the displayed value, then prove that it has the required property.
- L6
exists 1
05Separate the logical casesL7–8
06Calculate and transport equalitiesL9–9
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L9
refl
07Use earlier factsL10–10
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
exact le_or_lt_left
08Construct an explicit witnessL11–11
Supply the displayed value, then prove that it has the required property.
- L11
exists 0
09Separate the logical casesL12–13
10Calculate and transport equalitiesL14–14
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L14
refl
11Use earlier factsL15–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
exact le_or_lt_right