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
∀ p. ∃ s. FloorSqrt(p,s) ∧ Lt(p,S s · S s)Every purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.
Definitions used by this theorem
In the theorem statement
In local proof propositions
Exact expanded first-order statement
forall p. exists s. ((((exists bcs_sqrt_lower_gap_ftsp_prime_floor. bcs_sqrt_lower_gap_ftsp_prime_floor + (s) * (s) = (p)) /\ exists bcs_sqrt_upper_gap_ftsp_prime_floor. bcs_sqrt_upper_gap_ftsp_prime_floor + S (p) = S (s) * S (s))) /\ (exists ftsp_gap_existing_grid_overflow. ftsp_gap_existing_grid_overflow + S (p) = S s * S s))Proof neighborhood
Direct theorem prerequisites
TS000I floor_square_successor_grid_strictly_exceeds_inputDirect theorem dependents
Definition-aware tactic body
Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay command.
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–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro p
02Establish hfloorL2–4
Establish this local claim before using it. It is not an additional assumption.
- L2
have hfloor : ∃ s. FloorSqrt(p,s)Definitions: FloorSqrt(p,s)Original native command in the exact edition - L3
specialize floor_sqrt_total p - L4
exact floor_sqrt_total
03Separate the logical casesL5–5
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L5
cases hfloor
04Construct an explicit witnessL6–6
Supply the displayed value, then prove that it has the required property.
- L6
exists x
05Separate the logical casesL7–7
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L7
split
06Use earlier factsL8–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 12 lines
- 0001
intro p - 0002
have hfloor : ∃ s. FloorSqrt(p,s)Exact native replay line
have hfloor : exists s. (((exists bcs_sqrt_lower_gap_ftsp_prime_floor. bcs_sqrt_lower_gap_ftsp_prime_floor + (s) * (s) = (p)) /\ exists bcs_sqrt_upper_gap_ftsp_prime_floor. bcs_sqrt_upper_gap_ftsp_prime_floor + S (p) = S (s) * S (s))) - 0003
specialize floor_sqrt_total p - 0004
exact floor_sqrt_total - 0005
cases hfloor - 0006
exists x - 0007
split - 0008
exact hfloor_witness - 0009
specialize floor_square_successor_grid_strictly_exceeds_input p - 0010
specialize floor_square_successor_grid_strictly_exceeds_input x - 0011
apply floor_square_successor_grid_strictly_exceeds_input - 0012
exact hfloor_witness