// This prints the left floatting menu
Dedukti    Load Matita      Load Coq         Load Lean        Load PVS         Load OpenTheory Load
Dedukti-jumb

Theorem

primes.prime_to_lt_O

Statement

∀ p, prime p ⇒ O < p

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem prime_to_lt_O : forall (p:nat.nat), (prime p) -> nat.lt nat.O p.



Matita-Jumb
Statement

theorem prime_to_lt_O : \forall (p:nat). ((prime) p) -> (lt) (O) p.



Lean-jumb
Statement

theorem prime_to_lt_O : forall (p:nat.nat) , (((primes.prime) ) (p)) -> (((nat.lt_) ) ((nat.O) )) (p).



PVS-jumb

Statement

prime_to_lt_O : LEMMA (FORALL(p:nat_sttfa_th.sttfa_nat):(primes_sttfa.prime(p) => nat_sttfa_th.lt(nat_sttfa_th.sttfa_O)(p)))



OpenTheory

Printing for OpenTheory is not working at the moment.