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 first-order arithmetic statement
forall w i j k. k = w * i + j -> (exists ftcn_strict_flat_source. ftcn_strict_flat_source + S (k) = (w * w)) -> ~(exists ftcn_bound_flat_forbidden. ftcn_bound_flat_forbidden + (w) = (i))Constructive proof overview
Generated structural guide
A flat index strictly inside a square grid cannot have row index at least the grid width.
The unchanged tactic script uses 4 declared prerequisites and contains 30 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Proof neighborhood
Direct dependencies
mul_le_mul_left Stable theorem; checked-use authorized le_add_right Stable theorem; checked-use authorized le_trans Stable theorem; checked-use authorized lt_not_le Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply 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.
01Fix variables and assumptionsL1–7
02Establish hproductL8–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul le mul left.
03Establish hsumL14–18
04Establish hlargeL19–28
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le trans.
Original exact command ledger · 30 lines
- 0001
intro w - 0002
intro i - 0003
intro j - 0004
intro k - 0005
intro hindex - 0006
intro hbound - 0007
intro hrow - 0008
have hproduct : exists t. t + w * w = w * i - 0009
specialize mul_le_mul_left w - 0010
specialize mul_le_mul_left i - 0011
specialize mul_le_mul_left w - 0012
apply mul_le_mul_left - 0013
exact hrow - 0014
have hsum : exists t. t + w * i = k - 0015
rewrite hindex - 0016
specialize le_add_right (w * i) - 0017
specialize le_add_right j - 0018
exact le_add_right - 0019
have hlarge : exists t. t + w * w = k - 0020
specialize le_trans (w * w) - 0021
specialize le_trans (w * i) - 0022
specialize le_trans k - 0023
apply le_trans - 0024
exact hproduct - 0025
exact hsum - 0026
specialize lt_not_le k - 0027
specialize lt_not_le (w * w) - 0028
apply lt_not_le - 0029
exact hbound - 0030
exact hlarge