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 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))))Structural proof guide
Every position has a constructive exact threshold-indicator bit.
Direct prerequisites: le_or_lt. 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 (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