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

Theorem

nat.decidable_lt

Statement

∀ n m, decidable (n < m)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem decidable_lt : forall (n:nat), forall (m:nat), logic.decidable (lt n m).



Matita-Jumb
Statement

theorem decidable_lt : \forall (n:nat). \forall (m:nat). (decidable) ((lt) n m).



Lean-jumb
Statement

theorem decidable_lt : forall (n:nat.nat) , forall (m:nat.nat) , ((logic.decidable) ) ((((nat.lt_) ) (n)) (m)).



PVS-jumb

Statement

decidable_lt : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):(FORALL(m:nat_sttfa.sttfa_nat):logic_sttfa_th.decidable(nat_sttfa.lt(n)(m))))



OpenTheory

Printing for OpenTheory is not working at the moment.