Alphabeta Math
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 π. Quarter-turn shifts identify the first positive sine zero, then integer shifts give every zero and the least common period 2π. The page records signs, monotonicity, ranges, the reciprocal trigonometric functions and their derivatives, and the fundamental limit sin⁡x/x→1.

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 x∈R, define sin⁡x:=∑n=0∞(−1)nx2n+1(2n+1)!,cos⁡x:=∑n=0∞(−1)nx2n(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,+∞]. 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 x, the defining power series of sin⁡x and cos⁡x converge absolutely. Equivalently, both have infinite radius of convergence.

Facts & Assumptions

Given: A real x.

[L1]

The sine and cosine series have terms x2n+1/(2n+1)! and x2n/(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 ∣x∣2/((2n+2)(2n+3)), which tends to 0.

L1algebra
1.2

For the cosine absolute terms, the successive ratio is ∣x∣2/((2n+1)(2n+2)), which tends to 0.

L1algebra
2.1

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

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⁡ and cos⁡ are differentiable on R, with (sin⁡x)′=cos⁡x,(cos⁡x)′=−sin⁡x. Also sin⁡0=0 and cos⁡0=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 ∑n≥0(−1)nx2n/(2n)!=cos⁡x.

L1L2
1.2

Termwise differentiation of the cosine series gives −∑n≥0(−1)nx2n+1/(2n+1)!=−sin⁡x.

L1L2
2.1

Evaluating the defining series at 0 gives sin⁡0=0 and cos⁡0=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,b∈R, the function y(x)=acos⁡x+bsin⁡x is the unique twice differentiable function on R satisfying y′′=−y,y(0)=a,y′(0)=b.

Facts & Assumptions

Proof

technique · direct
1.1

By [L1], y=acos⁡+bsin⁡ satisfies y′′=−y, y(0)=a, and y′(0)=b.

L1algebra
2.1

Put h=z−y. Then h′′=−h, h(0)=h′(0)=0, and E:=h2+(h′)2 has derivative E′=2h(h+h′′)=0.

step 1.1L2algebra
3.1

Thus E is constantly E(0)=0; as both squares are nonnegative, h=0 everywhere and z=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,y, sin⁡(x+y)=sin⁡xcos⁡y+cos⁡xsin⁡y, cos⁡(x+y)=cos⁡xcos⁡y−sin⁡xsin⁡y.

Facts & Assumptions

Proof

technique · direct
1.1

The function x↦sin⁡(x+y) solves u′′=−u with initial values u(0)=sin⁡y, u′(0)=cos⁡y.

L2
1.2

The function x↦sin⁡xcos⁡y+cos⁡xsin⁡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 x↦cos⁡(x+y) and cos⁡xcos⁡y−sin⁡xsin⁡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 x, sin⁡(−x)=−sin⁡x,cos⁡(−x)=cos⁡x,sin⁡2x+cos⁡2x=1. Consequently ∣sin⁡x∣≤1 and ∣cos⁡x∣≤1.

Facts & Assumptions

Proof

technique · direct
1.1

The derivative of F(x)=sin⁡2x+cos⁡2x is 2sin⁡xcos⁡x−2cos⁡xsin⁡x=0.

L2L3algebra
2.1

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

step 1.1L2L3L4algebra
3.1

Applying the addition formulas at x+(−x)=0 gives 0=sin⁡xcos⁡(−x)+cos⁡xsin⁡(−x),1=cos⁡xcos⁡(−x)−sin⁡xsin⁡(−x). The coefficient matrix squares to the identity by step 2.1, so these equations give cos⁡(−x)=cos⁡x and 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<x≤2, sin⁡x≥x−x3/6≥x/3>0. Also cos⁡2≤−1/3. Consequently cos⁡ is strictly decreasing on [0,2].

Facts & Assumptions

Proof

technique · direct
1.1

The absolute sine terms after the first have successive ratio at most 4/6<1, so [L2] gives sin⁡x≥x−x3/6≥x/3>0.

L1L2algebra
1.2

In the cosine series at 2, the first three terms sum to 1−2+2/3=−1/3, and the remaining alternating tail begins negative with decreasing absolute terms; hence cos⁡2≤−1/3.

L1L2algebra
2.1

On (0,2) one has cos⁡′=−sin⁡<0 by step 1.1, so the mean value theorem makes cos⁡ strictly decreasing on [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) with cos⁡γ=0. It is the smallest positive zero of cosine.

Facts & Assumptions

Given: The cosine function.

[L1]

cos⁡0=1, cos⁡2≤−1/3, and cos⁡ is strictly decreasing on [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, cos⁡0>0, and cos⁡2<0 give some γ∈(0,2) with cos⁡γ=0.

L1L2L3
2.1

Strict decrease on [0,2] makes this zero unique and gives cos⁡x>0 for 0≤x<γ.

step 1.1L1
3.1

No positive number below γ is a zero, so γ 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 γ be the unique smallest positive zero of cosine supplied by Cosine has a smallest positive zero, lying strictly between zero and two. Define π:=2γ.

Thus π>0 and π/2=γ.

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 x, sin⁡(x+π/2)=cos⁡x,cos⁡(x+π/2)=−sin⁡x,sin⁡(x+π)=−sin⁡x,cos⁡(x+π)=−cos⁡x. In particular, sin⁡(π/2)=1,cos⁡(π/2)=0,sin⁡π=0,cos⁡π=−1.

Proof

technique · direct
1.1

From cos⁡2γ+sin⁡2γ=1, cos⁡γ=0, and sin⁡γ>0, one gets sin⁡γ=1.

L1L2
2.1

Substituting γ into the addition formulas gives sin⁡(x+γ)=cos⁡x and cos⁡(x+γ)=−sin⁡x.

step 1.1L2
3.1

Applying step 2.1 twice gives the shifts by 2γ=π 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, and sin⁡x>0 for every x with 0<x<π. Thus π is the first positive zero of sine.

Facts & Assumptions

Given: π=2γ.

[L1]

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

[L2]

Proof

technique · direct
1.1

The first assertion is in [L1].

L1
1.2

If 0<x≤γ, positivity follows from [L2]; if γ<x<2γ, write x=γ+t with 0<t<γ, and [L1] and [L2] give sin⁡x=cos⁡t>0.

L1L2cases
2.1

These cases cover 0<x<π=2γ, proving that π 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 x, sin⁡x=0⟺x=mπ for some m∈Z,cos⁡x=0⟺x=(m+1/2)π for some m∈Z. Both sine and cosine have period 2π, and no smaller positive number is a common period.

Facts & Assumptions

Given: A real x.

[L1]

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

[L2]

Shifts by π negate sine and cosine, while shifts by π/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 x there is exactly one integer m with m≤x<m+1, Integer powers am, The principle of mathematical induction, Laws of integer exponents).

Proof

technique · direct
1.1

Natural induction applied to the π shift gives sin⁡(x+nπ)=(−1)nsin⁡x and cos⁡(x+nπ)=(−1)ncos⁡x for every natural n. Applying these identities at x−nπ gives the matching backward shifts; since every integer is n or −n and (−1)−n=(−1)n, the displayed identities hold for every integer m.

L2L3algebra
2.1

Choose an integer m with mπ≤x<(m+1)π and put r=x−mπ∈[0,π). By [L1] and step 1.1, sin⁡x=0 exactly when r=0, hence exactly when x=mπ.

L1step 1.1L3
3.1

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

step 2.1L2
4.1

Step 1.1 with m=2 gives period 2π. A positive common period T has sin⁡T=0, hence T=mπ by step 2.1; m=1 fails for cosine because cos⁡π=−1, so m≥2.

step 2.1step 3.1L1L2
5.1

Therefore 2π 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π] and strictly decreasing on each interval [π/2+2mπ,3π/2+2mπ]. Cosine is strictly decreasing on [2mπ,(2m+1)π] and strictly increasing on [(2m+1)π,(2m+2)π]. Both functions have range [−1,1].

Facts & Assumptions

Given: An integer m.

[L1]

The zero sets, signs on the fundamental intervals, and period 2π 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 (Quarter-turn values and shifts by pi/2 and pi).

Proof

technique · direct
1.1

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

L1L3
1.2

On the open intervals where sin⁡ is positive respectively negative, cos⁡′=−sin⁡ makes cosine strictly decreasing respectively increasing.

L1L3
2.1

The period moves these conclusions to every integer m, and the endpoint values in [L2] show both ranges are exactly [−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 tan⁡x:=sin⁡xcos⁡x(x≠π/2+mπ),cot⁡x:=cos⁡xsin⁡x(x≠mπ), sec⁡x:=1cos⁡x(x≠π/2+mπ),csc⁡x:=1sin⁡x(x≠mπ), where m 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, (tan⁡x)′=sec⁡2x,(cot⁡x)′=−csc⁡2x,(sec⁡x)′=sec⁡xtan⁡x,(csc⁡x)′=−csc⁡xcot⁡x. Tangent and cotangent have least positive period π; secant and cosecant have least positive period 2π.

Facts & Assumptions

Proof

technique · direct
1.1

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

L1L2L3
1.2

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

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

lim⁡x→0sin⁡xx=1.

Facts & Assumptions

Given: The sine function at zero.

[L1]

sin⁡′(0)=cos⁡0=1 and sin⁡0=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 lim⁡x→0sin⁡x/x=1.

L1L2
2.1

This is the asserted limit.

step 1.1∎

5 · Examples, counterexamples and false statements

None yet.

Sources