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 n L ga gb g. a = 0 -> ((((exists hscale_left_factor_gfull_zero_left_L. L = a * hscale_left_factor_gfull_zero_left_L) /\ (exists hscale_right_factor_gfull_zero_left_L. L = b * hscale_right_factor_gfull_zero_left_L)) /\ forall hscale_common_gfull_zero_left_L. (exists hscale_left_common_gfull_zero_left_L. hscale_common_gfull_zero_left_L = a * hscale_left_common_gfull_zero_left_L) -> (exists hscale_right_common_gfull_zero_left_L. hscale_common_gfull_zero_left_L = b * hscale_right_common_gfull_zero_left_L) -> exists hscale_least_factor_gfull_zero_left_L. hscale_common_gfull_zero_left_L = L * hscale_least_factor_gfull_zero_left_L)) -> ((((exists ec_gcd_left_gfull_zero_left_ga. a = ga * ec_gcd_left_gfull_zero_left_ga) /\ (exists ec_gcd_right_gfull_zero_left_ga. n = ga * ec_gcd_right_gfull_zero_left_ga)) /\ forall ec_gcd_common_gfull_zero_left_ga. (exists ec_gcd_common_left_gfull_zero_left_ga. a = ec_gcd_common_gfull_zero_left_ga * ec_gcd_common_left_gfull_zero_left_ga) -> (exists ec_gcd_common_right_gfull_zero_left_ga. n = ec_gcd_common_gfull_zero_left_ga * ec_gcd_common_right_gfull_zero_left_ga) -> exists ec_gcd_greatest_gfull_zero_left_ga. ga = ec_gcd_common_gfull_zero_left_ga * ec_gcd_greatest_gfull_zero_left_ga)) -> ((((exists ec_gcd_left_gfull_zero_left_gb. b = gb * ec_gcd_left_gfull_zero_left_gb) /\ (exists ec_gcd_right_gfull_zero_left_gb. n = gb * ec_gcd_right_gfull_zero_left_gb)) /\ forall ec_gcd_common_gfull_zero_left_gb. (exists ec_gcd_common_left_gfull_zero_left_gb. b = ec_gcd_common_gfull_zero_left_gb * ec_gcd_common_left_gfull_zero_left_gb) -> (exists ec_gcd_common_right_gfull_zero_left_gb. n = ec_gcd_common_gfull_zero_left_gb * ec_gcd_common_right_gfull_zero_left_gb) -> exists ec_gcd_greatest_gfull_zero_left_gb. gb = ec_gcd_common_gfull_zero_left_gb * ec_gcd_greatest_gfull_zero_left_gb)) -> ((((exists ec_gcd_left_gfull_zero_left_g. L = g * ec_gcd_left_gfull_zero_left_g) /\ (exists ec_gcd_right_gfull_zero_left_g. n = g * ec_gcd_right_gfull_zero_left_g)) /\ forall ec_gcd_common_gfull_zero_left_g. (exists ec_gcd_common_left_gfull_zero_left_g. L = ec_gcd_common_gfull_zero_left_g * ec_gcd_common_left_gfull_zero_left_g) -> (exists ec_gcd_common_right_gfull_zero_left_g. n = ec_gcd_common_gfull_zero_left_g * ec_gcd_common_right_gfull_zero_left_g) -> exists ec_gcd_greatest_gfull_zero_left_g. g = ec_gcd_common_gfull_zero_left_g * ec_gcd_greatest_gfull_zero_left_g)) -> ((((exists hscale_left_factor_gfull_zero_left_result. g = ga * hscale_left_factor_gfull_zero_left_result) /\ (exists hscale_right_factor_gfull_zero_left_result. g = gb * hscale_right_factor_gfull_zero_left_result)) /\ forall hscale_common_gfull_zero_left_result. (exists hscale_left_common_gfull_zero_left_result. hscale_common_gfull_zero_left_result = ga * hscale_left_common_gfull_zero_left_result) -> (exists hscale_right_common_gfull_zero_left_result. hscale_common_gfull_zero_left_result = gb * hscale_right_common_gfull_zero_left_result) -> exists hscale_least_factor_gfull_zero_left_result. hscale_common_gfull_zero_left_result = g * hscale_least_factor_gfull_zero_left_result))Constructive proof overview
Generated structural guide
The zero-left-modulus boundary of gcd--LCM distributivity follows from exact divisibility, not a positivity assumption.
The unchanged tactic script uses 2 declared prerequisites and contains 38 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
is_lcm_symm Stable theorem; checked-use authorized crt_gcd_lcm_distributes_divisibility Alpha 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.
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–12
03Establish hswapL13–22
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply is lcm symm.
- L13
have hswap : Dvd(b,L) ∧ Dvd(a,L) ∧ (∀ x. Dvd(b,x) → Dvd(a,x) → Dvd(L,x))Definitions: Dvd - L14
specialize is_lcm_symm L - L15
specialize is_lcm_symm a - L16
specialize is_lcm_symm b - L17
apply is_lcm_symm - L18
exact hL - L19
specialize is_lcm_symm g - L20
specialize is_lcm_symm gb - L21
specialize is_lcm_symm ga - L22
apply is_lcm_symm
04Use earlier factsL23–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
specialize crt_gcd_lcm_distributes_divisibility b - L24
specialize crt_gcd_lcm_distributes_divisibility a - L25
specialize crt_gcd_lcm_distributes_divisibility n - L26
specialize crt_gcd_lcm_distributes_divisibility L - L27
specialize crt_gcd_lcm_distributes_divisibility gb - L28
specialize crt_gcd_lcm_distributes_divisibility ga - L29
specialize crt_gcd_lcm_distributes_divisibility g - L30
apply crt_gcd_lcm_distributes_divisibility
05Construct an explicit witnessL31–31
Supply the displayed value, then prove that it has the required property.
- L31
exists 0
06Calculate and transport equalitiesL32–33
Original exact command ledger · 38 lines
- 0001
intro a - 0002
intro b - 0003
intro n - 0004
intro L - 0005
intro ga - 0006
intro gb - 0007
intro g - 0008
intro ha - 0009
intro hL - 0010
intro hga - 0011
intro hgb - 0012
intro hg - 0013
have hswap : (((exists hscale_left_factor_gfull_zero_left_swapped. L = b * hscale_left_factor_gfull_zero_left_swapped) /\ (exists hscale_right_factor_gfull_zero_left_swapped. L = a * hscale_right_factor_gfull_zero_left_swapped)) /\ forall hscale_common_gfull_zero_left_swapped. (exists hscale_left_common_gfull_zero_left_swapped. hscale_common_gfull_zero_left_swapped = b * hscale_left_common_gfull_zero_left_swapped) -> (exists hscale_right_common_gfull_zero_left_swapped. hscale_common_gfull_zero_left_swapped = a * hscale_right_common_gfull_zero_left_swapped) -> exists hscale_least_factor_gfull_zero_left_swapped. hscale_common_gfull_zero_left_swapped = L * hscale_least_factor_gfull_zero_left_swapped) - 0014
specialize is_lcm_symm L - 0015
specialize is_lcm_symm a - 0016
specialize is_lcm_symm b - 0017
apply is_lcm_symm - 0018
exact hL - 0019
specialize is_lcm_symm g - 0020
specialize is_lcm_symm gb - 0021
specialize is_lcm_symm ga - 0022
apply is_lcm_symm - 0023
specialize crt_gcd_lcm_distributes_divisibility b - 0024
specialize crt_gcd_lcm_distributes_divisibility a - 0025
specialize crt_gcd_lcm_distributes_divisibility n - 0026
specialize crt_gcd_lcm_distributes_divisibility L - 0027
specialize crt_gcd_lcm_distributes_divisibility gb - 0028
specialize crt_gcd_lcm_distributes_divisibility ga - 0029
specialize crt_gcd_lcm_distributes_divisibility g - 0030
apply crt_gcd_lcm_distributes_divisibility - 0031
exists 0 - 0032
rewrite ha - 0033
symm - 0034
apply PA5 - 0035
exact hswap - 0036
exact hgb - 0037
exact hga - 0038
exact hg