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

Statement

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

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem lt_to_not_eq : forall (n:nat), forall (m:nat), (lt n m) -> connectives.Not (logic.eq (nat) n m).



Matita-Jumb
Statement

theorem lt_to_not_eq : \forall (n:nat). \forall (m:nat). ((lt) n m) -> (Not) ((eq) (nat) n m).



Lean-jumb
Statement

theorem lt_to_not_eq : forall (n:nat.nat) , forall (m:nat.nat) , ((((nat.lt_) ) (n)) (m)) -> ((connectives.Not) ) ((((logic.eq_) (nat.nat)) (n)) (m)).



PVS-jumb

Statement

lt_to_not_eq : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):(FORALL(m:nat_sttfa.sttfa_nat):(nat_sttfa.lt(n)(m) => connectives_sttfa_th.sttfa_Not(logic_sttfa_th.eq[nat_sttfa.sttfa_nat](n)(m)))))



OpenTheory

Printing for OpenTheory is not working at the moment.