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

Theorem

nat.lt_to_le

Statement

∀ x y, x < y ⇒ x ≤ y

Main Dependencies
definition
Theory

Coq-Jumb
Statement

Theorem lt_to_le : forall (x:nat), forall (y:nat), (lt x y) -> le x y.



Matita-Jumb
Statement

theorem lt_to_le : \forall (x:nat). \forall (y:nat). ((lt) x y) -> (le) x y.



Lean-jumb
Statement

theorem lt_to_le : forall (x:nat.nat) , forall (y:nat.nat) , ((((nat.lt_) ) (x)) (y)) -> (((nat.le_) ) (x)) (y).



PVS-jumb

Statement

lt_to_le : LEMMA (FORALL(x:nat_sttfa.sttfa_nat):(FORALL(y:nat_sttfa.sttfa_nat):(nat_sttfa.lt(x)(y) => nat_sttfa.le(x)(y))))



OpenTheory

Printing for OpenTheory is not working at the moment.