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 n. (exists bcf_lt_gap_b5rbtdls_positive. bcf_lt_gap_b5rbtdls_positive + S (2) = n) -> (exists bcf_le_gap_b5rbtdls_result. bcf_le_gap_b5rbtdls_result + (3 + 3) = n + n)Structural proof guide
A natural above two has double at least three plus three.
Direct prerequisites: add_le_add_right, add_le_add_left, le_trans. The authored body proceeds by intermediate claims (2).
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 (3)
01Fix variables and assumptionsL1–2
02Establish hleftL3–8
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add right.
03Establish hrightL9–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add left.
- L9
have hright : exists bcf_le_gap_b5rbtdls_right. bcf_le_gap_b5rbtdls_right + (n + 3) = n + n - L10
specialize add_le_add_left 3 - L11
specialize add_le_add_left n - L12
specialize add_le_add_left n - L13
apply add_le_add_left - L14
exact hpositive - L15
specialize le_trans (3 + 3) - L16
specialize le_trans (n + 3) - L17
specialize le_trans (n + n) - L18
apply le_trans
Original exact command ledger · 20 lines
- 0001
intro n - 0002
intro hpositive - 0003
have hleft : exists bcf_le_gap_b5rbtdls_left. bcf_le_gap_b5rbtdls_left + (3 + 3) = n + 3 - 0004
specialize add_le_add_right 3 - 0005
specialize add_le_add_right n - 0006
specialize add_le_add_right 3 - 0007
apply add_le_add_right - 0008
exact hpositive - 0009
have hright : exists bcf_le_gap_b5rbtdls_right. bcf_le_gap_b5rbtdls_right + (n + 3) = n + n - 0010
specialize add_le_add_left 3 - 0011
specialize add_le_add_left n - 0012
specialize add_le_add_left n - 0013
apply add_le_add_left - 0014
exact hpositive - 0015
specialize le_trans (3 + 3) - 0016
specialize le_trans (n + 3) - 0017
specialize le_trans (n + n) - 0018
apply le_trans - 0019
exact hleft - 0020
exact hright