anthem-rs/examples/example-prime.lemmas

2 lines
111 B
Plaintext
Raw Normal View History

2020-05-29 18:59:16 +02:00
lemma(backward): forall N (composite(N) <-> N > 1 and N <= n and exists I, J (I > 1 and J > 1 and I * J = N)).