Exact expanded first-order arithmetic statement
forall n a b. ((((exists mv_even_half_firsteven. (n) = 2 * mv_even_half_firsteven) /\ ((a) = 2))) \/ (((exists mv_odd_half_firstodd. (n) = 2 * mv_odd_half_firstodd + 1) /\ ((a) = 1)))) -> ((((exists mv_even_half_secondeven. (n) = 2 * mv_even_half_secondeven) /\ ((b) = 2))) \/ (((exists mv_odd_half_secondodd. (n) = 2 * mv_odd_half_secondodd + 1) /\ ((b) = 1)))) -> a = bConstructive proof overview
Generated structural guide
Constructive parity exclusivity makes the signed alternating-unit code unique.
The unchanged tactic script uses 2 declared prerequisites and contains 32 exact native proof lines.
Public research checkpoint: original HA and independently compiled Lean verified; not Alpha-enrolled, no Alpha checked-use authority; not Stable
Proof neighborhood
Direct dependencies
even_not_odd Alpha theorem; checked-use authorized odd_not_even Alpha 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. The literal dependency-closed bundle is checked by original HA and the independently compiled Lean verifier. Public delivery grants no Alpha checked-use authority 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–5
02Separate the logical casesL6–9
03Calculate and transport equalitiesL10–10
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L10
trans 2
04Use earlier factsL11–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
exact ha_left_right
05Calculate and transport equalitiesL12–12
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L12
symm
06Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
exact hb_left_right
07Separate the logical casesL14–15
08Use earlier factsL16–19
09Separate the logical casesL20–23
10Use earlier factsL24–27
11Separate the logical casesL28–28
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L28
cases hb_right
12Calculate and transport equalitiesL29–29
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L29
trans 1
13Use earlier factsL30–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
exact ha_right_right
14Calculate and transport equalitiesL31–31
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L31
symm
15Use earlier factsL32–32
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L32
exact hb_right_right
Original exact command ledger · 32 lines
- 0001
intro n - 0002
intro a - 0003
intro b - 0004
intro ha - 0005
intro hb - 0006
cases ha - 0007
cases ha_left - 0008
cases hb - 0009
cases hb_left - 0010
trans 2 - 0011
exact ha_left_right - 0012
symm - 0013
exact hb_left_right - 0014
cases hb_right - 0015
exfalso - 0016
specialize even_not_odd (n) - 0017
apply even_not_odd - 0018
exact ha_left_left - 0019
exact hb_right_left - 0020
cases ha_right - 0021
cases hb - 0022
cases hb_left - 0023
exfalso - 0024
specialize odd_not_even (n) - 0025
apply odd_not_even - 0026
exact ha_right_left - 0027
exact hb_left_left - 0028
cases hb_right - 0029
trans 1 - 0030
exact ha_right_right - 0031
symm - 0032
exact hb_right_right