Exact expanded PA statement
forall n a b. n = 2 * a -> n = 2 * b + 1 -> falseStructural proof guide
Generated structural guide
An even and an odd decomposition of the same natural are incompatible.
Use the direct prerequisites division_remainder_unique as previously established PA formulas.
The proof proceeds by case analysis (1), intermediate claims (1), equality transport (1), certified simplification (1), closed numeral normalization (2).
Referenced ingredients
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Linked names are exact direct references. This Stable checked-use theorem is independently kernel-checked when replayed.
- 0001
intro n - 0002
intro a - 0003
intro b - 0004
intro he - 0005
intro ho - 0006
have hu : a = b /\ 0 = 1 - 0007
specialize division_remainder_unique 2 - 0008
specialize division_remainder_unique n - 0009
specialize division_remainder_unique a - 0010
specialize division_remainder_unique 0 - 0011
specialize division_remainder_unique b - 0012
specialize division_remainder_unique 1 - 0013
apply division_remainder_unique - 0014
rewrite he - 0015
simp - 0016
exists 1 - 0017
norm_num - 0018
exact ho - 0019
exists 0 - 0020
norm_num - 0021
cases hu - 0022
apply PA1 - 0023
symm - 0024
exact hu_right