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 expanded first-order arithmetic statement
forall m a b. (forall eut_divisor_eu_transport_old. (exists eut_left_eu_transport_old. (a) = eut_divisor_eu_transport_old * eut_left_eu_transport_old) -> (exists eut_right_eu_transport_old. (m) = eut_divisor_eu_transport_old * eut_right_eu_transport_old) -> eut_divisor_eu_transport_old = 1) -> (exists eu_mod_left_transport eu_mod_right_transport. (a) + (m) * eu_mod_left_transport = (b) + (m) * eu_mod_right_transport) -> (forall eut_divisor_eu_transport_new. (exists eut_left_eu_transport_new. (b) = eut_divisor_eu_transport_new * eut_left_eu_transport_new) -> (exists eut_right_eu_transport_new. (m) = eut_divisor_eu_transport_new * eut_right_eu_transport_new) -> eut_divisor_eu_transport_new = 1)Constructive proof overview
Generated structural guide
Balanced congruence transports actual common-divisor coprimality, even at modulus zero or one.
The unchanged tactic script uses 2 declared prerequisites and contains 31 exact native proof lines.
Alpha v34 checked-use · first admitted v31 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
totient_coprime_periodic Alpha theorem; checked-use authorized add_comm 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.
01Fix variables and assumptionsL1–5
02Separate the logical casesL6–7
03Establish hpL8–11
Establish this local claim before using it. It is not an additional assumption.
- L8
have hp : (forall eut_divisor_eu_transport_periodic. (exists eut_left_eu_transport_periodic. (m*x+a) = eut_divisor_eu_transport_periodic * eut_left_eu_transport_periodic) -> (exists eut_right_eu_transport_periodic. (m) = eut_divisor_eu_transport_periodic * eut_right_eu_transport_periodic) -> eut_divisor_eu_transport_periodic = 1) - L9
specialize totient_coprime_periodic m - L10
specialize totient_coprime_periodic x - L11
specialize totient_coprime_periodic a
04Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
cases totient_coprime_periodic
05Use earlier factsL13–14
06Establish heL15–24
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add comm.
07Calculate and transport equalitiesL25–25
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L25
rewrite he at hp
08Use earlier factsL26–28
09Separate the logical casesL29–29
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L29
cases totient_coprime_periodic
Original exact command ledger · 31 lines
- 0001
intro m - 0002
intro a - 0003
intro b - 0004
intro hc - 0005
intro hmod - 0006
cases hmod - 0007
cases hmod_witness - 0008
have hp : (forall eut_divisor_eu_transport_periodic. (exists eut_left_eu_transport_periodic. (m*x+a) = eut_divisor_eu_transport_periodic * eut_left_eu_transport_periodic) -> (exists eut_right_eu_transport_periodic. (m) = eut_divisor_eu_transport_periodic * eut_right_eu_transport_periodic) -> eut_divisor_eu_transport_periodic = 1) - 0009
specialize totient_coprime_periodic m - 0010
specialize totient_coprime_periodic x - 0011
specialize totient_coprime_periodic a - 0012
cases totient_coprime_periodic - 0013
apply totient_coprime_periodic_right - 0014
exact hc - 0015
have he : m*x+a=m*x1+b - 0016
trans a+m*x - 0017
specialize add_comm (m*x) - 0018
specialize add_comm (a) - 0019
apply add_comm - 0020
trans b+m*x1 - 0021
exact hmod_witness_witness - 0022
specialize add_comm (b) - 0023
specialize add_comm (m*x1) - 0024
apply add_comm - 0025
rewrite he at hp - 0026
specialize totient_coprime_periodic m - 0027
specialize totient_coprime_periodic x1 - 0028
specialize totient_coprime_periodic b - 0029
cases totient_coprime_periodic - 0030
apply totient_coprime_periodic_left - 0031
exact hp