Skip to content

Formal Sciences

Mathematics Core

Math facts — equations, proofs, and number patterns from classic books.

Facts in this library
659
All libraries combined
105,769
Proof stamp
checking…

Where the facts come from

  • De Morgan Formal Logic
  • Granville Calculus Excerpt

Quick install for robot helpers

npx @smithery/cli run crmendeavors/unison-orchestration-hub

Ask questions here: https://unison-edge-gateway.unisonorchestration.workers.dev/mcp/v1/search?collection=unison_mathematics_core&q=

Sample real factsshowing 2 rows

#math_001 · unison_mathematics_core

Logic De Morgan laws: ¬(A∧B)≡¬A∨¬B; ¬(A∨B)≡¬A∧¬B. Modus ponens: [P∧(P→Q)]→Q. Modus tollens: [¬Q∧(P→Q)]→¬P. Contrapositive: (P→Q)≡(¬Q→¬P).

#math_002 · unison_mathematics_core

Calculus Taylor series: f(x)=Σ[f^(n)(a)/n!](x-a)^n. e^x=1+x+x²/2!+x³/3!+… sin(x)=x-x³/3!+x⁵/5!-… Radius convergence: lim|a_{n+1}/a_n|.