We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7520d3e commit 06d6a83Copy full SHA for 06d6a83
src/algebra/fibonacci-numbers.md
@@ -22,7 +22,7 @@ Fibonacci numbers possess a lot of interesting properties. Here are a few of the
22
23
$$F_{n-1} F_{n+1} - F_n^2 = (-1)^n$$
24
25
-This can be proved by induction. A one-line proof due to Knuth comes from taking the determinant of the 2x2 matrix form below.
+>This can be proved by induction. A one-line proof by Knuth comes from taking the determinant of the 2x2 matrix form below.
26
27
* The "addition" rule:
28
0 commit comments