Skip to content

arghyasur1991/mathematical-rediscovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Mathematical Rediscovery: A Teenage Journey Through Number Theory

Age 11-18 (2002-2009) | Three volumes, 353 pages | Independent β†’ Computational β†’ Classical

License: CC BY-NC-SA 4.0

The Story

Between ages 11 and 18, I independently explored mathematics across three research diaries (353 handwritten pages), rediscovering classical theorems, inventing my own notation, and developing original approachesβ€”culminating in work on quadratic reciprocity, zeta functions, and Fermat's Last Theorem by age 17.

The Journey:

  • Volume 1 (ages 13-14): Independent rediscovery before knowing classical names
  • Volume 2 (ages 13-18): Computational thinking & boolean algebra for programming
  • Volume 3 (ages 16-18): Graduate-level mathematics integrating classical knowledge

This repository contains:

  • πŸ“” Volume 1: Structured diary with organized chapters (view)
  • πŸ““ Volume 2: Raw research notebook & computational thinking (view)
  • πŸ“• Volume 3: Advanced mathematics & classical integration (view) ✨ NEW
  • πŸ“Š AI-generated in-depth analysis comparing my work to classical mathematics
  • πŸ€” Adult reflections on the journey (written at age 34, 2026)
  • πŸ” Historical context and timeline

Why This Matters

This isn't about claiming credit for discoveries. It's about:

  • Methodology: How independent exploration leads to genuine understanding
  • Pedagogy: What this reveals about how humans naturally discover mathematics
  • Accessibility: Showing that deep mathematical thinking is achievable through curiosity and structure

The value is in the journey and methodology, not the destination.

The Theorems Rediscovered

Classical Theorem Original Mathematician Year My Age Time Gap My Name For It Volume
Fermat's Little Theorem Pierre de Fermat 1640 13 364 years Theorem on R-series 1
Euler's Totient Function Leonhard Euler 1763 13-14 241 years Coprime Tendency (C_a) 1
Wilson's Theorem John Wilson/Lagrange 1770 13-14 235 years Factorial Remainder Property 1
Legendre's Formula Adrien-Marie Legendre 1808 14-15 197 years Exponent of Prime in n! 1
Binet's Formula (structure) Jacques Binet 1843 14-16 162 years Power Rule for G 1
Cassini's Identity Giovanni Cassini 1680 14-16 325 years Product Law 1
Catalan's Identity Eugène Catalan 1879 14-16 126 years Law of Means 1
d'Ocagne's Identity Charles d'Ocagne 1885 14-16 120 years Expansion Formula 1
Euler's Formula Leonhard Euler 1740s 14-16 ~260 years e^(xi) = cos x + i sin x 2
De Moivre's Theorem Abraham de Moivre 1707 14-16 ~300 years Complex power formula 2
Primitive Root Theorem Carl Friedrich Gauss 1801 15-17 ~205 years Every prime has generator 2
p-adic Numbers (concept) Kurt Hensel 1897 15-17 ~110 years Idempotent sequences 2

My Original Notation System

I didn't know the classical terminology, so I created my own:

My Term Classical Term What It Represents
ORV (Original Repeating Value) Multiplicative Order Period of decimal expansion
R-series Remainder Sequence Sequence of remainders in modular arithmetic
M-series Quotient Sequence Sequence of quotients (potentially original analysis)
Ο€-function Order Function Multiplicative order modulo n
C-tendency (C_a) Euler's Totient Function Ο†(n) Count of coprimes
Compound Ο€-function Generalized Order Original extension of multiplicative order

The Validation

Mathematical Olympiad Success:

  • 2008: Qualified Regional Mathematical Olympiad (RMO) - answered 4 of 6 questions correctly
  • 2009: Qualified for Indian National Mathematical Olympiad (INMO) - top ~30-35 students nationally
  • Attended 4-day training at Indian Statistical Institute (ISI)

The Advantage: While other students memorized theorems, I had already explored the patterns and proved the results myself. This deep understanding gave me a competitive edge in problem-solving.

RMO Preparation: This is when I first learned the classical names for what I had discovered. Reading "Fermat's Little Theorem" and realizing "wait, I proved this two years ago as 'Theorem on R-series'" was surreal.

Repository Contents

πŸ“” The Diaries

Volume 1: Structured Explorations (2004-2005, ~90 pages)

  • Organized chapters on prime numbers and Fibonacci series
  • Clean proofs, systematic exploration
  • Start here for the clearest view of the rediscoveries
  • Read Volume 1 | Analysis

Volume 2: Raw Research Notebook (2004-2009, 129 pages)

  • Working notebook with experimental proofs and dead ends
  • Boolean algebra framework for branchless programming (ages 15-17)
  • Transition from pure mathematics β†’ computational thinking
  • Euler's formula proof, De Moivre, primitive roots, p-adic numbers
  • Shows the messy reality of mathematical exploration
  • Read Volume 2 | Analysis

Volume 3: Advanced Mathematics (2007-2009, 136 pages) ✨ NEW

  • Most mathematically advanced volume (ages 16-18, Class 11-12)
  • Post-RMO/INMO work integrating classical terminology with personal notation
  • Quadratic Reciprocity derivation (the "Golden Theorem")
  • Fermat's Last Theorem explorations (unsolved until 1995!)
  • Zeta function investigations (Riemann Hypothesis territory)
  • Fuzzy logic + complex analysis extensions
  • Shows culmination: classical mastery + independent thinking
  • Read Volume 3 | Analysis
  • Digitization process notes

Original Scans:

Sample Pages: See sample scanned pages

πŸ“Š The Analysis

  • AI-generated comprehensive 3400+ line mathematical analysis based on Volume 1
  • Chapter-by-chapter breakdown
  • Comparison with classical proofs
  • Historical context

πŸ€” Reflections

  • Adult perspective (age 34, written 2026)
  • What I learned from the journey
  • Methodology and approach
  • The RMOβ†’INMO story

🎯 Context

  • Timeline of discoveries (age 11-16)
  • Notation system explained
  • Pedagogical implications
  • Notation dictionary (my terms β†’ classical terms)
  • Potentially original contributions
  • Comparison of proof methods

Key Chapters

Unit 1: Prime Numbers (Age 11-15)

  1. Relations with Decimals - The ORV concept, period theory
  2. Relations with Whole Numbers and Powers - Fermat's Little Theorem proof via decimal expansion
  3. Relations with Quotients - M-series analysis (possibly original)
  4. Coprime Numbers - Independent derivation of Euler's Totient Function
  5. Relations with Factorials - Wilson's Theorem, Legendre's Formula

Unit 2: Fibonacci Series (Age 14-16) 6. Fibonacci Series - Golden ratio, Cassini, Catalan, d'Ocagne identities 7. Generalization - Complete theory of linear recurrence relations

Novel Contributions

While the theorems themselves were already known, some aspects may have value:

  1. Proof via Decimal Expansion: My proof of Fermat's Little Theorem using decimal period properties is pedagogically interesting
  2. M-series Analysis: Frequency distribution of quotients in division - potentially original observation
  3. Boolean Algebra Framework for Programming (Volume 2, ages 15-17): Mathematical framework expressing conditional logic and control flow as pure algebraic expressions
    • Relational functions ($R_f$) encoding boolean conditions as arithmetic
    • Branchless computation: eliminating if-then-else with pure math
    • Loop-as-infinite-series formulation
    • Note: Similar to known branchless programming techniques (1980s+), but independently derived from first principles
  4. Notation as Discovery Tool: How creating your own framework enables insight
  5. R-series Approach to Wilson's Theorem: Novel proof method
  6. Compound Ο€-function: Original generalization of multiplicative order

The Approach

  • Started with simple observations (decimal patterns)
  • Created notation to capture patterns
  • Formed conjectures
  • Proved systematically
  • Explored connections between topics

Quick Start

  1. New here? Start with reflections/adult_perspective.md
  2. Want the timeline? Read context/timeline.md
  3. Curious about the math? Check analysis/MATHEMATICAL_ANALYSIS.md
  4. Educator/researcher? See for_researchers/README.md
  5. Want to understand my notation? Read context/notation_system.md

What I'm NOT Claiming

  • ❌ That I discovered these theorems first (they were known centuries ago)
  • ❌ That I'm a mathematical genius (I'm not)
  • ❌ That this deserves academic credit or awards
  • ❌ That my methods are superior to classical proofs

What I AM Sharing

  • βœ… A case study in independent mathematical discovery
  • βœ… How creating frameworks enables understanding
  • βœ… Potential pedagogical insights for math education
  • βœ… The methodology: observation β†’ pattern β†’ conjecture β†’ proof
  • βœ… Evidence that deep mathematics is accessible through curiosity

For Math Educators

This repository may be valuable for:

  • Understanding how students naturally discover mathematical patterns
  • The role of notation and framework creation in learning
  • Case study in mathematical exploration
  • Exploring alternative pedagogical approaches

Connect

License

Creative Commons License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

You are free to:

  • Share and adapt this work for non-commercial purposes
  • With appropriate attribution
  • Under the same license

Diary written 2002-2007 (ages 11-16). Analysis and reflections written January 2026 (age 34).

This work is shared openly for educational purposes and to contribute to discussions about mathematical pedagogy and independent discovery.