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

Theorem

nat.not_eq_O_S

Statement

∀ n, ¬(O = (n+1))

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem not_eq_O_S : forall (n:nat), connectives.Not (logic.eq (nat) O (S n)).



Matita-Jumb
Statement

theorem not_eq_O_S : \forall (n:nat). (Not) ((eq) (nat) (O) ((S) n)).



Lean-jumb
Statement

theorem not_eq_O_S : forall (n:nat.nat) , ((connectives.Not) ) ((((logic.eq_) (nat.nat)) ((nat.O) )) (((nat.S) ) (n))).



PVS-jumb

Statement

not_eq_O_S : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):connectives_sttfa_th.sttfa_Not(logic_sttfa_th.eq[nat_sttfa.sttfa_nat](nat_sttfa.sttfa_O)(nat_sttfa.sttfa_S(n))))



OpenTheory

Printing for OpenTheory is not working at the moment.