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 u v. (exists ftsc_first_product_left ftsc_second_product_left. (u) = ftsc_first_product_left * ftsc_first_product_left + ftsc_second_product_left * ftsc_second_product_left) -> (exists ftsc_first_product_right ftsc_second_product_right. (v) = ftsc_first_product_right * ftsc_first_product_right + ftsc_second_product_right * ftsc_second_product_right) -> (exists ftsc_first_product_result ftsc_second_product_result. (u * v) = ftsc_first_product_result * ftsc_first_product_result + ftsc_second_product_result * ftsc_second_product_result)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
In local proof propositions
Exact expanded first-order statement
forall u v. (exists ftsc_first_product_left ftsc_second_product_left. (u) = ftsc_first_product_left * ftsc_first_product_left + ftsc_second_product_left * ftsc_second_product_left) -> (exists ftsc_first_product_right ftsc_second_product_right. (v) = ftsc_first_product_right * ftsc_first_product_right + ftsc_second_product_right * ftsc_second_product_right) -> (exists ftsc_first_product_result ftsc_second_product_result. (u * v) = ftsc_first_product_result * ftsc_first_product_result + ftsc_second_product_result * ftsc_second_product_result)Proof neighborhood
Direct theorem prerequisites
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
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–4
02Separate the logical casesL5–8
03Establish hdifferenceL9–12
Establish this local claim before using it. It is not an additional assumption.
04Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
cases hdifference
05Construct an explicit witnessL14–15
06Calculate and transport equalitiesL16–17
07Use earlier factsL18–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
specialize brahmagupta_fibonacci_two_square_identity x - L19
specialize brahmagupta_fibonacci_two_square_identity x1 - L20
specialize brahmagupta_fibonacci_two_square_identity x2 - L21
specialize brahmagupta_fibonacci_two_square_identity x3 - L22
specialize brahmagupta_fibonacci_two_square_identity x4 - L23
apply brahmagupta_fibonacci_two_square_identity - L24
exact hdifference_witness
Original defined command ledger · 24 lines
- 0001
intro u - 0002
intro v - 0003
intro hleft - 0004
intro hright - 0005
cases hleft - 0006
cases hleft_witness - 0007
cases hright - 0008
cases hright_witness - 0009
have hdifference : exists m. (x * x3 = x1 * x2 + m \/ x1 * x2 = x * x3 + m) - 0010
specialize natural_absolute_difference_exists (x * x3) - 0011
specialize natural_absolute_difference_exists (x1 * x2) - 0012
exact natural_absolute_difference_exists - 0013
cases hdifference - 0014
exists x * x2 + x1 * x3 - 0015
exists x4 - 0016
rewrite hleft_witness_witness - 0017
rewrite hright_witness_witness - 0018
specialize brahmagupta_fibonacci_two_square_identity x - 0019
specialize brahmagupta_fibonacci_two_square_identity x1 - 0020
specialize brahmagupta_fibonacci_two_square_identity x2 - 0021
specialize brahmagupta_fibonacci_two_square_identity x3 - 0022
specialize brahmagupta_fibonacci_two_square_identity x4 - 0023
apply brahmagupta_fibonacci_two_square_identity - 0024
exact hdifference_witness