graph
1
2
Sections
Graphs
Doc
Def
prime(a) ==
a = 0 &
(a ~ 1) & (
b,c:
. (a | (b
c))
(a | b)
(a | c))
is mentioned by
Thm*
p:
. prime(p)
(
m,n:
. m
m = p
n
n
n = 0)
[sqrt_prime_irrational]
In prior sections:
num
thy
1
Try larger context:
Graphs
graph
1
2
Sections
Graphs
Doc