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
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 = 0Every 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 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 = 0Proof neighborhood
Direct theorem prerequisites
Direct 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.
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 defined 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