TS0013

negative_one_scaled_square_identity

Alpha v34 independently verified · alpha_closed; checked-use authorized; not Stable

Distributivity identifies the scaled negative-one polynomial with the linear square plus its coordinate square.

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.

Exact expanded first-order arithmetic statement

forall r x. (r * r + 1) * (x * x) = (r * x) * (r * x) + x * x

Constructive proof overview

Generated structural guide

Distributivity identifies the scaled negative-one polynomial with the linear square plus its coordinate square.

The unchanged tactic script uses 4 declared prerequisites and contains 29 exact native proof lines.

dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged

Proof neighborhood

Direct dependencies

add_mul Stable theorem; checked-use authorized one_mul Stable theorem; checked-use authorized mul_assoc Stable theorem; checked-use authorized mul_comm Stable theorem; checked-use authorized

Direct dependents

Formal native tactic body

Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.

Read the argument

Proof checkpoints

29 script commands · 15 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.

01Fix variables and assumptionsL1–2

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

  1. L1
    intro r
  2. L2
    intro x
02Use earlier factsL3–5

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

  1. L3
    specialize add_mul (r * r)
  2. L4
    specialize add_mul 1
  3. L5
    specialize add_mul (x * x)
03Calculate and transport equalitiesL6–6

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

  1. L6
    rewrite add_mul
04Use earlier factsL7–7

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

  1. L7
    specialize one_mul (x * x)
05Calculate and transport equalitiesL8–10

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

  1. L8
    rewrite one_mul
  2. L9
    congr
  3. L10
    trans r * (r * (x * x))
06Use earlier factsL11–11

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

  1. L11
    apply mul_assoc
07Calculate and transport equalitiesL12–15

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

  1. L12
    trans r * ((r * x) * x)
  2. L13
    congr
  3. L14
    refl
  4. L15
    symm
08Use earlier factsL16–16

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

  1. L16
    apply mul_assoc
09Calculate and transport equalitiesL17–20

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

  1. L17
    trans r * ((x * r) * x)
  2. L18
    congr
  3. L19
    refl
  4. L20
    congr
10Use earlier factsL21–21

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

  1. L21
    apply mul_comm
11Calculate and transport equalitiesL22–25

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

  1. L22
    refl
  2. L23
    trans r * (x * (r * x))
  3. L24
    congr
  4. L25
    refl
12Use earlier factsL26–26

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

  1. L26
    apply mul_assoc
13Calculate and transport equalitiesL27–27

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

  1. L27
    symm
14Use earlier factsL28–28

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

  1. L28
    apply mul_assoc
15Calculate and transport equalitiesL29–29

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

  1. L29
    refl

Library-wide reading audit

Original exact command ledger · 29 lines
  1. 0001intro r
  2. 0002intro x
  3. 0003specialize add_mul (r * r)
  4. 0004specialize add_mul 1
  5. 0005specialize add_mul (x * x)
  6. 0006rewrite add_mul
  7. 0007specialize one_mul (x * x)
  8. 0008rewrite one_mul
  9. 0009congr
  10. 0010trans r * (r * (x * x))
  11. 0011apply mul_assoc
  12. 0012trans r * ((r * x) * x)
  13. 0013congr
  14. 0014refl
  15. 0015symm
  16. 0016apply mul_assoc
  17. 0017trans r * ((x * r) * x)
  18. 0018congr
  19. 0019refl
  20. 0020congr
  21. 0021apply mul_comm
  22. 0022refl
  23. 0023trans r * (x * (r * x))
  24. 0024congr
  25. 0025refl
  26. 0026apply mul_assoc
  27. 0027symm
  28. 0028apply mul_assoc
  29. 0029refl