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 code pos neg. ((code = 2 * pos /\ neg = 0) \/ exists sd_half_fs_cross. ((code = 2 * sd_half_fs_cross + 1 /\ pos = 0) /\ neg = S sd_half_fs_cross)) -> pos * neg = 0Constructive proof overview
Generated structural guide
A canonical signed decoding has a zero positive/negative cross term.
The unchanged tactic script uses 2 declared prerequisites and contains 15 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
signed_decode_normal Alpha theorem; checked-use authorized mul_zero_left 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 dependency-curried candidate body does not grant checked theorem use or 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–4
02Use earlier factsL5–7
03Establish hnormalL8–10
04Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
cases hnormal
05Calculate and transport equalitiesL12–12
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L12
rewrite hnormal_left
06Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
apply mul_zero_left
07Calculate and transport equalitiesL14–14
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L14
rewrite hnormal_right
08Use earlier factsL15–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
apply PA5
Original exact command ledger · 15 lines
- 0001
intro code - 0002
intro pos - 0003
intro neg - 0004
intro hdecode - 0005
specialize signed_decode_normal code - 0006
specialize signed_decode_normal pos - 0007
specialize signed_decode_normal neg - 0008
have hnormal : pos = 0 \/ neg = 0 - 0009
apply signed_decode_normal - 0010
exact hdecode - 0011
cases hnormal - 0012
rewrite hnormal_left - 0013
apply mul_zero_left - 0014
rewrite hnormal_right - 0015
apply PA5