LmNAT:
for a, n being Nat
for x being non negative Real st a |^ n < x |^ n & x |^ n < (a + 1) |^ n holds
not x is Nat
LmN30:
for a, b being non square Element of NAT st a,b are_coprime holds
not a * b is square
COMPLEX175:
for a being Integer holds |.a.| |^ 2 = a |^ 2
LmX:
for m, n being Nat
for a, b being Integer st a |^ m divides b & not a |^ n divides b holds
n > m
LmSQ:
for p being prime Nat
for k being square Nat st p divides k holds
p ^2 divides k
NAT517:
for c, a, b being Nat st a,b are_coprime holds
c gcd (a * b) = (c gcd a) * (c gcd b)
LmC1:
for a being non zero Nat
for p being non trivial Nat holds
( p |^ (p |-count a) divides a & not p * (p |^ (p |-count a)) divides a )
ABS1:
for a, b being Integer st |.a.| <> |.b.| holds
( a - b <> 0 & a + b <> 0 )
LmC10:
for a being Integer
for b being non zero Integer
for n being non zero Nat st a = b |^ n holds
for p being prime Nat holds n divides p |-count a