Alphabeta Math
Session-authored (Fable 5 assisted)
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.

13 results · all verified · 0 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 13 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Sine, Cosine, and the Definition of Pi

1 · Prerequisites

2 · Summary

Sine and cosine are defined by their everywhere-convergent power series, rather than by geometric angle measure. Termwise differentiation gives the harmonic-oscillator system, whose initial-value uniqueness establishes the addition formulas. Parity and the Pythagorean identity follow algebraically, while elementary series estimates give positivity of sine and strict decrease of cosine on the interval where the first quarter turn is located.

That first positive zero of cosine defines π\pi. Quarter-turn shifts identify the first positive sine zero, then integer shifts give every zero and the least common period 2π2\pi. The page records signs, monotonicity, ranges, the reciprocal trigonometric functions and their derivatives, and the fundamental limit sinx/x1\sin x/x\to1.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-02Open item page →

Sine and cosine defined by their real power series

Definition

For xRx\in\mathbb R, define sinx:=n=0(1)nx2n+1(2n+1)!,cosx:=n=0(1)nx2n(2n)!.\sin x:=\sum_{n=0}^{\infty}\frac{(-1)^nx^{2n+1}}{(2n+1)!},\qquad\cos x:=\sum_{n=0}^{\infty}\frac{(-1)^nx^{2n}}{(2n)!}.

These are real power series in the sense of A real power series about a centre, its interval of convergence, and its radius in [0,+][0,+\infty]. Their convergence for every real argument is discharged by The sine and cosine power series converge absolutely for every real argument .

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

The sine and cosine power series converge absolutely for every real argument

Statement

For every real xx, the defining power series of sinx\sin x and cosx\cos x converge absolutely. Equivalently, both have infinite radius of convergence.

Facts & Assumptions

Given: A real xx.

[L1]

The sine and cosine series have terms x2n+1/(2n+1)!x^{2n+1}/(2n+1)! and x2n/(2n)!x^{2n}/(2n)! up to signs (Sine and cosine defined by their real power series).

Proof

technique · direct
1.1

For the sine absolute terms, the successive ratio is x2/((2n+2)(2n+3))|x|^2/((2n+2)(2n+3)), which tends to 00.

L1algebra
1.2

For the cosine absolute terms, the successive ratio is x2/((2n+1)(2n+2))|x|^2/((2n+1)(2n+2)), which tends to 00.

L1algebra
2.1

The ratio test proves absolute convergence of both series for this arbitrary xx.

step 1.1step 1.2L2
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

The derivatives of sine and cosine are cosine and minus sine

Statement

The functions sin\sin and cos\cos are differentiable on R\mathbb R, with (sinx)=cosx,(cosx)=sinx.(\sin x)'=\cos x,\qquad(\cos x)'=-\sin x. Also sin0=0\sin0=0 and cos0=1\cos0=1.

Facts & Assumptions

Given: The sine and cosine power series.

[L2]

A real power series may be differentiated term by term inside its radius of convergence (Inside its radius a real power series may be differentiated term by term, and the differentiated series has the same radius).

Proof

technique · direct
1.1

Termwise differentiation of the sine series gives n0(1)nx2n/(2n)!=cosx\sum_{n\ge0}(-1)^nx^{2n}/(2n)!=\cos x.

L1L2
1.2

Termwise differentiation of the cosine series gives n0(1)nx2n+1/(2n+1)!=sinx-\sum_{n\ge0}(-1)^nx^{2n+1}/(2n+1)!=-\sin x.

L1L2
2.1

Evaluating the defining series at 00 gives sin0=0\sin0=0 and cos0=1\cos0=1.

L1algebra
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

Existence and uniqueness for y''=-y with prescribed initial data

Statement

For a,bRa,b\in\mathbb R, the function y(x)=acosx+bsinxy(x)=a\cos x+b\sin x is the unique twice differentiable function on R\mathbb R satisfying y=y,y(0)=a,y(0)=b.y''=-y,\qquad y(0)=a,\qquad y'(0)=b.

Facts & Assumptions

Proof

technique · direct
1.1

By [L1], y=acos+bsiny=a\cos+b\sin satisfies y=yy''=-y, y(0)=ay(0)=a, and y(0)=by'(0)=b.

L1algebra
2.1

Put h=zyh=z-y. Then h=hh''=-h, h(0)=h(0)=0h(0)=h'(0)=0, and E:=h2+(h)2E:=h^2+(h')^2 has derivative E=2h(h+h)=0E'=2h(h+h'')=0.

step 1.1L2algebra
3.1

Thus EE is constantly E(0)=0E(0)=0; as both squares are nonnegative, h=0h=0 everywhere and z=yz=y.

step 2.1L3algebra
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

The addition formulas for sine and cosine

Statement

For all real x,yx,y, sin(x+y)=sinxcosy+cosxsiny,\sin(x+y)=\sin x\cos y+\cos x\sin y, cos(x+y)=cosxcosysinxsiny.\cos(x+y)=\cos x\cos y-\sin x\sin y.

Proof

technique · direct
1.1

The function xsin(x+y)x\mapsto\sin(x+y) solves u=uu''=-u with initial values u(0)=sinyu(0)=\sin y, u(0)=cosyu'(0)=\cos y.

L2
1.2

The function xsinxcosy+cosxsinyx\mapsto\sin x\cos y+\cos x\sin y has the same equation and initial values.

L2algebra
2.1

Uniqueness in [L1] gives the sine addition formula.

step 1.1step 1.2L1
3.1

Repeating the argument for xcos(x+y)x\mapsto\cos(x+y) and cosxcosysinxsiny\cos x\cos y-\sin x\sin y gives the cosine addition formula.

L1L2
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

Parity and the Pythagorean identity for sine and cosine

Statement

For every real xx, sin(x)=sinx,cos(x)=cosx,sin2x+cos2x=1.\sin(-x)=-\sin x,\qquad\cos(-x)=\cos x,\qquad\sin^2x+\cos^2x=1. Consequently sinx1|\sin x|\le1 and cosx1|\cos x|\le1.

Facts & Assumptions

Proof

technique · direct
1.1

The derivative of F(x)=sin2x+cos2xF(x)=\sin^2x+\cos^2x is 2sinxcosx2cosxsinx=02\sin x\cos x-2\cos x\sin x=0.

L2L3algebra
2.1

Step 1.1 makes FF differentiable everywhere, hence continuous by [L4]. The zero-derivative theorem therefore makes FF constant, and F(0)=1F(0)=1, proving sin2x+cos2x=1\sin^2x+\cos^2x=1; each square is then at most 11.

step 1.1L2L3L4algebra
3.1

Applying the addition formulas at x+(x)=0x+(-x)=0 gives 0=sinxcos(x)+cosxsin(x),1=cosxcos(x)sinxsin(x).0=\sin x\cos(-x)+\cos x\sin(-x),\qquad 1=\cos x\cos(-x)-\sin x\sin(-x). The coefficient matrix squares to the identity by step 2.1, so these equations give cos(x)=cosx\cos(-x)=\cos x and sin(x)=sinx\sin(-x)=-\sin x.

L1L2step 2.1algebra
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

Sine is positive and cosine is strictly decreasing on (0,2), with cos 2 at most -1/3

Statement

For 0<x20<x\le2, sinxxx3/6x/3>0\sin x\ge x-x^3/6\ge x/3>0. Also cos21/3\cos2\le-1/3. Consequently cos\cos is strictly decreasing on [0,2][0,2].

Facts & Assumptions

Proof

technique · direct
1.1

The absolute sine terms after the first have successive ratio at most 4/6<14/6<1, so [L2] gives sinxxx3/6x/3>0\sin x\ge x-x^3/6\ge x/3>0.

L1L2algebra
1.2

In the cosine series at 22, the first three terms sum to 12+2/3=1/31-2+2/3=-1/3, and the remaining alternating tail begins negative with decreasing absolute terms; hence cos21/3\cos2\le-1/3.

L1L2algebra
2.1

On (0,2)(0,2) one has cos=sin<0\cos'=-\sin<0 by step 1.1, so the mean value theorem makes cos\cos strictly decreasing on [0,2][0,2].

step 1.1L3
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

Cosine has a smallest positive zero, lying strictly between zero and two

Statement

There is a unique γ(0,2)\gamma\in(0,2) with cosγ=0\cos\gamma=0. It is the smallest positive zero of cosine.

Facts & Assumptions

Given: The cosine function.

[L1]

cos0=1\cos0=1, cos21/3\cos2\le-1/3, and cos\cos is strictly decreasing on [0,2][0,2] (Sine is positive and cosine is strictly decreasing on (0,2), with cos 2 at most -1/3).

[L2]

Power-series sums are continuous on their interval of convergence (The sum of a real power series is continuous at every point strictly inside its interval of convergence).

Proof

technique · direct
1.1

Continuity, cos0>0\cos0>0, and cos2<0\cos2<0 give some γ(0,2)\gamma\in(0,2) with cosγ=0\cos\gamma=0.

L1L2L3
2.1

Strict decrease on [0,2][0,2] makes this zero unique and gives cosx>0\cos x>0 for 0x<γ0\le x<\gamma.

step 1.1L1
3.1

No positive number below γ\gamma is a zero, so γ\gamma is the smallest positive zero.

step 2.1
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-02Open item page →

Pi as twice the smallest positive zero of cosine

Definition

Let γ\gamma be the unique smallest positive zero of cosine supplied by Cosine has a smallest positive zero, lying strictly between zero and two. Define π:=2γ.\pi:=2\gamma.

Thus π>0\pi>0 and π/2=γ\pi/2=\gamma.

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

Quarter-turn values and shifts by pi/2 and pi

Statement

For every real xx, sin(x+π/2)=cosx,cos(x+π/2)=sinx,sin(x+π)=sinx,cos(x+π)=cosx.\sin(x+\pi/2)=\cos x,\quad\cos(x+\pi/2)=-\sin x,\quad\sin(x+\pi)=-\sin x,\quad\cos(x+\pi)=-\cos x. In particular, sin(π/2)=1,cos(π/2)=0,sinπ=0,cosπ=1.\sin(\pi/2)=1,\quad\cos(\pi/2)=0,\quad\sin\pi=0,\quad\cos\pi=-1.

Facts & Assumptions

Proof

technique · direct
1.1

From cos2γ+sin2γ=1\cos^2\gamma+\sin^2\gamma=1, cosγ=0\cos\gamma=0, and sinγ>0\sin\gamma>0, one gets sinγ=1\sin\gamma=1.

L1L2
2.1

Substituting γ\gamma into the addition formulas gives sin(x+γ)=cosx\sin(x+\gamma)=\cos x and cos(x+γ)=sinx\cos(x+\gamma)=-\sin x.

step 1.1L2
3.1

Applying step 2.1 twice gives the shifts by 2γ=π2\gamma=\pi and the listed special values.

step 2.1L1
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

Pi is the first positive zero of sine

Statement

sinπ=0\sin\pi=0, and sinx>0\sin x>0 for every xx with 0<x<π0<x<\pi. Thus π\pi is the first positive zero of sine.

Facts & Assumptions

Given: π=2γ\pi=2\gamma.

[L1]

The shift identities give sinπ=0\sin\pi=0 and sin(γ+t)=cost\sin(\gamma+t)=\cos t (Quarter-turn values and shifts by pi/2 and pi).

[L2]

sinx>0\sin x>0 for 0<xγ0<x\le\gamma, and cost>0\cos t>0 for 0t<γ0\le t<\gamma (Sine is positive and cosine is strictly decreasing on (0,2), with cos 2 at most -1/3, Pi as twice the smallest positive zero of cosine).

Proof

technique · direct
1.1

The first assertion is in [L1].

L1
1.2

If 0<xγ0<x\le\gamma, positivity follows from [L2]; if γ<x<2γ\gamma<x<2\gamma, write x=γ+tx=\gamma+t with 0<t<γ0<t<\gamma, and [L1] and [L2] give sinx=cost>0\sin x=\cos t>0.

L1L2cases
2.1

These cases cover 0<x<π=2γ0<x<\pi=2\gamma, proving that π\pi is the first positive sine zero.

step 1.1step 1.2cases-exhaustive
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

The zero sets of sine and cosine and the least positive common period 2 pi

Statement

For every real xx, sinx=0x=mπ for some mZ,cosx=0x=(m+1/2)π for some mZ.\sin x=0\Longleftrightarrow x=m\pi\text{ for some }m\in\mathbb Z,\qquad \cos x=0\Longleftrightarrow x=(m+1/2)\pi\text{ for some }m\in\mathbb Z. Both sine and cosine have period 2π2\pi, and no smaller positive number is a common period.

Facts & Assumptions

Given: A real xx.

[L1]

π\pi is the first positive sine zero, and sine is positive on (0,π)(0,\pi) (Pi is the first positive zero of sine).

[L2]

Shifts by π\pi negate sine and cosine, while shifts by π/2\pi/2 exchange them up to sign (Quarter-turn values and shifts by pi/2 and pi).

[L3]

Every real has an integer part; every integer is a natural number or the negative of a natural number; natural induction and the integer-power laws are valid (Integer part: for every real xx there is exactly one integer mm with mx<m+1m \le x < m + 1, Integer powers ama^m, The principle of mathematical induction, Laws of integer exponents).

Proof

technique · direct
1.1

Natural induction applied to the π\pi shift gives sin(x+nπ)=(1)nsinx\sin(x+n\pi)=(-1)^n\sin x and cos(x+nπ)=(1)ncosx\cos(x+n\pi)=(-1)^n\cos x for every natural nn. Applying these identities at xnπx-n\pi gives the matching backward shifts; since every integer is nn or n-n and (1)n=(1)n(-1)^{-n}=(-1)^n, the displayed identities hold for every integer mm.

L2L3algebra
2.1

Choose an integer mm with mπx<(m+1)πm\pi\le x<(m+1)\pi and put r=xmπ[0,π)r=x-m\pi\in[0,\pi). By [L1] and step 1.1, sinx=0\sin x=0 exactly when r=0r=0, hence exactly when x=mπx=m\pi.

L1step 1.1L3
3.1

The quarter-turn shift converts the sine zero set into cosx=0\cos x=0 exactly when x=(m+1/2)πx=(m+1/2)\pi.

step 2.1L2
4.1

Step 1.1 with m=2m=2 gives period 2π2\pi. A positive common period TT has sinT=0\sin T=0, hence T=mπT=m\pi by step 2.1; m=1m=1 fails for cosine because cosπ=1\cos\pi=-1, so m2m\ge2.

step 2.1step 3.1L1L2
5.1

Therefore 2π2\pi is the least positive common period.

step 4.1
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

Signs, monotonicity intervals, and ranges of sine and cosine

Statement

Sine is strictly increasing on each interval [π/2+2mπ,π/2+2mπ][-\pi/2+2m\pi,\pi/2+2m\pi] and strictly decreasing on each interval [π/2+2mπ,3π/2+2mπ][\pi/2+2m\pi,3\pi/2+2m\pi]. Cosine is strictly decreasing on [2mπ,(2m+1)π][2m\pi,(2m+1)\pi] and strictly increasing on [(2m+1)π,(2m+2)π][(2m+1)\pi,(2m+2)\pi]. Both functions have range [1,1][-1,1].

Facts & Assumptions

Given: An integer mm.

[L1]

The zero sets, signs on the fundamental intervals, and period 2π2\pi follow from The zero sets of sine and cosine and the least positive common period 2 pi.

[L2]

Quarter-turn values give the endpoint values 1,0,1-1,0,1 (Quarter-turn values and shifts by pi/2 and pi).

Proof

technique · direct
1.1

On the open intervals where cos\cos is positive respectively negative, sin=cos\sin'=\cos makes sine strictly increasing respectively decreasing.

L1L3
1.2

On the open intervals where sin\sin is positive respectively negative, cos=sin\cos'=-\sin makes cosine strictly decreasing respectively increasing.

L1L3
2.1

The period moves these conclusions to every integer mm, and the endpoint values in [L2] show both ranges are exactly [1,1][-1,1].

step 1.1step 1.2L1L2
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-02Open item page →

Tangent, cotangent, secant, and cosecant on their exact natural domains

Definition

Define tanx:=sinxcosx(xπ/2+mπ),cotx:=cosxsinx(xmπ),\tan x:=\frac{\sin x}{\cos x}\quad(x\ne\pi/2+m\pi),\qquad\cot x:=\frac{\cos x}{\sin x}\quad(x\ne m\pi), secx:=1cosx(xπ/2+mπ),cscx:=1sinx(xmπ),\sec x:=\frac1{\cos x}\quad(x\ne\pi/2+m\pi),\qquad\csc x:=\frac1{\sin x}\quad(x\ne m\pi), where mm ranges over the integers. The exclusions are exactly the zero sets of The zero sets of sine and cosine and the least positive common period 2 pi.

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

Derivatives and fundamental periods of tangent, cotangent, secant, and cosecant

Statement

On their natural domains, (tanx)=sec2x,(cotx)=csc2x,(secx)=secxtanx,(cscx)=cscxcotx.(\tan x)'=\sec^2x,\qquad(\cot x)'=-\csc^2x,\qquad(\sec x)'=\sec x\tan x,\qquad(\csc x)'=-\csc x\cot x. Tangent and cotangent have least positive period π\pi; secant and cosecant have least positive period 2π2\pi.

Facts & Assumptions

Proof

technique · direct
1.1

Quotient and reciprocal differentiation applied to [L1] gives the four displayed derivatives after using sin2+cos2=1\sin^2+\cos^2=1.

L1L2L3
1.2

Shifting by π\pi negates both sine and cosine, so their quotients have period π\pi, while their reciprocals change sign and therefore have period 2π2\pi.

L1L3
2.1

The zero-set and quarter-turn values rule out a smaller positive period in each case.

step 1.2L2L3
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

The limit of sin x divided by x at zero is one

Statement

limx0sinxx=1.\lim_{x\to0}\frac{\sin x}{x}=1.

Facts & Assumptions

Given: The sine function at zero.

[L1]

sin(0)=cos0=1\sin'(0)=\cos0=1 and sin0=0\sin0=0 (The derivatives of sine and cosine are cosine and minus sine).

Proof

technique · direct
1.1

Substituting [L1] into the derivative definition [L2] gives limx0sinx/x=1\lim_{x\to0}\sin x/x=1.

L1L2
2.1

This is the asserted limit.

step 1.1

5 · Examples, counterexamples and false statements

None yet.

Sources

Standard references

Recommended treatments; not extraction sources.