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

Theorem

nat.lt_to_not_zero

Statement

∀ n m, n < m ⇒ not_zero m

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem lt_to_not_zero : forall (n:nat), forall (m:nat), (lt n m) -> not_zero m.



Matita-Jumb
Statement

theorem lt_to_not_zero : \forall (n:nat). \forall (m:nat). ((lt) n m) -> (not_zero) m.



Lean-jumb
Statement

theorem lt_to_not_zero : forall (n:nat.nat) , forall (m:nat.nat) , ((((nat.lt_) ) (n)) (m)) -> ((nat.not_zero) ) (m).



PVS-jumb

Statement

lt_to_not_zero : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):(FORALL(m:nat_sttfa.sttfa_nat):(nat_sttfa.lt(n)(m) => nat_sttfa.not_zero(m))))



OpenTheory

Printing for OpenTheory is not working at the moment.