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

Theorem

nat.not_le_Sn_O

Statement

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

Main Dependencies
Theory

Coq-Jumb
Statement

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



Matita-Jumb
Statement

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



Lean-jumb
Statement

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



PVS-jumb

Statement

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



OpenTheory

Printing for OpenTheory is not working at the moment.