TS003M

two_square_representation_preserved_by_square_factor

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

Every represented natural remains represented after multiplication by an arbitrary natural 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 n z. (exists ftsc_first_ftsv_scale_source ftsc_second_ftsv_scale_source. (n) = ftsc_first_ftsv_scale_source * ftsc_first_ftsv_scale_source + ftsc_second_ftsv_scale_source * ftsc_second_ftsv_scale_source) -> (exists ftsc_first_ftsv_scale_result ftsc_second_ftsv_scale_result. (n * (z * z)) = ftsc_first_ftsv_scale_result * ftsc_first_ftsv_scale_result + ftsc_second_ftsv_scale_result * ftsc_second_ftsv_scale_result)

Constructive proof overview

Generated structural guide

Every represented natural remains represented after multiplication by an arbitrary natural square.

The unchanged tactic script uses 2 declared prerequisites and contains 11 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

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

11 script commands · 2 reading checkpoints · 1 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.

Named ingredients (2)
01Fix variables and assumptionsL1–3

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

  1. L1
    intro n
  2. L2
    intro z
  3. L3
    intro hrepresented
02Establish hsquareL4–11

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply two square representation multiplicatively closed.

  1. L4
    have hsquare : exists ftsc_first_ftsv_scale_witness ftsc_second_ftsv_scale_witness. (z * z) = ftsc_first_ftsv_scale_witness * ftsc_first_ftsv_scale_witness + ftsc_second_ftsv_scale_witness * ftsc_second_ftsv_scale_witness
  2. L5
    specialize every_natural_square_is_sum_of_two_squares z
  3. L6
    exact every_natural_square_is_sum_of_two_squares
  4. L7
    specialize two_square_representation_multiplicatively_closed n
  5. L8
    specialize two_square_representation_multiplicatively_closed (z * z)
  6. L9
    apply two_square_representation_multiplicatively_closed
  7. L10
    exact hrepresented
  8. L11
    exact hsquare

Library-wide reading audit

Original exact command ledger · 11 lines
  1. 0001intro n
  2. 0002intro z
  3. 0003intro hrepresented
  4. 0004have hsquare : exists ftsc_first_ftsv_scale_witness ftsc_second_ftsv_scale_witness. (z * z) = ftsc_first_ftsv_scale_witness * ftsc_first_ftsv_scale_witness + ftsc_second_ftsv_scale_witness * ftsc_second_ftsv_scale_witness
  5. 0005specialize every_natural_square_is_sum_of_two_squares z
  6. 0006exact every_natural_square_is_sum_of_two_squares
  7. 0007specialize two_square_representation_multiplicatively_closed n
  8. 0008specialize two_square_representation_multiplicatively_closed (z * z)
  9. 0009apply two_square_representation_multiplicatively_closed
  10. 0010exact hrepresented
  11. 0011exact hsquare