Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25
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.

Multiplication by zero: 0⋅a=0

Statement

In any field F (Field), for every a∈F we have 0⋅a=0.

Facts & Assumptions

Given: A field F and an element a∈F.

[L1]

Field axioms (Field): 0 is the additive identity, so 0+0=0 and x+0=x for all x; multiplication distributes over addition, (y+z)⋅x=y⋅x+z⋅x.

[L2]

Field axioms (Field): every element has an additive inverse, so addition admits cancellation: if x+z=y+z then x=y.

Proof

technique · direct
1.1

Since 0+0=0, we have 0⋅a=(0+0)⋅a.

L1
1.2

By distributivity, (0+0)⋅a=0⋅a+0⋅a.

L1
1.3

Since 0 is the additive identity, 0⋅a=0⋅a+0.

L1
2.1

Combining the two expressions for (0+0)⋅a gives 0⋅a=0⋅a+0⋅a.

step 1.1step 1.2
3.1

From steps 1.3 and 2.1, 0⋅a+0=0⋅a+0⋅a.

step 1.3step 2.1
4.1

Cancelling 0⋅a from both sides yields 0=0⋅a, that is 0⋅a=0.

step 3.1L2∎

Depends on

Used by

Dependency tree · one level

1 result within one dependency step of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources