Department of Mathematics
Indian Institute of Science
Bangalore
1997 | ||
2017 | ||
? |
Whether? When? How? |
length | 2 | 3 | 4 | 5 | 6 |
number | 856944 | 110386 | 27836 | 3665 | 980 |
length | 7 | 8 | 9 | 10 | |
number | 127 | 46 | 15 | 1 |
reserve n,p for Nat;
theorem Euclid: ex p st p is prime & p > n
proof
set k = n! + 1;
n! > 0 by NEWTON:23;
then n! >= 0 + 1 by NAT_1:38;
then k >= 1 + 1 by REAL_1:55;
then consider p such that
A1: p is prime & p divides k by INT_2:48;
A2: p <> 0 & p > 1 by A1,INT_2:def 5;
take p;
thus p is prime by A1;
assume p <= n;
then p divides n! by A2,NAT_LAT:16;
then p divides 1 by A1,NAT_1:57;
hence contradiction by A2,NAT_1:54;
end;
theorem {p: p is prime} is infinite
from Unbounded(Euclid);
The full formal proof is 44 lines
Pentium FDIV Bug | Fixing an error is very costly | |
Therac 25 radiation machine | Safety critical | |
WhatsApp Pegasus attack | A bug is a vulnerability |
Intel Chips | Fixing an error is very costly | |
Paris driverless metro | Safety critical | |
Scala dotty compiler | A bug is a vulnerability |