Proof Builder
Line-by-line LaTeX proof workspace
Scratchpad (not saved)
Save to create a persistent, shareable workspace.
- 1Preview
Proof Builder Help
Quick Start
Editing Workflow
Export & Share
Example Proofs
Limit of a Convergent Sequence is Unique
Real Analysis
If a sequence converges, it cannot converge to two different limits.
Every Convergent Sequence is Bounded
Real Analysis
A convergent sequence has a bounded tail, and only finitely many early terms remain to control.
Modus Ponens
Logic
From P and P -> Q, conclude Q.
Irrationality of sqrt(2)
Number Theory
Classic contradiction proof.
Limit of x^2 at 2
Real Analysis
Epsilon-delta proof that lim_{x->2} x^2 = 4.
Kernel is a Subspace
Linear Algebra
Show ker(T) is a subspace of V.
Eigenvectors for Distinct Eigenvalues are Independent
Linear Algebra
A standard induction proof showing that distinct eigenvalues force independent eigenvectors.
Sum of First n Integers
Combinatorics
Induction proof for 1+...+n = n(n+1)/2.
De Morgan's Law
Set Theory
Show (A \cup B)^c = A^c \cap B^c by double inclusion.
Triangle Inequality in R
Metric Spaces
Derive |a+b| \le |a|+|b| from squaring.
Uniqueness of Identity
Abstract Algebra
If a group has identity elements e and e', then e=e'.
Derivative of a Constant is Zero
Calculus
The difference quotient collapses immediately because the numerator is identically zero.
Power Rule for Positive Integers
Calculus
Using first principles, the binomial theorem shows that only the linear-in-h term survives in the derivative limit.
Chain Rule
Calculus
The derivative of f(g(x)) is f'(g(x)) times g'(x), proved via an extended difference quotient.
Differentiable Implies Continuous
Calculus
Differentiability gives a factorization that forces the function increment to go to zero.
Learn Math
Proofs to Work Through Here
These learn pages pair well with Proof Builder because each one depends on line-by-line structure, explicit assumptions, and clear justification.
- Proof that the derivative of a constant function is zero
This proof is short, but it matters because it shows the derivative definition already knows that a function with no change has zero slope. Nothing extra has to be added as a rule.
- Proof that every convergent sequence is bounded
This theorem is a standard follow-up to the definition of convergence because it shows how one tail estimate plus finitely many early terms gives a global bound on the whole sequence.
- Proof that a differentiable function is continuous
This proof shows why differentiability is a stronger condition than continuity. The difference $f(a+h)-f(a)$ factors into a difference quotient times $h$, and that product is forced to zero.
- Epsilon-delta proof that
This proof is common because it shows the standard move in early analysis: factor the expression, then bound the extra factor by forcing $x$ into a smaller interval first.
- Proof that for positive integers
This proof shows where the power rule comes from rather than treating it as a black box. The binomial theorem isolates the only term that survives after dividing by $h$ and taking the limit.