FS002G · theorem body

four_square_euler_diagonal_block

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

One left coordinate distributes into the four exact squared coordinate products of a quaternion norm.

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.

Statement with defined notation

forall a e f g h. (a * a) * (e * e + f * f + g * g + h * h) = (a * e) * (a * e) + (a * f) * (a * f) + (a * g) * (a * g) + (a * h) * (a * h)

Every purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.

Definitions used by this theorem

In the theorem statement

none

In local proof propositions

none
Exact expanded first-order statement
forall a e f g h. (a * a) * (e * e + f * f + g * g + h * h) = (a * e) * (a * e) + (a * f) * (a * f) + (a * g) * (a * g) + (a * h) * (a * h)

Proof neighborhood

Direct theorem prerequisites

mul_add · Stable closed FS000E four_square_product_square

Direct theorem dependents

Definition-aware tactic body

Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay command.

Read the argument

Proof checkpoints

17 script commands · 9 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.

Named ingredients (1)
01Fix variables and assumptionsL1–5

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

  1. L1
    intro a
  2. L2
    intro e
  3. L3
    intro f
  4. L4
    intro g
  5. L5
    intro h
02Calculate and transport equalitiesL6–10

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

  1. L6
    simp [mul_add]
  2. L7
    congr
  3. L8
    congr
  4. L9
    congr
  5. L10
    symm
03Use earlier factsL11–11

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

  1. L11
    apply four_square_product_square
04Calculate and transport equalitiesL12–12

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

  1. L12
    symm
05Use earlier factsL13–13

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

  1. L13
    apply four_square_product_square
06Calculate and transport equalitiesL14–14

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

  1. L14
    symm
07Use earlier factsL15–15

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

  1. L15
    apply four_square_product_square
08Calculate and transport equalitiesL16–16

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

  1. L16
    symm
09Use earlier factsL17–17

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

  1. L17
    apply four_square_product_square

Library-wide reading audit

Original defined command ledger · 17 lines
  1. 0001intro a
  2. 0002intro e
  3. 0003intro f
  4. 0004intro g
  5. 0005intro h
  6. 0006simp [mul_add]
  7. 0007congr
  8. 0008congr
  9. 0009congr
  10. 0010symm
  11. 0011apply four_square_product_square
  12. 0012symm
  13. 0013apply four_square_product_square
  14. 0014symm
  15. 0015apply four_square_product_square
  16. 0016symm
  17. 0017apply four_square_product_square