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

Theorem

primes.decidable_divides

Statement

∀ n m, decidable (n | m)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem decidable_divides : forall (n:nat.nat), forall (m:nat.nat), logic.decidable (divides n m).



Matita-Jumb
Statement

theorem decidable_divides : \forall (n:nat). \forall (m:nat). (decidable) ((divides) n m).



Lean-jumb
Statement

theorem decidable_divides : forall (n:nat.nat) , forall (m:nat.nat) , ((logic.decidable) ) ((((primes.divides) ) (n)) (m)).



PVS-jumb

Statement

decidable_divides : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):(FORALL(m:nat_sttfa_th.sttfa_nat):logic_sttfa_th.decidable(primes_sttfa.sttfa_divides(n)(m))))



OpenTheory

Printing for OpenTheory is not working at the moment.