Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passaudited 2026-07-31
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

Congruent integers may be added, subtracted and multiplied: representative changes preserve both arithmetic operations

Statement

Let n,a,a,b,bZn,a,a',b,b'\in\mathbb Z. If aa(modn)a\equiv a'\pmod n and bb(modn)b\equiv b'\pmod n, then

a+ba+b(modn),abab(modn),abab(modn).a+b\equiv a'+b'\pmod n,\qquad a-b\equiv a'-b'\pmod n,\qquad ab\equiv a'b'\pmod n.

In particular aa(modn)-a\equiv-a'\pmod n, and for every kNk\in\mathbb N the natural powers of Powers gng^{n}: natural exponents in a monoid and integer exponents in a group, with g0=eg^{0} = e satisfy ak(a)k(modn)a^k\equiv(a')^k\pmod n.

Facts & Assumptions

Given: Integers n,a,a,b,bn,a,a',b,b' with aa(modn)a\equiv a'\pmod n and bb(modn)b\equiv b'\pmod n.

[L2]

Z\mathbb Z is a commutative ring, so subtraction, distributivity and the identities used below are valid (The integers form a commutative ring).

[F2]

Natural powers in the multiplicative monoid of Z\mathbb Z satisfy x0=1x^0=1 and xk+1=xkxx^{k+1}=x^kx (Powers gng^{n}: natural exponents in a monoid and integer exponents in a group, with g0=eg^{0} = e).

[L3]

A property true at 00 and inherited by successors holds for every natural number (The principle of mathematical induction).

Proof

technique · direct
1.1

By [F1], n(aa)n\mid(a-a') and n(bb)n\mid(b-b').

givenF1
2.1

Since (a+b)(a+b)=(aa)+(bb)(a+b)-(a'+b')=(a-a')+(b-b'), linearity gives a+ba+b(modn)a+b\equiv a'+b'\pmod n.

step 1.1F1L1L2
2.2

Since (ab)(ab)=(aa)(bb)(a-b)-(a'-b')=(a-a')-(b-b'), linearity gives abab(modn)a-b\equiv a'-b'\pmod n; also n(aa)n\mid(a-a') gives n(aa)=(a)(a)n\mid-(a-a')=(-a)-(-a'), so aa(modn)-a\equiv-a'\pmod n.

step 1.1F1L1L2
2.3

The identity abab=a(bb)+b(aa)ab-a'b'=a(b-b')+b'(a-a') and linearity give n(abab)n\mid(ab-a'b'), hence abab(modn)ab\equiv a'b'\pmod n.

step 1.1F1L1L2
3.1

The power claim holds at k=0k=0 because a0=1=(a)0a^0=1=(a')^0. If it holds at kk, then step 2.3 applied to ak(a)ka^k\equiv(a')^k and aaa\equiv a' gives ak+1=aka(a)ka=(a)k+1a^{k+1}=a^ka\equiv(a')^ka'=(a')^{k+1}. Thus it holds for every kNk\in\mathbb N by induction.

step 2.3F2L3

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 46 results over 18 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources