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

Theorem

nat.not_eq_S

Statement

∀ n m, ¬(n = m) ⇒ ¬((n+1) = (m+1))

Main Dependencies
Theory

Coq-Jumb
Statement

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



Matita-Jumb
Statement

theorem not_eq_S : \forall (n:nat). \forall (m:nat). ((Not) ((eq) (nat) n m)) -> (Not) ((eq) (nat) ((S) n) ((S) m)).



Lean-jumb
Statement

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



PVS-jumb

Statement

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



OpenTheory

Printing for OpenTheory is not working at the moment.