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. 2 * n = n + nStructural proof guide
Left multiplication by two is explicit doubling.
Direct prerequisites: mul_comm, mul_one. The authored body proceeds by equality transport (2).
Proof neighborhood
Direct dependencies
Direct dependents
BT00R4 square_six_shift_identity BT00SW bertrand_h_six_step_transport_from_total BT00SX bertrand_j_six_step_transport_from_total BT00TU central_binom_succ_recurrence BT00VK central_binom_strong_upper_step BT00VL central_binom_recurrence_double_bundle BT00VP central_binom_odd_middle_le_four_pow BT00VR double_half_predecessor_data BT00VS odd_positive_prefix_predecessor_bound BT00VV primorial_le_four_pow_bounded BT00X4 bertrand_floor_power_product_le_h_from_total BT00X8 bertrand_main_inequality_nat BT0126 bertrand_upper_endpoint_factorizationFormal 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.
01Fix variables and assumptionsL1–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro n
02Calculate and transport equalitiesL2–2
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L2
trans n * 2
03Use earlier factsL3–3
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L3
apply mul_comm
04Calculate and transport equalitiesL4–4
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L4
rewrite PA6
05Use earlier factsL5–5
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L5
specialize mul_one n