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
∀ x. ∀ k. ∀ e. CeilDivSix(x,e) → Le(6 · k,x) → Le(k,e)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
3 occurrences
In local proof propositions
1 occurrences
Exact expanded native-PA statement
forall x k e. (((exists bcs_lower_gap_hj32_ceil_budget_source. bcs_lower_gap_hj32_ceil_budget_source + (x) = 6 * (e)) /\ exists bcs_upper_gap_hj32_ceil_budget_source. bcs_upper_gap_hj32_ceil_budget_source + S (6 * (e)) = (x) + 6)) -> (exists bqb_le_gap_hj32_ceil_budget_scaled. bqb_le_gap_hj32_ceil_budget_scaled + (6 * k) = (x)) -> (exists bqb_le_gap_hj32_ceil_budget_result. bqb_le_gap_hj32_ceil_budget_result + (k) = (e))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–5
02Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
cases hceiling
03Establish hscaled_to_ceilingL7–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le trans.
- L7
have hscaled_to_ceiling : Le(6 · k,6 · e)Definitions: Le(6 · k,6 · e)Original native command in the exact edition - L8
specialize le_trans (6 * k) - L9
specialize le_trans x - L10
specialize le_trans (6 * e) - L11
apply le_trans - L12
exact hscaled - L13
exact hceiling_left - L14
specialize mul_le_cancel_left_nonzero 6 - L15
specialize mul_le_cancel_left_nonzero k - L16
specialize mul_le_cancel_left_nonzero e
Original defined command ledger · 20 lines
- 0001
intro x - 0002
intro k - 0003
intro e - 0004
intro hceiling - 0005
intro hscaled - 0006
cases hceiling - 0007
have hscaled_to_ceiling : Le(6 · k,6 · e)Exact native replay line
have hscaled_to_ceiling : exists bqb_le_gap_hj32_ceil_budget_chain. bqb_le_gap_hj32_ceil_budget_chain + (6 * k) = (6 * e) - 0008
specialize le_trans (6 * k) - 0009
specialize le_trans x - 0010
specialize le_trans (6 * e) - 0011
apply le_trans - 0012
exact hscaled - 0013
exact hceiling_left - 0014
specialize mul_le_cancel_left_nonzero 6 - 0015
specialize mul_le_cancel_left_nonzero k - 0016
specialize mul_le_cancel_left_nonzero e - 0017
apply mul_le_cancel_left_nonzero - 0018
specialize succ_ne_zero 5 - 0019
exact succ_ne_zero - 0020
exact hscaled_to_ceiling