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

Axiom

nat.lt_O_S

Statement

∀ n, O < (n+1)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem lt_O_S : forall (n:nat), lt O (S n).



Matita-Jumb
Statement

theorem lt_O_S : \forall (n:nat). (lt) (O) ((S) n).



Lean-jumb
Statement

theorem lt_O_S : forall (n:nat.nat) , (((nat.lt_) ) ((nat.O) )) (((nat.S) ) (n)).



PVS-jumb

Statement

lt_O_S : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):nat_sttfa.lt(nat_sttfa.sttfa_O)(nat_sttfa.sttfa_S(n)))



OpenTheory

Printing for OpenTheory is not working at the moment.