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 a b c d e f g h m0 m1 m2 m3. ((((a * e) = (b * f + c * g + d * h) + m0) \/ ((b * f + c * g + d * h) = (a * e) + m0)) /\ ((((a * f + b * e + c * h) = (d * g) + m1) \/ ((d * g) = (a * f + b * e + c * h) + m1)) /\ ((((a * g + c * e + d * f) = (b * h) + m2) \/ ((b * h) = (a * g + c * e + d * f) + m2)) /\ (((a * h + b * g + d * e) = (c * f) + m3) \/ ((c * f) = (a * h + b * g + d * e) + m3))))) -> (((a * a + b * b + c * c + d * d) * (e * e + f * f + g * g + h * h)) + (((((a * e) * (b * f + c * g + d * h) + (b * f + c * g + d * h) * (a * e)) + ((a * f + b * e + c * h) * (d * g) + (d * g) * (a * f + b * e + c * h))) + (((a * g + c * e + d * f) * (b * h) + (b * h) * (a * g + c * e + d * f)) + ((a * h + b * g + d * e) * (c * f) + (c * f) * (a * h + b * g + d * e))))) = (((((a * e) * (a * e) + (b * f + c * g + d * h) * (b * f + c * g + d * h)) + ((a * f + b * e + c * h) * (a * f + b * e + c * h) + (d * g) * (d * g))) + (((a * g + c * e + d * f) * (a * g + c * e + d * f) + (b * h) * (b * h)) + ((a * h + b * g + d * e) * (a * h + b * g + d * e) + (c * f) * (c * f)))))) -> ((a * a + b * b + c * c + d * d) * (e * e + f * f + g * g + h * h)) = m0 * m0 + m1 * m1 + m2 * m2 + m3 * m3Constructive proof overview
Generated structural guide
The exact eight-variable quaternion Euler identity follows constructively from its one remaining subtraction-free global compensation equality.
The unchanged tactic script uses 3 declared prerequisites and contains 54 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
FS000F quaternion_coordinate_square_transport FS002F four_square_euler_compensation_cancel add_assoc Stable theorem; checked-use authorizedDirect 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
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.
Named ingredients (2)
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–14
03Establish hbalancesL15–24
Establish this local claim before using it. It is not an additional assumption.
- L15
have hbalances · expand full local formula (655 characters)
have hbalances : (((a * e) * (a * e) + (b * f + c * g + d * h) * (b * f + c * g + d * h) = m0 * m0 + ((a * e) * (b * f + c * g + d * h) + (b * f + c * g + d * h) * (a * e))) /\ (((a * f + b * e + c * h) * (a * f + b * e + c * h) + (d * g) * (d * g) = m1 * m1 + ((a * f + b * e + c * h) * (d * g) + (d * g) * (a * f + b * e + c * h))) /\ (((a * g + c * e + d * f) * (a * g + c * e + d * f) + (b * h) * (b * h) = m2 * m2 + ((a * g + c * e + d * f) * (b * h) + (b * h) * (a * g + c * e + d * f))) /\ ((a * h + b * g + d * e) * (a * h + b * g + d * e) + (c * f) * (c * f) = m3 * m3 + ((a * h + b * g + d * e) * (c * f) + (c * f) * (a * h + b * g + d * e)))))) - L16
specialize quaternion_coordinate_square_transport a - L17
specialize quaternion_coordinate_square_transport b - L18
specialize quaternion_coordinate_square_transport c - L19
specialize quaternion_coordinate_square_transport d - L20
specialize quaternion_coordinate_square_transport e - L21
specialize quaternion_coordinate_square_transport f - L22
specialize quaternion_coordinate_square_transport g - L23
specialize quaternion_coordinate_square_transport h - L24
specialize quaternion_coordinate_square_transport m0
04Use earlier factsL25–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
05Separate the logical casesL30–32
06Calculate and transport equalitiesL33–33
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L33
trans ((((m0) * (m0)) + ((m1) * (m1))) + (((m2) * (m2)) + ((m3) * (m3))))
07Use earlier factsL34–43
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L34
specialize four_square_euler_compensation_cancel ((a * a + b * b + c * c + d * d) * (e * e + f * f + g * g + h * h)) - L35
specialize four_square_euler_compensation_cancel (a * e) - L36
specialize four_square_euler_compensation_cancel (b * f + c * g + d * h) - L37
specialize four_square_euler_compensation_cancel m0 - L38
specialize four_square_euler_compensation_cancel (a * f + b * e + c * h) - L39
specialize four_square_euler_compensation_cancel (d * g) - L40
specialize four_square_euler_compensation_cancel m1 - L41
specialize four_square_euler_compensation_cancel (a * g + c * e + d * f) - L42
specialize four_square_euler_compensation_cancel (b * h) - L43
specialize four_square_euler_compensation_cancel m2
08Use earlier factsL44–52
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L44
specialize four_square_euler_compensation_cancel (a * h + b * g + d * e) - L45
specialize four_square_euler_compensation_cancel (c * f) - L46
specialize four_square_euler_compensation_cancel m3 - L47
apply four_square_euler_compensation_cancel - L48
exact hbalances_left - L49
exact hbalances_right_left - L50
exact hbalances_right_right_left - L51
exact hbalances_right_right_right - L52
exact hcompensation
09Calculate and transport equalitiesL53–53
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L53
symm
10Use earlier factsL54–54
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L54
apply add_assoc
Original exact command ledger · 54 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro e - 0006
intro f - 0007
intro g - 0008
intro h - 0009
intro m0 - 0010
intro m1 - 0011
intro m2 - 0012
intro m3 - 0013
intro habsolute - 0014
intro hcompensation - 0015
have hbalances : (((a * e) * (a * e) + (b * f + c * g + d * h) * (b * f + c * g + d * h) = m0 * m0 + ((a * e) * (b * f + c * g + d * h) + (b * f + c * g + d * h) * (a * e))) /\ (((a * f + b * e + c * h) * (a * f + b * e + c * h) + (d * g) * (d * g) = m1 * m1 + ((a * f + b * e + c * h) * (d * g) + (d * g) * (a * f + b * e + c * h))) /\ (((a * g + c * e + d * f) * (a * g + c * e + d * f) + (b * h) * (b * h) = m2 * m2 + ((a * g + c * e + d * f) * (b * h) + (b * h) * (a * g + c * e + d * f))) /\ ((a * h + b * g + d * e) * (a * h + b * g + d * e) + (c * f) * (c * f) = m3 * m3 + ((a * h + b * g + d * e) * (c * f) + (c * f) * (a * h + b * g + d * e)))))) - 0016
specialize quaternion_coordinate_square_transport a - 0017
specialize quaternion_coordinate_square_transport b - 0018
specialize quaternion_coordinate_square_transport c - 0019
specialize quaternion_coordinate_square_transport d - 0020
specialize quaternion_coordinate_square_transport e - 0021
specialize quaternion_coordinate_square_transport f - 0022
specialize quaternion_coordinate_square_transport g - 0023
specialize quaternion_coordinate_square_transport h - 0024
specialize quaternion_coordinate_square_transport m0 - 0025
specialize quaternion_coordinate_square_transport m1 - 0026
specialize quaternion_coordinate_square_transport m2 - 0027
specialize quaternion_coordinate_square_transport m3 - 0028
apply quaternion_coordinate_square_transport - 0029
exact habsolute - 0030
cases hbalances - 0031
cases hbalances_right - 0032
cases hbalances_right_right - 0033
trans ((((m0) * (m0)) + ((m1) * (m1))) + (((m2) * (m2)) + ((m3) * (m3)))) - 0034
specialize four_square_euler_compensation_cancel ((a * a + b * b + c * c + d * d) * (e * e + f * f + g * g + h * h)) - 0035
specialize four_square_euler_compensation_cancel (a * e) - 0036
specialize four_square_euler_compensation_cancel (b * f + c * g + d * h) - 0037
specialize four_square_euler_compensation_cancel m0 - 0038
specialize four_square_euler_compensation_cancel (a * f + b * e + c * h) - 0039
specialize four_square_euler_compensation_cancel (d * g) - 0040
specialize four_square_euler_compensation_cancel m1 - 0041
specialize four_square_euler_compensation_cancel (a * g + c * e + d * f) - 0042
specialize four_square_euler_compensation_cancel (b * h) - 0043
specialize four_square_euler_compensation_cancel m2 - 0044
specialize four_square_euler_compensation_cancel (a * h + b * g + d * e) - 0045
specialize four_square_euler_compensation_cancel (c * f) - 0046
specialize four_square_euler_compensation_cancel m3 - 0047
apply four_square_euler_compensation_cancel - 0048
exact hbalances_left - 0049
exact hbalances_right_left - 0050
exact hbalances_right_right_left - 0051
exact hbalances_right_right_right - 0052
exact hcompensation - 0053
symm - 0054
apply add_assoc