// 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_le

Statement

∀ n m, n < m ⇒ ¬(m ≤ n)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem lt_to_not_le : forall (n:nat), forall (m:nat), (lt n m) -> connectives.Not (le m n).



Matita-Jumb
Statement

theorem lt_to_not_le : \forall (n:nat). \forall (m:nat). ((lt) n m) -> (Not) ((le) m n).



Lean-jumb
Statement

theorem lt_to_not_le : forall (n:nat.nat) , forall (m:nat.nat) , ((((nat.lt_) ) (n)) (m)) -> ((connectives.Not) ) ((((nat.le_) ) (m)) (n)).



PVS-jumb

Statement

lt_to_not_le : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):(FORALL(m:nat_sttfa.sttfa_nat):(nat_sttfa.lt(n)(m) => connectives_sttfa_th.sttfa_Not(nat_sttfa.le(m)(n)))))



OpenTheory

Printing for OpenTheory is not working at the moment.