Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck 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.

Sign rules for products and monotonicity of multiplication

Statement

Let F be an ordered field (Ordered field) with positive cone P, and let a,b,c∈F.

  1. If a>0 and b>0 then ab>0.
  2. If a>0 and b<0 then ab<0.
  3. If a<0 and b<0 then ab>0.
  4. If c>0 then a<b  ⟺  ac<bc.
  5. If c<0 then a<b  ⟺  bc<ac (multiplication by a negative reverses order).

Facts & Assumptions

Given: An ordered field F with positive cone P, and elements a,b,c∈F.

[L1]

For x,y∈F: x<y  ⟺  y−x∈P; x>0  ⟺  x∈P; x<0  ⟺  −x∈P; and (trichotomy) for each x exactly one of x∈P, x=0, −x∈P holds, so 0∉P and x∈P⇒x≠0 (Ordered field).

[L2]

P is closed under multiplication: if u,v∈P then uv∈P (axiom O2 of Ordered field).

[L3]

In any field, (−u)v=−(uv) and (−u)(−v)=uv (Sign rules for products: (−a)b=−(ab) and (−a)(−b)=ab).

[L4]

In any field, 0⋅u=0 (Multiplication by zero: 0⋅a=0).

Proof

technique · direct
1.1

Assume a>0 and b>0, i.e. a∈P and b∈P; closure gives ab∈P, so ab>0, proving claim 1.

assume-hypL1L2
1.2

Assume a>0 and b<0, i.e. a∈P and −b∈P; closure gives a(−b)∈P.

assume-hypL1L2
1.3

Assume a<0 and b<0, i.e. −a∈P and −b∈P; closure gives (−a)(−b)∈P.

assume-hypL1L2
1.4

Assume c>0 and a<b, i.e. c∈P and b−a∈P; closure gives (b−a)c∈P.

assume-hypL1L2
1.5

Assume c<0 and a<b, i.e. −c∈P and b−a∈P; closure gives (b−a)(−c)∈P.

assume-hypL1L2
2.1

Since a(−b)=−(ab) by L3, step 1.2 gives −(ab)∈P, so ab<0, proving claim 2.

step 1.2L3L1
2.2

Since (−a)(−b)=ab by L3, step 1.3 gives ab∈P, so ab>0, proving claim 3.

step 1.3L3L1
2.3

By distributivity (b−a)c=bc−ac, so step 1.4 gives bc−ac∈P, i.e. ac<bc: this is the forward direction of claim 4.

step 1.4algebraL1
2.4

By L3 and distributivity (b−a)(−c)=−((b−a)c)=−(bc−ac)=ac−bc, so step 1.5 gives ac−bc∈P, i.e. bc<ac: this is the forward direction of claim 5.

step 1.5L3algebraL1
3.1

Conversely, assume c>0 and ac<bc; by trichotomy exactly one of a<b, a=b, b<a holds. If a=b then ac=bc, contradicting ac<bc; if b<a then the argument of step 2.3 applied to the pair b<a gives bc<ac, so bc−ac∈P (from ac<bc) while ac−bc∈P (from bc<ac), putting the element bc−ac and its negative ac−bc both in P, which trichotomy forbids; hence a<b: this completes claim 4.

assume-hypstep 2.3L4L1algebra
4.1

Conversely, assume c<0 and bc<ac; by trichotomy exactly one of a<b, a=b, b<a holds. If a=b then ac=bc, contradicting bc<ac; if b<a then the argument of step 2.4 applied to the pair b<a gives ac<bc, so ac−bc∈P (from bc<ac) while bc−ac∈P (from ac<bc), putting the element ac−bc and its negative bc−ac both in P, which trichotomy forbids; hence a<b: this completes claim 5.

assume-hypstep 2.4L4L1algebra∎

Depends on

Used by

…and 114 more results.

Dependency tree · two levels

4 results within two dependency steps 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