Untitled Proof
Theorem statement (optional)
Enter adds a newline. Cmd/Ctrl+Shift+Enter adds a new proof line.
- Empty line
□
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.
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'.