HL0017

hensel_signed_blend_balance

The natural recoding and its negative component balance to the positive component plus a full modulus multiple.

Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable

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.

The derivative-nonzero criterion supplies no inverse or power witness: both are constructed. Roots may be arbitrary natural representatives of signed integer polynomials. Singular-root classification and p-adic completion are separate milestones.

Exact theorem in conservative defined notation

∀ h. ∀ A. ∀ B. A + h · B + B = A + S h · B

Every linked abbreviation expands hygienically to the identical original native formula.

Definition DAG

none

Actual proof prerequisites

add_assoc · checked external prerequisitemul_comm · checked external prerequisite
Original expanded first-order statement
forall h A B. (A + h * B) + B = A + (S h) * B

Complete tactic proof in conservative notation

All 14 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay script.

Read the argument

Proof checkpoints

14 script commands · 8 reading checkpoints · 0 local claims

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.

Definition notation is shown below. Open the paired exact edition for the original native formulas. Source pairing is not a new equivalence certificate.

01Fix variables and assumptionsL1–3

Work with arbitrary variables or the premises of the current implication.

  1. L1
    intro h
  2. L2
    intro A
  3. L3
    intro B
02Calculate and transport equalitiesL4–4

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L4
    trans A + (h * B + B)
03Use earlier factsL5–5

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L5
    apply add_assoc
04Calculate and transport equalitiesL6–9

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L6
    congr
  2. L7
    refl
  3. L8
    symm
  4. L9
    trans B * S h
05Use earlier factsL10–10

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L10
    apply mul_comm
06Calculate and transport equalitiesL11–12

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L11
    rewrite PA6
  2. L12
    congr
07Use earlier factsL13–13

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L13
    apply mul_comm
08Calculate and transport equalitiesL14–14

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L14
    refl

Library-wide reading audit

Original defined command ledger · 14 lines
  1. 0001intro h
  2. 0002intro A
  3. 0003intro B
  4. 0004trans A + (h * B + B)
  5. 0005apply add_assoc
  6. 0006congr
  7. 0007refl
  8. 0008symm
  9. 0009trans B * S h
  10. 0010apply mul_comm
  11. 0011rewrite PA6
  12. 0012congr
  13. 0013apply mul_comm
  14. 0014refl