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

Axiom

nat.not_le_Sn_n

Statement

∀ n, ¬((n+1) ≤ n)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem not_le_Sn_n : forall (n:nat), connectives.Not (le (S n) n).



Matita-Jumb
Statement

theorem not_le_Sn_n : \forall (n:nat). (Not) ((le) ((S) n) n).



Lean-jumb
Statement

theorem not_le_Sn_n : forall (n:nat.nat) , ((connectives.Not) ) ((((nat.le_) ) (((nat.S) ) (n))) (n)).



PVS-jumb

Statement

not_le_Sn_n : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):connectives_sttfa_th.sttfa_Not(nat_sttfa.le(nat_sttfa.sttfa_S(n))(n)))



OpenTheory

Printing for OpenTheory is not working at the moment.