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
∀ n. ∀ s. Le(16 · 32,n) → FloorSqrt(2 · n,s) → Lt(31,s)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
2 occurrences
Exact expanded native-PA statement
forall n s. (exists bqb_le_gap_hjas_threshold_input. bqb_le_gap_hjas_threshold_input + (16 * 32) = (n)) -> (((exists bcs_sqrt_lower_gap_hjas_threshold_floor. bcs_sqrt_lower_gap_hjas_threshold_floor + (s) * (s) = (2 * n)) /\ exists bcs_sqrt_upper_gap_hjas_threshold_floor. bcs_sqrt_upper_gap_hjas_threshold_floor + S (2 * n) = S (s) * S (s))) -> (exists bqb_le_gap_hjas_threshold_result. bqb_le_gap_hjas_threshold_result + (32) = (s))Proof neighborhood
Direct theorem prerequisites
BT00WY thirty_two_square_eq_twice_sixteen_times_thirty_two BT0000 zero_add BT00R9 square_lt_successor_square BT001L mul_le_mul_left BT00RC floor_sqrt_monotoneDirect 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 (5)
01Fix variables and assumptionsL1–4
02Establish hbaseL5–5
Establish this local claim before using it. It is not an additional assumption.
- L5
have hbase : FloorSqrt(2 · (16 · 32),32)Definitions: FloorSqrt(2 · (16 · 32),32)Original native command in the exact edition
03Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
split
04Construct an explicit witnessL7–7
Supply the displayed value, then prove that it has the required property.
- L7
exists 0
05Calculate and transport equalitiesL8–8
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L8
trans 32 * 32
06Use earlier factsL9–11
07Calculate and transport equalitiesL12–12
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L12
rewrite thirty_two_square_eq_twice_sixteen_times_thirty_two at square_lt_successor_square
08Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
exact square_lt_successor_square
09Establish hscaledL14–23
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul le mul left.
- L14
have hscaled : Le(2 · (16 · 32),2 · n)Definitions: Le(2 · (16 · 32),2 · n)Original native command in the exact edition - L15
specialize mul_le_mul_left (16 * 32) - L16
specialize mul_le_mul_left n - L17
specialize mul_le_mul_left 2 - L18
apply mul_le_mul_left - L19
exact hthreshold - L20
specialize floor_sqrt_monotone (2 * (16 * 32)) - L21
specialize floor_sqrt_monotone (2 * n) - L22
specialize floor_sqrt_monotone 32 - L23
specialize floor_sqrt_monotone s
Original defined command ledger · 27 lines
- 0001
intro n - 0002
intro s - 0003
intro hthreshold - 0004
intro hfloor - 0005
have hbase : FloorSqrt(2 · (16 · 32),32)Exact native replay line
have hbase : ((exists bcs_sqrt_lower_gap_hjas_threshold_base_floor. bcs_sqrt_lower_gap_hjas_threshold_base_floor + (32) * (32) = (2 * (16 * 32))) /\ exists bcs_sqrt_upper_gap_hjas_threshold_base_floor. bcs_sqrt_upper_gap_hjas_threshold_base_floor + S (2 * (16 * 32)) = S (32) * S (32)) - 0006
split - 0007
exists 0 - 0008
trans 32 * 32 - 0009
apply zero_add - 0010
exact thirty_two_square_eq_twice_sixteen_times_thirty_two - 0011
specialize square_lt_successor_square 32 - 0012
rewrite thirty_two_square_eq_twice_sixteen_times_thirty_two at square_lt_successor_square - 0013
exact square_lt_successor_square - 0014
have hscaled : Le(2 · (16 · 32),2 · n)Exact native replay line
have hscaled : exists bqb_le_gap_hjas_threshold_scaled. bqb_le_gap_hjas_threshold_scaled + (2 * (16 * 32)) = (2 * n) - 0015
specialize mul_le_mul_left (16 * 32) - 0016
specialize mul_le_mul_left n - 0017
specialize mul_le_mul_left 2 - 0018
apply mul_le_mul_left - 0019
exact hthreshold - 0020
specialize floor_sqrt_monotone (2 * (16 * 32)) - 0021
specialize floor_sqrt_monotone (2 * n) - 0022
specialize floor_sqrt_monotone 32 - 0023
specialize floor_sqrt_monotone s - 0024
apply floor_sqrt_monotone - 0025
exact hbase - 0026
exact hfloor - 0027
exact hscaled