HL0006

hensel_lift_linear_identity

The lifted first-order Taylor term factors exactly by the old modulus.

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

∀ m. ∀ d. ∀ q. ∀ t. m · (q + d · t) = m · q + m · t · d

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

Definition DAG

none

Actual proof prerequisites

mul_add · checked external prerequisitemul_assoc · checked external prerequisitemul_comm · checked external prerequisite
Original expanded first-order statement
forall m d q t. m * (q + d * t) = m * q + (m * t) * d

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 · 7 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–4

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

  1. L1
    intro m
  2. L2
    intro d
  3. L3
    intro q
  4. L4
    intro t
02Calculate and transport equalitiesL5–5

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

  1. L5
    trans m * q + m * (d * t)
03Use earlier factsL6–6

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

  1. L6
    apply mul_add
04Calculate and transport equalitiesL7–11

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

  1. L7
    congr
  2. L8
    refl
  3. L9
    trans m * (t * d)
  4. L10
    congr
  5. L11
    refl
05Use earlier factsL12–12

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

  1. L12
    apply mul_comm
06Calculate and transport equalitiesL13–13

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

  1. L13
    symm
07Use earlier factsL14–14

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

  1. L14
    apply mul_assoc

Library-wide reading audit

Original defined command ledger · 14 lines
  1. 0001intro m
  2. 0002intro d
  3. 0003intro q
  4. 0004intro t
  5. 0005trans m * q + m * (d * t)
  6. 0006apply mul_add
  7. 0007congr
  8. 0008refl
  9. 0009trans m * (t * d)
  10. 0010congr
  11. 0011refl
  12. 0012apply mul_comm
  13. 0013symm
  14. 0014apply mul_assoc